Home
last modified time | relevance | path

Searched refs:S_IWUSR (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.h106 # define S_IWUSR __S_IWRITE /* Write by owner. */ macro
112 # define S_IWGRP (S_IWUSR >> 3) /* Write by group. */
/io/sys/
A Dstat.h169 #define S_IWUSR __S_IWRITE /* Write by owner. */ macro
176 # define S_IWRITE S_IWUSR
181 #define S_IWGRP (S_IWUSR >> 3) /* Write by group. */
197 # define DEFFILEMODE (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)/* 0666*/

Completed in 4 milliseconds