Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdlib/
A Dunix_grantpt.c128 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()
/l4re-core-master/uclibc/lib/contrib/uclibc/include/sys/
A Dstat.h184 #define S_IWGRP (S_IWUSR >> 3) /* Write by group. */ macro
190 #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*/
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/rpc/
A Drcmd.c381 else if (st.st_mode & (S_IWGRP|S_IWOTH)) in iruserfopen()

Completed in 4 milliseconds