Searched refs:S_IWGRP (Results 1 – 3 of 3) sorted by relevance
185 #define S_IWGRP (S_IWUSR >> 3) /* Write by group. */ macro191 #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*/
101 #define S_IRWXG (S_IRGRP | S_IWGRP | S_IXGRP)103 #define S_IWGRP 0000020 /* write permission, grougroup */ macro
34 #define S_IWGRP 00020 macro