Home
last modified time | relevance | path

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

/bionic/tests/headers/posix/
Dsys_stat_h_mode_constants.h54 MACRO_VALUE(S_ISGID, 02000);
/bionic/libc/kernel/uapi/linux/
Dstat.h32 #define S_ISGID 0002000 macro
/bionic/libc/include/sys/
Dstat.h123 #define ALLPERMS (S_ISUID | S_ISGID | S_ISVTX | S_IRWXU | S_IRWXG | S_IRWXO) /* 07777 */