Home
last modified time | relevance | path

Searched defs:S_IRWXO (Results 1 – 25 of 42) sorted by relevance

12

/third_party/libsnd/src/
Dsf_unistd.h83 #define S_IRWXO 0 /* rwx, other */ macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dstat.h67 #define S_IRWXO 0007 macro
/third_party/musl/ndk_musl_include/sys/
Dstat.h67 #define S_IRWXO 0007 macro
/third_party/musl/include/sys/
Dstat.h67 #define S_IRWXO 0007 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dstat.h67 #define S_IRWXO 0007 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dstat.h67 #define S_IRWXO 0007 macro
/third_party/musl/porting/linux/user/include/sys/
Dstat.h67 #define S_IRWXO 0007 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dstat.h67 #define S_IRWXO 0007 macro
/third_party/python/Modules/
D_stat.c186 # define S_IRWXO 00007 macro
/third_party/python/Lib/
Dstat.py107 S_IRWXO = 0o0007 # mask for others (not in group) permissions variable
/third_party/musl/porting/liteos_a/kernel/include/
Dfcntl.h98 #define S_IRWXO 0007 macro
/third_party/musl/porting/linux/user/include/
Dfcntl.h98 #define S_IRWXO 0007 macro
/third_party/musl/include/
Dfcntl.h97 #define S_IRWXO 0007 macro
/third_party/musl/ndk_musl_include/
Dfcntl.h98 #define S_IRWXO 0007 macro
/third_party/musl/porting/uniproton/kernel/include/
Dfcntl.h97 #define S_IRWXO 0007 macro
/third_party/musl/porting/liteos_m/user/include/
Dfcntl.h97 #define S_IRWXO 0007 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dfcntl.h97 #define S_IRWXO 0007 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dfcntl.h97 #define S_IRWXO 0007 macro
/third_party/rust/crates/libc/src/unix/redox/
Dmod.rs620 pub const S_IRWXO: ::c_int = 0o0_007; constant
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
Dmod.rs190 pub const S_IRWXO: mode_t = 7; constant
/third_party/rust/crates/libc/src/vxworks/
Dmod.rs767 pub const S_IRWXO: ::c_int = 0x0007; constant
/third_party/rust/crates/libc/src/unix/linux_like/
Dmod.rs528 pub const S_IRWXO: ::mode_t = 7; constant
/third_party/rust/crates/libc/src/unix/haiku/
Dmod.rs772 pub const S_IRWXO: ::mode_t = 0o00007; constant
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
Dmod.rs585 pub const S_IRWXO: mode_t = 7; constant
/third_party/rust/crates/libc/src/unix/solarish/
Dmod.rs1322 pub const S_IRWXO: mode_t = 7; constant

12