Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/include/sys/
A Dstat.h183 #define S_IRGRP (S_IRUSR >> 3) /* Read by group. */ macro
189 #define S_IROTH (S_IRGRP >> 3) /* Read by others. */
200 # define DEFFILEMODE (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)/* 0666*/

Completed in 11 milliseconds