Home
last modified time | relevance | path

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

12345

/external/u-boot/tools/
Dmingw_support.h28 #ifndef S_IWGRP
29 # define S_IWGRP 0 macro
/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 | \
/external/ltp/testcases/kernel/syscalls/nftw/
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()
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()
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
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
/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/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/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/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/u-boot/fs/reiserfs/
Dmode_string.c18 || ( S_IRGRP != 00040 ) || ( S_IWGRP != 00020 ) || ( S_IXGRP != 00010 ) \
36 S_IRGRP, S_IWGRP, S_IXGRP, S_ISGID,
/external/python/cpython3/Lib/
Dstat.py89 S_IWGRP = 0o0020 # write by group variable
127 ((S_IWGRP, "w"),),
/external/python/cpython3/Modules/
D_stat.c173 #ifndef S_IWGRP
174 # define S_IWGRP 00020 macro
377 buf[4] = mode & S_IWGRP ? 'w' : '-'; in fileperm()
542 if (PyModule_AddIntMacro(m, S_IWGRP)) return NULL; in PyInit__stat()
/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/syzkaller/sys/netbsd/
Dipc.txt56 msgget_flags = IPC_CREAT, IPC_EXCL, S_IRUSR, S_IWUSR, S_IXUSR, S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, …
60 semget_flags = IPC_CREAT, IPC_EXCL, S_IRUSR, S_IWUSR, S_IXUSR, S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, …
63 shmget_flags = IPC_CREAT, IPC_EXCL, S_IRUSR, S_IWUSR, S_IXUSR, S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, …
Dipc_amd64.const36 S_IWGRP = 16
Dfs_amd64.const43 S_IWGRP = 16
/external/syzkaller/sys/freebsd/
Dipc.txt63 msgget_flags = IPC_CREAT, IPC_EXCL, S_IRUSR, S_IWUSR, S_IXUSR, S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, …
67 semget_flags = IPC_CREAT, IPC_EXCL, S_IRUSR, S_IWUSR, S_IXUSR, S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, …
70 shmget_flags = IPC_CREAT, IPC_EXCL, S_IRUSR, S_IWUSR, S_IXUSR, S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, …
Dposix_fs_amd64.const41 S_IWGRP = 16
/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/syzkaller/sys/linux/
Dipc.txt63 msgget_flags = IPC_CREAT, IPC_EXCL, S_IRUSR, S_IWUSR, S_IXUSR, S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, …
67 semget_flags = IPC_CREAT, IPC_EXCL, S_IRUSR, S_IWUSR, S_IXUSR, S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, …
70 …GE_2MB, SHM_HUGE_1GB, SHM_NORESERVE, S_IRUSR, S_IWUSR, S_IXUSR, S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH…
/external/syzkaller/sys/fuchsia/
Dposix_amd64.const44 S_IWGRP = 16

12345