Home
last modified time | relevance | path

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

12

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

Completed in 36 milliseconds

12