/third_party/musl/libc-test/src/functionalext/supplement/process/ |
D | posix_spawn_file_actions_addopen.c | 36 int ret = posix_spawn_file_actions_addopen(&fa, fd, "/data", O_RDWR | O_CREAT, S_IXGRP); in posix_spawn_file_actions_addopen_0100() 43 EXPECT_EQ("posix_spawn_file_actions_addopen_0100", ptr->mode, S_IXGRP); in posix_spawn_file_actions_addopen_0100() 61 …int ret = posix_spawn_file_actions_addopen(&fa, fd, "/data", O_RDONLY | O_CREAT, S_IXGRP | S_IROTH… in posix_spawn_file_actions_addopen_0200() 68 EXPECT_EQ("posix_spawn_file_actions_addopen_0200", ptr->mode, S_IXGRP | S_IROTH | S_IWOTH); in posix_spawn_file_actions_addopen_0200() 86 …int ret = posix_spawn_file_actions_addopen(&fa, fd, "/data", O_WRONLY | O_CREAT, S_IXGRP | S_IROTH… in posix_spawn_file_actions_addopen_0300() 93 EXPECT_EQ("posix_spawn_file_actions_addopen_0300", ptr->mode, S_IXGRP | S_IROTH | S_IWOTH); in posix_spawn_file_actions_addopen_0300()
|
/third_party/python/Lib/ |
D | stat.py | 106 S_IXGRP = 0o0010 # execute by group variable 145 ((S_IXGRP|S_ISGID, "s"), 147 (S_IXGRP, "x")),
|
/third_party/libsnd/src/ |
D | sf_unistd.h | 77 #ifndef S_IXGRP 78 #define S_IXGRP 0 /* execute/search permission, group */ macro
|
/third_party/python/Modules/ |
D | _stat.c | 181 #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/musl/libc-test/src/functionalext/supplement/stat/ |
D | chmod.c | 30 …S_ISGID | S_ISVTX | S_IWUSR | S_IROTH | S_IWUSR | S_IXUSR | S_IRGRP | S_IWGRP | S_IXGRP | S_IROTH | in chmod_0100() 63 …S_ISUID | S_ISGID | S_ISVTX | S_IRUSR | S_IWUSR | S_IXUSR | S_IRGRP | S_IWGRP | S_IXGRP | S_IROTH … in chmod_0300()
|
D | fchmod.c | 35 …S_ISGID | S_ISVTX | S_IWUSR | S_IROTH | S_IWUSR | S_IXUSR | S_IRGRP | S_IWGRP | S_IXGRP | S_IROTH | in fchmod_0100()
|
/third_party/ltp/testcases/kernel/device-drivers/dev_sim_framework/user_space/ |
D | user_tmod.c | 64 S_IRGRP | S_IXGRP | in tmodopen() 77 S_IRGRP | S_IXGRP | in tmodopen()
|
/third_party/ltp/testcases/kernel/device-drivers/nls/ |
D | userBlockNLS.c | 90 S_IRGRP | S_IXGRP | in open_block_device() 105 | S_IXGRP | S_IROTH | in open_block_device()
|
/third_party/ltp/testcases/kernel/device-drivers/include/ |
D | userBlockInclude.c | 93 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/ |
D | user_tusb.c | 45 S_IRGRP | S_IXGRP | in tusbopen() 58 S_IRGRP | S_IXGRP | in tusbopen()
|
/third_party/ltp/testcases/kernel/syscalls/link/ |
D | link04.c | 24 #define MODE_TO1 S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IXGRP|S_IXOTH|S_IROTH 25 #define MODE_TO2 S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IWGRP|S_IXGRP|S_IXOTH|S_IROTH|S_IWOTH
|
/third_party/ltp/testcases/kernel/device-drivers/base/user_base/ |
D | user_tbase.c | 60 S_IRGRP | S_IXGRP | in tbaseopen() 73 S_IRGRP | S_IXGRP | in tbaseopen()
|
/third_party/ltp/testcases/kernel/device-drivers/agp/user_space/ |
D | user_tagp.c | 60 S_IRGRP | S_IXGRP | in tagpopen() 73 S_IRGRP | S_IXGRP | in tagpopen()
|
/third_party/ltp/testcases/kernel/syscalls/nftw/ |
D | tools64.c | 122 S_IXGRP | S_IWOTH | S_IXOTH) == -1) { in setup_path() 138 S_IWGRP | S_IXGRP | S_IWOTH | S_IXOTH) == -1) { in setup_path()
|
D | tools.c | 123 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/mesa3d/.gitlab-ci/container/ |
D | build-skqp_fetch_gn.patch | 56 - stat.S_IRGRP | stat.S_IXGRP | 59 + stat.S_IRGRP | stat.S_IXGRP |
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/ |
D | fs.h | 45 #define S_IXUGO (S_IXUSR | S_IXGRP | S_IXOTH)
|
D | stat.h | 51 #define COMPAT_S_IXUGO (S_IXUSR | S_IXGRP | S_IXOTH)
|
/third_party/ltp/testcases/kernel/device-drivers/drm/user_space/ |
D | user_tdrm.c | 58 S_IRGRP | S_IXGRP | in tdrmopen() 71 S_IRGRP | S_IXGRP | in tdrmopen()
|
/third_party/ltp/testcases/kernel/syscalls/prctl/ |
D | prctl06.h | 24 #define SUID_MODE (S_ISUID|S_ISGID|S_IXUSR|S_IXGRP|S_IXOTH)
|
/third_party/python/Mac/BuildScript/resources/ |
D | install_certificates.command | 19 | stat.S_IRGRP | stat.S_IWGRP | stat.S_IXGRP
|
/third_party/ltp/testcases/kernel/syscalls/mount/ |
D | mount01.c | 36 #define DIR_MODE (S_IRWXU | S_IRUSR | S_IXUSR | S_IRGRP | S_IXGRP)
|
D | mount03.c | 60 S_IXGRP|S_IROTH|S_IXOTH) 61 #define SUID_MODE (S_ISUID|S_IRUSR|S_IXUSR|S_IXGRP|S_IXOTH)
|
/third_party/ltp/testcases/kernel/syscalls/mkdirat/ |
D | mkdirat02.c | 19 S_IXGRP|S_IROTH|S_IXOTH)
|
/third_party/ltp/testcases/kernel/syscalls/fchown/ |
D | fchown04.c | 31 #define DIR_MODE (S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IXGRP|S_IROTH|S_IXOTH)
|