Home
last modified time | relevance | path

Searched defs:S_IRWXU (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dstat.h27 #define S_IRWXU 00700 macro
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/sys/
H A Dstat.h97 #define S_IRWXU (S_IRUSR | S_IWUSR | S_IXUSR) macro
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/
H A Dstat.h176 #define S_IRWXU (__S_IREAD|__S_IWRITE|__S_IEXEC) macro