Home
last modified time | relevance | path

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

1234

/external/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 | \
D26-2.c48 S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | in main()
/external/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
/external/ltp/testcases/kernel/syscalls/link/
Dlink07.c41 #define MODE_TO S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IWGRP|S_IXGRP|S_IXOTH|S_IROTH|S_IWOTH
42 #define MODE_TE S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH
/external/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()
/external/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()
/external/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()
/external/ltp/testcases/kernel/syscalls/dup2/
Ddup202.c80 &dupwro, (S_IWUSR | S_IWGRP | S_IWOTH)},
84 (S_IRUSR | S_IRGRP | S_IROTH | S_IWUSR | S_IWGRP | S_IWOTH)}
/external/ltp/testcases/kernel/device-drivers/usb/user_usb/
Duser_tusb.c74 S_IWGRP), devt); in tusbopen()
93 S_IRGRP | S_IWGRP), devt); in tusbopen()
/external/python/cpython3/Lib/
Dstat.py105 S_IWGRP = 0o0020 # write by group variable
144 ((S_IWGRP, "w"),),
/external/python/cpython3/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()
/external/ltp/testcases/kernel/device-drivers/base/user_base/
Duser_tbase.c89 S_IWGRP), devt); in tbaseopen()
108 S_IRGRP | S_IWGRP), devt); in tbaseopen()
/external/ltp/testcases/kernel/device-drivers/agp/user_space/
Duser_tagp.c89 S_IWGRP), devt); in tagpopen()
108 S_IRGRP | S_IWGRP), devt); in tagpopen()
/external/ltp/testcases/kernel/device-drivers/drm/user_space/
Duser_tdrm.c87 S_IWGRP), devt); in tdrmopen()
106 S_IRGRP | S_IWGRP), devt); in tdrmopen()
/external/python/cpython2/Mac/BuildScript/resources/
Dinstall_certificates.command19 | stat.S_IRGRP | stat.S_IWGRP | stat.S_IXGRP
/external/python/cpython3/Mac/BuildScript/resources/
Dinstall_certificates.command19 | stat.S_IRGRP | stat.S_IWGRP | stat.S_IXGRP
/external/openssh/openbsd-compat/
Dstrmode.c104 if (mode & S_IWGRP) in strmode()
/external/llvm-project/lldb/include/lldb/Host/windows/
DPosixApi.h41 #define S_IWGRP 0 /* write, group */ macro
/external/python/cpython2/Lib/
Dstat.py76 S_IWGRP = 00020 variable
/external/igt-gpu-tools/tools/
Dintel_bios_dumper.c40 #define DEFFILEMODE (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH) /* 0666 */
/external/ltp/testcases/kernel/sched/process_stress/
Dprocess.c625 S_IWGRP);
635 S_IWGRP);
658 S_IWGRP);
674 S_IWGRP);
735 S_IWGRP);
/external/libchrome/base/test/
Dtest_file_util_posix.cc95 return DenyFilePermission(path, S_IWUSR | S_IWGRP | S_IWOTH); in MakeFileUnwritable()

1234