Home
last modified time | relevance | path

Searched refs:S_IRGRP (Results 1 – 2 of 2) sorted by relevance

/io/
A Dfcntl.h111 # define S_IRGRP (S_IRUSR >> 3) /* Read by group. */ macro
117 # define S_IROTH (S_IRGRP >> 3) /* Read by others. */
/io/sys/
A Dstat.h180 #define S_IRGRP (S_IRUSR >> 3) /* Read by group. */ macro
186 #define S_IROTH (S_IRGRP >> 3) /* Read by others. */
197 # define DEFFILEMODE (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)/* 0666*/

Completed in 4 milliseconds