| /third_party/libsnd/src/ |
| D | sf_unistd.h | 61 #define S_IXUSR 0000100 /* execute/search permission, owner */ macro
|
| /third_party/musl/porting/uniproton/kernel/include/sys/ |
| D | stat.h | 58 #define S_IXUSR 0100 macro
|
| /third_party/musl/porting/linux/user/include/sys/ |
| D | stat.h | 58 #define S_IXUSR 0100 macro
|
| /third_party/musl/porting/liteos_a/kernel/include/sys/ |
| D | stat.h | 58 #define S_IXUSR 0100 macro
|
| /third_party/musl/porting/liteos_m/kernel/include/sys/ |
| D | stat.h | 58 #define S_IXUSR 0100 macro
|
| /third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
| D | stat.h | 58 #define S_IXUSR 0100 macro
|
| /third_party/python/Modules/ |
| D | _stat.c | 166 # define S_IXUSR 00100 macro
|
| /third_party/python/Lib/ |
| D | stat.py | 102 S_IXUSR = 0o0100 # execute by owner variable
|
| /third_party/musl/include/sys/ |
| D | stat.h | 65 #define S_IXUSR 0100 macro
|
| /third_party/musl/porting/liteos_a/kernel/include/ |
| D | fcntl.h | 89 #define S_IXUSR 0100 macro
|
| /third_party/musl/porting/liteos_m/user/include/ |
| D | fcntl.h | 88 #define S_IXUSR 0100 macro
|
| /third_party/musl/porting/uniproton/kernel/include/ |
| D | fcntl.h | 88 #define S_IXUSR 0100 macro
|
| /third_party/musl/include/ |
| D | fcntl.h | 91 #define S_IXUSR 0100 macro
|
| /third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
| D | fcntl.h | 88 #define S_IXUSR 0100 macro
|
| /third_party/musl/porting/liteos_m/kernel/include/ |
| D | fcntl.h | 88 #define S_IXUSR 0100 macro
|
| /third_party/musl/porting/linux/user/include/ |
| D | fcntl.h | 89 #define S_IXUSR 0100 macro
|
| /third_party/libwebsockets/win32port/dirent/ |
| D | dirent-win32.h | 123 # define S_IXUSR 0 macro
|
| /third_party/rust/crates/libc/src/unix/newlib/ |
| D | mod.rs | 427 pub const S_IXUSR: ::mode_t = 64; constant
|
| /third_party/rust/crates/libc/src/unix/hermit/ |
| D | mod.rs | 870 pub const S_IXUSR: ::mode_t = 64; constant
|
| /third_party/rust/crates/libc/src/unix/redox/ |
| D | mod.rs | 615 pub const S_IXUSR: ::c_int = 0o0_100; constant
|
| /third_party/rust/crates/libc/src/unix/bsd/netbsdlike/ |
| D | mod.rs | 183 pub const S_IXUSR: mode_t = 64; constant
|
| /third_party/rust/crates/libc/src/ |
| D | wasi.rs | 255 pub const S_IXUSR: mode_t = 0x40; constant
|
| /third_party/rust/crates/libc/src/vxworks/ |
| D | mod.rs | 758 pub const S_IXUSR: ::c_int = 0x0040; constant
|
| /third_party/rust/crates/libc/src/unix/haiku/ |
| D | mod.rs | 767 pub const S_IXUSR: ::mode_t = 0o00100; constant
|
| /third_party/rust/crates/libc/src/unix/linux_like/ |
| D | mod.rs | 521 pub const S_IXUSR: ::mode_t = 64; constant
|