Searched refs:S_IWGRP (Results 1 – 3 of 3) sorted by relevance
50 if (chmod (dname, S_IWUSR|S_IWGRP|S_IWOTH) != 0) in main()
112 # define S_IWGRP (S_IWUSR >> 3) /* Write by group. */ macro118 # define S_IWOTH (S_IWGRP >> 3) /* Write by others. */
181 #define S_IWGRP (S_IWUSR >> 3) /* Write by group. */ macro187 #define S_IWOTH (S_IWGRP >> 3) /* Write by others. */197 # define DEFFILEMODE (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)/* 0666*/
Completed in 4 milliseconds