Home
last modified time | relevance | path

Searched refs:S_IWGRP (Results 1 – 3 of 3) sorted by relevance

/io/
A Dbug-ftw3.c50 if (chmod (dname, S_IWUSR|S_IWGRP|S_IWOTH) != 0) in main()
A Dfcntl.h112 # define S_IWGRP (S_IWUSR >> 3) /* Write by group. */ macro
118 # define S_IWOTH (S_IWGRP >> 3) /* Write by others. */
/io/sys/
A Dstat.h181 #define S_IWGRP (S_IWUSR >> 3) /* Write by group. */ macro
187 #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 5 milliseconds