/third_party/libsnd/src/ |
D | sf_unistd.h | 73 #ifndef S_IWGRP 74 #define S_IWGRP 0 /* write permission, grougroup */ macro
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/ |
D | 18-1.c | 34 #define MOD_FLAGS (S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH) /* -w?rw?r-? */ 36 #define ALL_MOD_FLAGS (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | \
|
/third_party/musl/libc-test/src/functionalext/supplement/stat/ |
D | chmod.c | 30 …S_IRUSR | S_ISGID | S_ISVTX | S_IWUSR | S_IROTH | S_IWUSR | S_IXUSR | S_IRGRP | S_IWGRP | S_IXGRP … 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()
|
/third_party/ltp/testcases/kernel/syscalls/nftw/ |
D | tools.c | 122 if (chmod("./tmp/data/d333", (mode_t) S_IWUSR | S_IXUSR | S_IWGRP | in setup_path() 131 S_IWGRP | S_IROTH | S_IWOTH) == -1) { in setup_path() 139 S_IWGRP | S_IXGRP | S_IWOTH | S_IXOTH) == -1) { in setup_path()
|
D | tools64.c | 121 if (chmod("./tmp/data/d333", (mode_t) S_IWUSR | S_IXUSR | S_IWGRP | in setup_path() 130 S_IWGRP | S_IROTH | S_IWOTH) == -1) { in setup_path() 138 S_IWGRP | S_IXGRP | S_IWOTH | S_IXOTH) == -1) { in setup_path()
|
D | nftw.c | 145 S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP 170 S_IRWXU | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH, 176 S_IRWXU | S_IRGRP | S_IWGRP | S_IROTH
|
D | nftw64.c | 145 S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP 170 S_IRWXU | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH, 176 S_IRWXU | S_IRGRP | S_IWGRP | S_IROTH
|
/third_party/ltp/testcases/kernel/device-drivers/dev_sim_framework/user_space/ |
D | user_tmod.c | 93 S_IWGRP), devt); in tmodopen() 112 S_IRGRP | S_IWGRP), devt); in tmodopen()
|
/third_party/ltp/testcases/kernel/device-drivers/nls/ |
D | userBlockNLS.c | 122 S_IRGRP | S_IWGRP), devt); in open_block_device() 142 | S_IRGRP | S_IWGRP), devt); in open_block_device()
|
/third_party/ltp/testcases/kernel/device-drivers/include/ |
D | userBlockInclude.c | 122 S_IRGRP | S_IWGRP), devt); in open_block_device() 142 | S_IRGRP | S_IWGRP), devt); in open_block_device()
|
/third_party/ltp/testcases/kernel/device-drivers/usb/user_usb/ |
D | user_tusb.c | 74 S_IWGRP), devt); in tusbopen() 93 S_IRGRP | S_IWGRP), devt); in tusbopen()
|
/third_party/libuv/test/ |
D | test-pipe-set-fchmod.c | 62 ASSERT(stat_buf.st_mode & S_IWGRP); in TEST_IMPL() 74 ASSERT(stat_buf.st_mode & S_IWGRP); in TEST_IMPL()
|
/third_party/python/Modules/ |
D | _stat.c | 177 #ifndef S_IWGRP 178 # define S_IWGRP 00020 macro 381 buf[4] = mode & S_IWGRP ? 'w' : '-'; in fileperm() 536 ADD_INT_MACRO(module, S_IWGRP); in stat_exec()
|
/third_party/python/Lib/ |
D | stat.py | 105 S_IWGRP = 0o0020 # write by group variable 144 ((S_IWGRP, "w"),),
|
/third_party/ltp/testcases/kernel/syscalls/link/ |
D | link04.c | 25 #define MODE_TO2 S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IWGRP|S_IXGRP|S_IXOTH|S_IROTH|S_IWOTH 26 #define MODE_TE S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH
|
/third_party/ltp/testcases/kernel/device-drivers/base/user_base/ |
D | user_tbase.c | 89 S_IWGRP), devt); in tbaseopen() 108 S_IRGRP | S_IWGRP), devt); in tbaseopen()
|
/third_party/ltp/testcases/kernel/device-drivers/agp/user_space/ |
D | user_tagp.c | 89 S_IWGRP), devt); in tagpopen() 108 S_IRGRP | S_IWGRP), devt); in tagpopen()
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | fcntl.h | 92 #define S_IWGRP 0020 macro 101 #define DEFFILEMODE (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH)
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/ |
D | fs.h | 44 #define S_IWUGO (S_IWUSR | S_IWGRP | S_IWOTH)
|
D | stat.h | 47 #define COMPAT_S_IWUGO (S_IWUSR | S_IWGRP | S_IWOTH)
|
/third_party/ltp/testcases/kernel/device-drivers/drm/user_space/ |
D | user_tdrm.c | 87 S_IWGRP), devt); in tdrmopen() 106 S_IRGRP | S_IWGRP), devt); in tdrmopen()
|
/third_party/musl/libc-test/src/functionalext/supplement/linux/ |
D | lgetxattr.c | 36 mode_t perms = S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH; in lgetxattr_0100()
|
D | listxattr.c | 36 mode_t perms = S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH; in listxattr_0100()
|
D | llistxattr.c | 36 mode_t perms = S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH; in llistxattr_0100()
|
/third_party/python/Mac/BuildScript/resources/ |
D | install_certificates.command | 19 | stat.S_IRGRP | stat.S_IWGRP | stat.S_IXGRP
|