OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:S_IWGRP
(Results
1 - 15
of
15
) sorted by relevancy
/src/external/bsd/ntp/dist/libntp/lib/isc/win32/include/isc/
stat.h
38
#define
S_IWGRP
_S_IWRITE /* Group write permission */
/src/external/gpl3/binutils/dist/binutils/
filemode.c
84
#ifndef
S_IWGRP
85
#define
S_IWGRP
0020
115
str[5] = (mode &
S_IWGRP
) != 0 ? 'w' : '-';
/src/external/gpl3/binutils.old/dist/binutils/
filemode.c
84
#ifndef
S_IWGRP
85
#define
S_IWGRP
0020
115
str[5] = (mode &
S_IWGRP
) != 0 ? 'w' : '-';
/src/external/gpl2/xcvs/dist/lib/
stat-macros.h
212
# if !
S_IWGRP
213
# define
S_IWGRP
(S_IWUSR >> 3)
236
# define S_IRWXG (S_IRGRP |
S_IWGRP
| S_IXGRP)
/src/external/gpl3/gdb/dist/readline/readline/
posixstat.h
124
# define
S_IWGRP
(S_IWRITE >> 3) /* write, group */
133
# define S_IRWXG (S_IRGRP |
S_IWGRP
| S_IXGRP)
140
# define
S_IWGRP
(S_IWRITE >> 3) /* write, group */
150
# define S_IRWXG (S_IRGRP |
S_IWGRP
| S_IXGRP)
159
#define S_IWUGO (S_IWUSR |
S_IWGRP
| S_IWOTH)
/src/external/gpl3/gdb.old/dist/readline/readline/
posixstat.h
124
# define
S_IWGRP
(S_IWRITE >> 3) /* write, group */
133
# define S_IRWXG (S_IRGRP |
S_IWGRP
| S_IXGRP)
140
# define
S_IWGRP
(S_IWRITE >> 3) /* write, group */
150
# define S_IRWXG (S_IRGRP |
S_IWGRP
| S_IXGRP)
159
#define S_IWUGO (S_IWUSR |
S_IWGRP
| S_IWOTH)
/src/external/gpl2/gettext/dist/gettext-tools/src/
write-csharp.c
58
#if !
S_IWGRP
59
# define
S_IWGRP
(S_IWUSR >> 3)
682
| S_IRGRP |
S_IWGRP
| S_IXGRP
/src/sys/sys/
stat.h
130
#define
S_IWGRP
0000020 /* W for group */
193
#define DEFFILEMODE (S_IRUSR|S_IWUSR|S_IRGRP|
S_IWGRP
|S_IROTH|S_IWOTH)
/src/external/bsd/libarchive/dist/libarchive/
archive_windows.h
222
#define
S_IWGRP
_S_IWGRP
/src/external/bsd/am-utils/dist/include/
am_defs.h
1313
# undef
S_IWGRP
/src/external/gpl2/rcs/include/
conf.h
292
# define
S_IWGRP
(S_IWUSR / 0010)
298
# define
S_IWGRP
0
/src/external/gpl3/gcc/dist/libgfortran/io/
unix.c
118
#ifndef
S_IWGRP
119
#define
S_IWGRP
0
1453
mode = S_IRUSR | S_IWUSR | S_IRGRP |
S_IWGRP
| S_IROTH | S_IWOTH;
/src/external/gpl3/gcc.old/dist/libgfortran/io/
unix.c
118
#ifndef
S_IWGRP
119
#define
S_IWGRP
0
1454
mode = S_IRUSR | S_IWUSR | S_IRGRP |
S_IWGRP
| S_IROTH | S_IWOTH;
/src/external/ibm-public/postfix/dist/src/util/
sys_defs.h
1568
#define
S_IWGRP
0000020
/src/lib/libc/time/
zic.c
103
# define
S_IWGRP
0020
109
# define S_IRWXG (S_IRGRP |
S_IWGRP
| S_IXGRP)
117
#define TROUBLE_PERMS (
S_IWGRP
| S_IWOTH)
937
| (((omode & (S_IWUSR |
S_IWGRP
| S_IWOTH))
938
== (S_IWUSR |
S_IWGRP
| S_IWOTH))
939
? S_IWUSR |
S_IWGRP
| S_IWOTH : 0));
Completed in 40 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026