Searched refs:S_IWOTH (Results 1 – 2 of 2) sorted by relevance
96 #ifndef S_IWOTH97 #define S_IWOTH 0002 macro117 str[8] = (mode & S_IWOTH) != 0 ? 'w' : '-'; in mode_string()
109 …fined (S_IWUSR) && defined (S_IRGRP) && defined (S_IWGRP) && defined (S_IROTH) && defined (S_IWOTH)111 (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH)