Home
last modified time | relevance | path

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

12

/third_party/libsnd/src/
H A Dsf_unistd.h49 #define S_IRWXU 0000700 /* rwx, owner */ macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dstat.h59 #define S_IRWXU 0700 macro
/third_party/musl/porting/linux/user/include/sys/
H A Dstat.h59 #define S_IRWXU 0700 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dstat.h59 #define S_IRWXU 0700 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dstat.h59 #define S_IRWXU 0700 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dstat.h59 #define S_IRWXU 0700 macro
/third_party/python/Lib/
H A Dstat.py99 S_IRWXU = 0o0700 # mask for owner permissions variable
/third_party/python/Modules/
H A D_stat.c154 # define S_IRWXU 00700 macro
/third_party/musl/include/sys/
H A Dstat.h66 #define S_IRWXU 0700 macro
/third_party/musl/porting/linux/user/include/
H A Dfcntl.h90 #define S_IRWXU 0700 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dfcntl.h89 #define S_IRWXU 0700 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dfcntl.h89 #define S_IRWXU 0700 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dfcntl.h89 #define S_IRWXU 0700 macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dfcntl.h90 #define S_IRWXU 0700 macro
/third_party/musl/porting/liteos_m/user/include/
H A Dfcntl.h89 #define S_IRWXU 0700 macro
/third_party/musl/include/
H A Dfcntl.h92 #define S_IRWXU 0700 macro
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
H A Dmod.rs182 pub const S_IRWXU: mode_t = 448; consts
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs759 pub const S_IRWXU: ::c_int = 0x01c0; consts
/third_party/rust/crates/libc/src/unix/redox/
H A Dmod.rs612 pub const S_IRWXU: ::c_int = 0o0_700; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs577 pub const S_IRWXU: mode_t = 448; consts
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs764 pub const S_IRWXU: ::mode_t = 0o00700; consts
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs520 pub const S_IRWXU: ::mode_t = 448; consts
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs1857 pub const S_IRWXU: ::mode_t = 0o000700; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs1478 pub const S_IRWXU: ::mode_t = 448; consts
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs1314 pub const S_IRWXU: mode_t = 448; consts

Completed in 62 milliseconds

12