Home
last modified time | relevance | path

Searched defs:S_IRWXG (Results 1 - 25 of 40) sorted by relevance

12

/third_party/libsnd/src/
H A Dsf_unistd.h66 #define S_IRWXG 0 /* rwx, group */ macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dstat.h63 #define S_IRWXG 0070 macro
/third_party/musl/porting/linux/user/include/sys/
H A Dstat.h63 #define S_IRWXG 0070 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dstat.h63 #define S_IRWXG 0070 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dstat.h63 #define S_IRWXG 0070 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dstat.h63 #define S_IRWXG 0070 macro
/third_party/python/Lib/
H A Dstat.py103 S_IRWXG = 0o0070 # mask for group permissions variable
/third_party/python/Modules/
H A D_stat.c170 # define S_IRWXG 00070 macro
/third_party/musl/include/sys/
H A Dstat.h70 #define S_IRWXG 0070 macro
/third_party/musl/porting/linux/user/include/
H A Dfcntl.h94 #define S_IRWXG 0070 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dfcntl.h93 #define S_IRWXG 0070 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dfcntl.h93 #define S_IRWXG 0070 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dfcntl.h93 #define S_IRWXG 0070 macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dfcntl.h94 #define S_IRWXG 0070 macro
/third_party/musl/porting/liteos_m/user/include/
H A Dfcntl.h93 #define S_IRWXG 0070 macro
/third_party/musl/include/
H A Dfcntl.h96 #define S_IRWXG 0070 macro
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
H A Dmod.rs186 pub const S_IRWXG: mode_t = 56; consts
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs763 pub const S_IRWXG: ::c_int = 0x0038; consts
/third_party/rust/crates/libc/src/unix/redox/
H A Dmod.rs616 pub const S_IRWXG: ::c_int = 0o0_070; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs581 pub const S_IRWXG: mode_t = 56; consts
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs768 pub const S_IRWXG: ::mode_t = 0o00070; consts
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs524 pub const S_IRWXG: ::mode_t = 56; consts
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs1853 pub const S_IRWXG: ::mode_t = 0o000070; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs1482 pub const S_IRWXG: ::mode_t = 56; consts
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs1318 pub const S_IRWXG: mode_t = 56; consts

Completed in 62 milliseconds

12