Home
last modified time | relevance | path

Searched defs:S_IXGRP (Results 1 – 25 of 44) sorted by relevance

12

/third_party/libsnd/src/
Dsf_unistd.h78 #define S_IXGRP 0 /* execute/search permission, group */ macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dstat.h62 #define S_IXGRP 0010 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dstat.h62 #define S_IXGRP 0010 macro
/third_party/musl/porting/linux/user/include/sys/
Dstat.h62 #define S_IXGRP 0010 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dstat.h62 #define S_IXGRP 0010 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dstat.h62 #define S_IXGRP 0010 macro
/third_party/musl/include/sys/
Dstat.h62 #define S_IXGRP 0010 macro
/third_party/python/Modules/
D_stat.c182 # define S_IXGRP 00010 macro
/third_party/python/Lib/
Dstat.py106 S_IXGRP = 0o0010 # execute by group variable
/third_party/musl/porting/liteos_a/kernel/include/
Dfcntl.h93 #define S_IXGRP 0010 macro
/third_party/musl/porting/uniproton/kernel/include/
Dfcntl.h92 #define S_IXGRP 0010 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dfcntl.h92 #define S_IXGRP 0010 macro
/third_party/musl/porting/linux/user/include/
Dfcntl.h93 #define S_IXGRP 0010 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dfcntl.h92 #define S_IXGRP 0010 macro
/third_party/musl/porting/liteos_m/user/include/
Dfcntl.h92 #define S_IXGRP 0010 macro
/third_party/musl/include/
Dfcntl.h95 #define S_IXGRP 0010 macro
/third_party/libwebsockets/win32port/dirent/
Ddirent-win32.h138 # define S_IXGRP 0 macro
/third_party/rust/crates/libc/src/unix/newlib/
Dmod.rs430 pub const S_IXGRP: ::mode_t = 8; constant
/third_party/rust/crates/libc/src/unix/hermit/
Dmod.rs873 pub const S_IXGRP: ::mode_t = 8; constant
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
Dmod.rs187 pub const S_IXGRP: mode_t = 8; constant
/third_party/rust/crates/libc/src/unix/redox/
Dmod.rs619 pub const S_IXGRP: ::c_int = 0o0_010; constant
/third_party/rust/crates/libc/src/
Dwasi.rs252 pub const S_IXGRP: mode_t = 0x8; constant
/third_party/rust/crates/libc/src/vxworks/
Dmod.rs762 pub const S_IXGRP: ::c_int = 0x0008; constant
/third_party/rust/crates/libc/src/unix/linux_like/
Dmod.rs525 pub const S_IXGRP: ::mode_t = 8; constant
/third_party/rust/crates/libc/src/unix/haiku/
Dmod.rs771 pub const S_IXGRP: ::mode_t = 0o00010; constant

12