Home
last modified time | relevance | path

Searched refs:S_IWGRP (Results 1 – 25 of 111) sorted by relevance

12345

/third_party/libsnd/src/
Dsf_unistd.h73 #ifndef S_IWGRP
74 #define S_IWGRP 0 /* write permission, grougroup */ macro
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/
D18-1.c34 #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/
Dchmod.c30 …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/
Dtools.c122 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()
Dtools64.c121 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()
Dnftw.c145 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
Dnftw64.c145 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/
Duser_tmod.c93 S_IWGRP), devt); in tmodopen()
112 S_IRGRP | S_IWGRP), devt); in tmodopen()
/third_party/ltp/testcases/kernel/device-drivers/nls/
DuserBlockNLS.c122 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/
DuserBlockInclude.c122 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/
Duser_tusb.c74 S_IWGRP), devt); in tusbopen()
93 S_IRGRP | S_IWGRP), devt); in tusbopen()
/third_party/libuv/test/
Dtest-pipe-set-fchmod.c62 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.c177 #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/
Dstat.py105 S_IWGRP = 0o0020 # write by group variable
144 ((S_IWGRP, "w"),),
/third_party/ltp/testcases/kernel/syscalls/link/
Dlink04.c25 #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/
Duser_tbase.c89 S_IWGRP), devt); in tbaseopen()
108 S_IRGRP | S_IWGRP), devt); in tbaseopen()
/third_party/ltp/testcases/kernel/device-drivers/agp/user_space/
Duser_tagp.c89 S_IWGRP), devt); in tagpopen()
108 S_IRGRP | S_IWGRP), devt); in tagpopen()
/third_party/musl/porting/liteos_a/kernel/include/
Dfcntl.h92 #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/
Dfs.h44 #define S_IWUGO (S_IWUSR | S_IWGRP | S_IWOTH)
Dstat.h47 #define COMPAT_S_IWUGO (S_IWUSR | S_IWGRP | S_IWOTH)
/third_party/ltp/testcases/kernel/device-drivers/drm/user_space/
Duser_tdrm.c87 S_IWGRP), devt); in tdrmopen()
106 S_IRGRP | S_IWGRP), devt); in tdrmopen()
/third_party/musl/libc-test/src/functionalext/supplement/linux/
Dlgetxattr.c36 mode_t perms = S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH; in lgetxattr_0100()
Dlistxattr.c36 mode_t perms = S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH; in listxattr_0100()
Dllistxattr.c36 mode_t perms = S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH; in llistxattr_0100()
/third_party/python/Mac/BuildScript/resources/
Dinstall_certificates.command19 | stat.S_IRGRP | stat.S_IWGRP | stat.S_IXGRP

12345