Home
last modified time | relevance | path

Searched refs:S_IWGRP (Results 1 - 25 of 108) sorted by relevance

12345

/third_party/libsnd/src/
H A Dsf_unistd.h73 #ifndef S_IWGRP
74 #define S_IWGRP 0 /* write permission, grougroup */ macro
/third_party/ltp/testcases/kernel/syscalls/nftw/
H A 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()
H A 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()
H A 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
H A 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/open_posix_testsuite/conformance/interfaces/shm_open/
H A 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/
H A Dchmod.c30 S_IRUSR | 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 | S_IWOTH | in chmod_0300()
/third_party/libuv/test/
H A Dtest-pipe-set-fchmod.c64 ASSERT(stat_buf.st_mode & S_IWGRP); in TEST_IMPL()
76 ASSERT(stat_buf.st_mode & S_IWGRP); in TEST_IMPL()
/third_party/ltp/testcases/kernel/device-drivers/nls/
H A 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/usb/user_usb/
H A Duser_tusb.c74 S_IWGRP), devt); in tusbopen()
93 S_IRGRP | S_IWGRP), devt); in tusbopen()
/third_party/ltp/testcases/kernel/device-drivers/dev_sim_framework/user_space/
H A Duser_tmod.c93 S_IWGRP), devt); in tmodopen()
112 S_IRGRP | S_IWGRP), devt); in tmodopen()
/third_party/ltp/testcases/kernel/device-drivers/include/
H A DuserBlockInclude.c122 S_IRGRP | S_IWGRP), devt); in open_block_device()
142 | S_IRGRP | S_IWGRP), devt); in open_block_device()
/third_party/python/Modules/
H A D_stat.c177 #ifndef S_IWGRP
178 # define S_IWGRP 00020 macro
381 buf[4] = mode & S_IWGRP ? 'w' : '-'; in fileperm()
460 S_IWGRP: write by group\n\
536 ADD_INT_MACRO(module, S_IWGRP); in stat_exec()
/third_party/ltp/testcases/kernel/device-drivers/base/user_base/
H A 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/
H A Duser_tagp.c89 S_IWGRP), devt); in tagpopen()
108 S_IRGRP | S_IWGRP), devt); in tagpopen()
/third_party/musl/porting/liteos_a/kernel/include/
H A Dfcntl.h92 #define S_IWGRP 0020 macro
101 #define DEFFILEMODE (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH)
/third_party/ltp/testcases/kernel/syscalls/link/
H A 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/python/Lib/
H A Dstat.py105 S_IWGRP = 0o0020 # write by group variable
144 ((S_IWGRP, "w"),),
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
H A Dfs.h42 #define S_IWUGO (S_IWUSR | S_IWGRP | S_IWOTH)
H A Dstat.h47 #define COMPAT_S_IWUGO (S_IWUSR | S_IWGRP | S_IWOTH)
/third_party/ltp/testcases/kernel/device-drivers/drm/user_space/
H A Duser_tdrm.c87 S_IWGRP), devt); in tdrmopen()
106 S_IRGRP | S_IWGRP), devt); in tdrmopen()
/third_party/python/Mac/BuildScript/resources/
H A Dinstall_certificates.command19 | stat.S_IRGRP | stat.S_IWGRP | stat.S_IXGRP
/third_party/musl/libc-test/src/functionalext/supplement/linux/
H A Dlgetxattr.c36 mode_t perms = S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH; in lgetxattr_0100()
H A Dllistxattr.c36 mode_t perms = S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH; in llistxattr_0100()
H A Dlistxattr.c36 mode_t perms = S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH; in listxattr_0100()

Completed in 9 milliseconds

12345