Home
last modified time | relevance | path

Searched defs:S_IXOTH (Results 1 – 25 of 46) sorted by relevance

12

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

12