Searched refs:S_IWOTH (Results 1 – 3 of 3) sorted by relevance
50 if (chmod (dname, S_IWUSR|S_IWGRP|S_IWOTH) != 0) in main()
118 # define S_IWOTH (S_IWGRP >> 3) /* Write by others. */ macro
187 #define S_IWOTH (S_IWGRP >> 3) /* Write by others. */ macro197 # define DEFFILEMODE (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)/* 0666*/
Completed in 6 milliseconds