Home
last modified time | relevance | path

Searched refs:S_IXGRP (Results 1 – 25 of 105) sorted by relevance

12345

/third_party/python/Lib/
Dstat.py106 S_IXGRP = 0o0010 # execute by group variable
145 ((S_IXGRP|S_ISGID, "s"),
147 (S_IXGRP, "x")),
/third_party/libsnd/src/
Dsf_unistd.h77 #ifndef S_IXGRP
78 #define S_IXGRP 0 /* execute/search permission, group */ macro
/third_party/python/Modules/
D_stat.c181 #ifndef S_IXGRP
182 # define S_IXGRP 00010 macro
383 buf[5] = mode & S_IXGRP ? 's' : 'S'; in fileperm()
385 buf[5] = mode & S_IXGRP ? 'x' : '-'; in fileperm()
537 ADD_INT_MACRO(module, S_IXGRP); in stat_exec()
/third_party/ltp/testcases/kernel/device-drivers/nls/
DuserBlockNLS.c90 S_IRGRP | S_IXGRP | in open_block_device()
105 | S_IXGRP | S_IROTH | in open_block_device()
/third_party/ltp/testcases/kernel/device-drivers/dev_sim_framework/user_space/
Duser_tmod.c64 S_IRGRP | S_IXGRP | in tmodopen()
77 S_IRGRP | S_IXGRP | in tmodopen()
/third_party/ltp/testcases/kernel/device-drivers/include/
DuserBlockInclude.c93 S_IXGRP | S_IROTH | S_IXOTH)); in open_block_device()
105 | S_IXGRP | S_IROTH | in open_block_device()
/third_party/ltp/testcases/kernel/device-drivers/usb/user_usb/
Duser_tusb.c45 S_IRGRP | S_IXGRP | in tusbopen()
58 S_IRGRP | S_IXGRP | in tusbopen()
/third_party/uboot/u-boot-2020.01/fs/reiserfs/
Dmode_string.c18 || ( S_IRGRP != 00040 ) || ( S_IWGRP != 00020 ) || ( S_IXGRP != 00010 ) \
36 S_IRGRP, S_IWGRP, S_IXGRP, S_ISGID,
/third_party/ltp/testcases/kernel/device-drivers/base/user_base/
Duser_tbase.c60 S_IRGRP | S_IXGRP | in tbaseopen()
73 S_IRGRP | S_IXGRP | in tbaseopen()
/third_party/ltp/testcases/kernel/device-drivers/agp/user_space/
Duser_tagp.c60 S_IRGRP | S_IXGRP | in tagpopen()
73 S_IRGRP | S_IXGRP | in tagpopen()
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dfs.h45 #define S_IXUGO (S_IXUSR | S_IXGRP | S_IXOTH)
Dstat.h51 #define COMPAT_S_IXUGO (S_IXUSR | S_IXGRP | S_IXOTH)
/third_party/ltp/testcases/kernel/syscalls/nftw/
Dtools64.c122 S_IXGRP | S_IWOTH | S_IXOTH) == -1) { in setup_path()
138 S_IWGRP | S_IXGRP | S_IWOTH | S_IXOTH) == -1) { in setup_path()
Dtools.c123 S_IXGRP | S_IWOTH | S_IXOTH) == -1) { in setup_path()
139 S_IWGRP | S_IXGRP | S_IWOTH | S_IXOTH) == -1) { in setup_path()
/third_party/ltp/testcases/kernel/syscalls/prctl/
Dprctl06.h25 #define SUID_MODE (S_ISUID|S_ISGID|S_IXUSR|S_IXGRP|S_IXOTH)
/third_party/ltp/testcases/kernel/device-drivers/drm/user_space/
Duser_tdrm.c58 S_IRGRP | S_IXGRP | in tdrmopen()
71 S_IRGRP | S_IXGRP | in tdrmopen()
/third_party/python/Mac/BuildScript/resources/
Dinstall_certificates.command19 | stat.S_IRGRP | stat.S_IWGRP | stat.S_IXGRP
/third_party/ltp/testcases/kernel/syscalls/link/
Dlink06.c43 #define MODE_TO S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IXGRP|S_IXOTH|S_IROTH
Dlink08.c25 S_IXGRP|S_IROTH|S_IXOTH)
Dlink07.c41 #define MODE_TO S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IWGRP|S_IXGRP|S_IXOTH|S_IROTH|S_IWOTH
/third_party/ltp/testcases/kernel/syscalls/mount/
Dmount01.c36 #define DIR_MODE (S_IRWXU | S_IRUSR | S_IXUSR | S_IRGRP | S_IXGRP)
/third_party/ltp/testcases/kernel/syscalls/mkdirat/
Dmkdirat02.c19 S_IXGRP|S_IROTH|S_IXOTH)
/third_party/flutter/skia/bin/
Dfetch-gn35 stat.S_IRGRP | stat.S_IXGRP |
Dfetch-clang-format41 stat.S_IRGRP | stat.S_IXGRP |
/third_party/skia/bin/
Dfetch-gn40 stat.S_IRGRP | stat.S_IXGRP |

12345