Searched refs:S_IWOTH (Results 1 – 2 of 2) sorted by relevance
190 #define S_IWOTH (S_IWGRP >> 3) /* Write by others. */ macro200 # define DEFFILEMODE (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)/* 0666*/
381 else if (st.st_mode & (S_IWGRP|S_IWOTH)) in iruserfopen()
Completed in 6 milliseconds