Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/
H A Dstat.h185 #define S_IWGRP (S_IWUSR >> 3) /* Write by group. */ macro
191 #define S_IWOTH (S_IWGRP >> 3) /* Write 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)
103 #define S_IWGRP 0000020 /* write permission, grougroup */ macro
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dstat.h34 #define S_IWGRP 00020 macro