Searched refs:S_IWGRP (Results 1 – 3 of 3) sorted by relevance
128 if ((st.st_mode & ACCESSPERMS) != (S_IRUSR|S_IWUSR|S_IWGRP)) in grantpt()130 if (chmod (buf, S_IRUSR|S_IWUSR|S_IWGRP) < 0) in grantpt()
184 #define S_IWGRP (S_IWUSR >> 3) /* Write by group. */ macro190 #define S_IWOTH (S_IWGRP >> 3) /* Write by others. */200 # 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 4 milliseconds