Home
last modified time | relevance | path

Searched defs:S_IWOTH (Results 1 - 25 of 44) sorted by relevance

12

/third_party/libsnd/src/
H A Dsf_unistd.h91 #define S_IWOTH 0 /* write permission, other */ macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dstat.h65 #define S_IWOTH 0002 macro
/third_party/musl/porting/linux/user/include/sys/
H A Dstat.h65 #define S_IWOTH 0002 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dstat.h65 #define S_IWOTH 0002 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dstat.h65 #define S_IWOTH 0002 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dstat.h65 #define S_IWOTH 0002 macro
/third_party/python/Lib/
H A Dstat.py109 S_IWOTH = 0o0002 # write by others variable
/third_party/python/Modules/
H A D_stat.c194 # define S_IWOTH 00002 macro
/third_party/libwebsockets/win32port/dirent/
H A Ddirent-win32.h148 # define S_IWOTH 0 macro
/third_party/musl/include/sys/
H A Dstat.h72 #define S_IWOTH 0002 macro
/third_party/musl/porting/linux/user/include/
H A Dfcntl.h96 #define S_IWOTH 0002 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dfcntl.h95 #define S_IWOTH 0002 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dfcntl.h95 #define S_IWOTH 0002 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dfcntl.h95 #define S_IWOTH 0002 macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dfcntl.h96 #define S_IWOTH 0002 macro
/third_party/musl/porting/liteos_m/user/include/
H A Dfcntl.h95 #define S_IWOTH 0002 macro
/third_party/musl/include/
H A Dfcntl.h98 #define S_IWOTH 0002 macro
/third_party/rust/crates/libc/src/unix/newlib/
H A Dmod.rs432 pub const S_IWOTH: ::mode_t = 2; consts
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
H A Dmod.rs192 pub const S_IWOTH: mode_t = 2; consts
/third_party/rust/crates/libc/src/
H A Dwasi.rs250 pub const S_IWOTH: mode_t = 0x2; consts
/third_party/rust/crates/libc/src/unix/hermit/
H A Dmod.rs875 pub const S_IWOTH: ::mode_t = 2; consts
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs765 pub const S_IWOTH: ::c_int = 0x0002; consts
/third_party/rust/crates/libc/src/unix/redox/
H A Dmod.rs622 pub const S_IWOTH: ::c_int = 0o0_002; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs587 pub const S_IWOTH: mode_t = 2; consts
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs774 pub const S_IWOTH: ::mode_t = 0o00002; consts

Completed in 34 milliseconds

12