Searched refs:S_IWOTH (Results 1 – 4 of 4) sorted by relevance
50 MACRO_VALUE(S_IWOTH, 02);
51 #define S_IWOTH 00002 macro
124 #define DEFFILEMODE (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH) /* 0666 */
114 ((fd_stat.st_mode & (S_IWGRP | S_IWOTH)) != 0) || in map_fd_ro()