/third_party/libsnd/src/ |
D | sf_unistd.h | 78 #define S_IXGRP 0 /* execute/search permission, group */ macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | stat.h | 62 #define S_IXGRP 0010 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | stat.h | 62 #define S_IXGRP 0010 macro
|
/third_party/musl/porting/linux/user/include/sys/ |
D | stat.h | 62 #define S_IXGRP 0010 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | stat.h | 62 #define S_IXGRP 0010 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | stat.h | 62 #define S_IXGRP 0010 macro
|
/third_party/musl/include/sys/ |
D | stat.h | 62 #define S_IXGRP 0010 macro
|
/third_party/python/Modules/ |
D | _stat.c | 182 # define S_IXGRP 00010 macro
|
/third_party/python/Lib/ |
D | stat.py | 106 S_IXGRP = 0o0010 # execute by group variable
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | fcntl.h | 93 #define S_IXGRP 0010 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | fcntl.h | 92 #define S_IXGRP 0010 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | fcntl.h | 92 #define S_IXGRP 0010 macro
|
/third_party/musl/porting/linux/user/include/ |
D | fcntl.h | 93 #define S_IXGRP 0010 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | fcntl.h | 92 #define S_IXGRP 0010 macro
|
/third_party/musl/porting/liteos_m/user/include/ |
D | fcntl.h | 92 #define S_IXGRP 0010 macro
|
/third_party/musl/include/ |
D | fcntl.h | 95 #define S_IXGRP 0010 macro
|
/third_party/libwebsockets/win32port/dirent/ |
D | dirent-win32.h | 138 # define S_IXGRP 0 macro
|
/third_party/rust/crates/libc/src/unix/newlib/ |
D | mod.rs | 430 pub const S_IXGRP: ::mode_t = 8; constant
|
/third_party/rust/crates/libc/src/unix/hermit/ |
D | mod.rs | 873 pub const S_IXGRP: ::mode_t = 8; constant
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/ |
D | mod.rs | 187 pub const S_IXGRP: mode_t = 8; constant
|
/third_party/rust/crates/libc/src/unix/redox/ |
D | mod.rs | 619 pub const S_IXGRP: ::c_int = 0o0_010; constant
|
/third_party/rust/crates/libc/src/ |
D | wasi.rs | 252 pub const S_IXGRP: mode_t = 0x8; constant
|
/third_party/rust/crates/libc/src/vxworks/ |
D | mod.rs | 762 pub const S_IXGRP: ::c_int = 0x0008; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 525 pub const S_IXGRP: ::mode_t = 8; constant
|
/third_party/rust/crates/libc/src/unix/haiku/ |
D | mod.rs | 771 pub const S_IXGRP: ::mode_t = 0o00010; constant
|