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_IWOTH
(Results
1 - 15
of
15
) sorted by relevancy
/src/external/bsd/ntp/dist/libntp/lib/isc/win32/include/isc/
stat.h
40
#define
S_IWOTH
_S_IWRITE /* Other write permission */
/src/external/gpl3/binutils/dist/binutils/
filemode.c
97
#ifndef
S_IWOTH
98
#define
S_IWOTH
0002
118
str[8] = (mode &
S_IWOTH
) != 0 ? 'w' : '-';
/src/external/gpl3/binutils.old/dist/binutils/
filemode.c
97
#ifndef
S_IWOTH
98
#define
S_IWOTH
0002
118
str[8] = (mode &
S_IWOTH
) != 0 ? 'w' : '-';
/src/external/gpl2/xcvs/dist/lib/
stat-macros.h
215
# if !
S_IWOTH
216
# define
S_IWOTH
(S_IWUSR >> 6)
239
# define S_IRWXO (S_IROTH |
S_IWOTH
| S_IXOTH)
/src/external/gpl3/gdb/dist/readline/readline/
posixstat.h
128
# define
S_IWOTH
(S_IWRITE >> 6) /* write, other */
134
# define S_IRWXO (S_IROTH |
S_IWOTH
| S_IXOTH)
146
# define
S_IWOTH
(S_IWRITE >> 6) /* write, other */
153
# define S_IRWXO (S_IROTH |
S_IWOTH
| S_IXOTH)
159
#define S_IWUGO (S_IWUSR | S_IWGRP |
S_IWOTH
)
/src/external/gpl3/gdb.old/dist/readline/readline/
posixstat.h
128
# define
S_IWOTH
(S_IWRITE >> 6) /* write, other */
134
# define S_IRWXO (S_IROTH |
S_IWOTH
| S_IXOTH)
146
# define
S_IWOTH
(S_IWRITE >> 6) /* write, other */
153
# define S_IRWXO (S_IROTH |
S_IWOTH
| S_IXOTH)
159
#define S_IWUGO (S_IWUSR | S_IWGRP |
S_IWOTH
)
/src/external/gpl2/gettext/dist/gettext-tools/src/
write-csharp.c
67
#if !
S_IWOTH
68
# define
S_IWOTH
(S_IWUSR >> 6)
683
| S_IROTH |
S_IWOTH
| S_IXOTH) < 0)
/src/sys/sys/
stat.h
135
#define
S_IWOTH
0000002 /* W for other */
193
#define DEFFILEMODE (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|
S_IWOTH
)
/src/external/bsd/libarchive/dist/libarchive/
archive_windows.h
230
#define
S_IWOTH
_S_IWOTH
/src/external/bsd/am-utils/dist/include/
am_defs.h
1314
# undef
S_IWOTH
/src/external/gpl2/rcs/include/
conf.h
294
# define
S_IWOTH
(S_IWUSR / 0100)
300
# define
S_IWOTH
0
/src/external/gpl3/gcc/dist/libgfortran/io/
unix.c
126
#ifndef
S_IWOTH
127
#define
S_IWOTH
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
126
#ifndef
S_IWOTH
127
#define
S_IWOTH
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
1569
#define
S_IWOTH
0000002
/src/lib/libc/time/
zic.c
106
# define
S_IWOTH
0002
110
# define S_IRWXO (S_IROTH |
S_IWOTH
| S_IXOTH)
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 52 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026