Home
last modified time | relevance | path

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

12

/third_party/libsnd/src/
H A Dsf_unistd.h61 #define S_IXUSR 0000100 /* execute/search permission, owner */ macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dstat.h58 #define S_IXUSR 0100 macro
/third_party/musl/porting/linux/user/include/sys/
H A Dstat.h58 #define S_IXUSR 0100 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dstat.h58 #define S_IXUSR 0100 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dstat.h58 #define S_IXUSR 0100 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dstat.h58 #define S_IXUSR 0100 macro
/third_party/python/Lib/
H A Dstat.py102 S_IXUSR = 0o0100 # execute by owner variable
/third_party/python/Modules/
H A D_stat.c166 # define S_IXUSR 00100 macro
/third_party/libwebsockets/win32port/dirent/
H A Ddirent-win32.h123 # define S_IXUSR 0 macro
/third_party/musl/include/sys/
H A Dstat.h65 #define S_IXUSR 0100 macro
/third_party/musl/porting/linux/user/include/
H A Dfcntl.h89 #define S_IXUSR 0100 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dfcntl.h88 #define S_IXUSR 0100 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dfcntl.h88 #define S_IXUSR 0100 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dfcntl.h88 #define S_IXUSR 0100 macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dfcntl.h89 #define S_IXUSR 0100 macro
/third_party/musl/porting/liteos_m/user/include/
H A Dfcntl.h88 #define S_IXUSR 0100 macro
/third_party/musl/include/
H A Dfcntl.h91 #define S_IXUSR 0100 macro
/third_party/rust/crates/libc/src/unix/newlib/
H A Dmod.rs427 pub const S_IXUSR: ::mode_t = 64; consts
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
H A Dmod.rs183 pub const S_IXUSR: mode_t = 64; consts
/third_party/rust/crates/libc/src/
H A Dwasi.rs255 pub const S_IXUSR: mode_t = 0x40; consts
/third_party/rust/crates/libc/src/unix/hermit/
H A Dmod.rs870 pub const S_IXUSR: ::mode_t = 64; consts
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs758 pub const S_IXUSR: ::c_int = 0x0040; consts
/third_party/rust/crates/libc/src/unix/redox/
H A Dmod.rs615 pub const S_IXUSR: ::c_int = 0o0_100; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs578 pub const S_IXUSR: mode_t = 64; consts
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs767 pub const S_IXUSR: ::mode_t = 0o00100; consts

Completed in 39 milliseconds

12