Searched refs:S_IRGRP (Results 1 – 3 of 3) sorted by relevance
184 #define S_IRGRP (S_IRUSR >> 3) /* Read by group. */ macro190 #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*/
101 #define S_IRWXG (S_IRGRP | S_IWGRP | S_IXGRP)102 #define S_IRGRP 0000040 /* read permission, group */ macro
33 #define S_IRGRP 00040 macro