Home
last modified time | relevance | path

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

12

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

Completed in 63 milliseconds

12