Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/
H A Dstat.h184 #define S_IRGRP (S_IRUSR >> 3) /* Read by group. */ macro
190 #define S_IROTH (S_IRGRP >> 3) /* Read by others. */
201 # define DEFFILEMODE (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)/* 0666*/
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/sys/
H A Dstat.h101 #define S_IRWXG (S_IRGRP | S_IWGRP | S_IXGRP)
102 #define S_IRGRP 0000040 /* read permission, group */ macro
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dstat.h33 #define S_IRGRP 00040 macro