Searched refs:S_IWGRP (Results 1 – 3 of 3) sorted by relevance
46 #define S_IWGRP 00020 macro
139 #define DEFFILEMODE (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH) /* 0666 */
275 ((fd_stat.st_mode & (S_IWGRP | S_IWOTH)) != 0) || in map_fd_ro()