Home
last modified time | relevance | path

Searched refs:S_IROTH (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/sys/
H A Dstat.h105 #define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH)
106 #define S_IROTH 0000004 /* read permission, other */ macro
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/
H A Dstat.h190 #define S_IROTH (S_IRGRP >> 3) /* Read by others. */ macro
201 # define DEFFILEMODE (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)/* 0666*/
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dstat.h38 #define S_IROTH 00004 macro