Home
last modified time | relevance | path

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

12

/third_party/libsnd/src/
H A Dsf_unistd.h95 #define S_IXOTH 0 /* execute/search permission, other */ macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dstat.h66 #define S_IXOTH 0001 macro
/third_party/musl/porting/linux/user/include/sys/
H A Dstat.h66 #define S_IXOTH 0001 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dstat.h66 #define S_IXOTH 0001 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dstat.h66 #define S_IXOTH 0001 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dstat.h66 #define S_IXOTH 0001 macro
/third_party/python/Lib/
H A Dstat.py110 S_IXOTH = 0o0001 # execute by others variable
/third_party/python/Modules/
H A D_stat.c198 # define S_IXOTH 00001 macro
/third_party/libwebsockets/win32port/dirent/
H A Ddirent-win32.h153 # define S_IXOTH 0 macro
/third_party/musl/include/sys/
H A Dstat.h73 #define S_IXOTH 0001 macro
/third_party/musl/porting/linux/user/include/
H A Dfcntl.h97 #define S_IXOTH 0001 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dfcntl.h96 #define S_IXOTH 0001 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dfcntl.h96 #define S_IXOTH 0001 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dfcntl.h96 #define S_IXOTH 0001 macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dfcntl.h97 #define S_IXOTH 0001 macro
/third_party/musl/porting/liteos_m/user/include/
H A Dfcntl.h96 #define S_IXOTH 0001 macro
/third_party/musl/include/
H A Dfcntl.h99 #define S_IXOTH 0001 macro
/third_party/rust/crates/libc/src/unix/newlib/
H A Dmod.rs433 pub const S_IXOTH: ::mode_t = 1; consts
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
H A Dmod.rs191 pub const S_IXOTH: mode_t = 1; consts
/third_party/rust/crates/libc/src/
H A Dwasi.rs249 pub const S_IXOTH: mode_t = 0x1; consts
/third_party/rust/crates/libc/src/unix/hermit/
H A Dmod.rs876 pub const S_IXOTH: ::mode_t = 1; consts
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs766 pub const S_IXOTH: ::c_int = 0x0001; consts
/third_party/rust/crates/libc/src/unix/redox/
H A Dmod.rs623 pub const S_IXOTH: ::c_int = 0o0_001; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs586 pub const S_IXOTH: mode_t = 1; consts
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs775 pub const S_IXOTH: ::mode_t = 0o00001; consts

Completed in 34 milliseconds

12