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_IRWXU
(Results
1 - 12
of
12
) sorted by relevancy
/src/external/gpl3/binutils/dist/binutils/
filemode.c
65
#ifndef
S_IRWXU
66
#define
S_IRWXU
0700
/src/external/gpl3/binutils.old/dist/binutils/
filemode.c
65
#ifndef
S_IRWXU
66
#define
S_IRWXU
0700
/src/external/ibm-public/postfix/dist/src/oqmgr/
qmgr_active.c
96
#ifndef
S_IRWXU
/* What? no POSIX system? */
97
#define
S_IRWXU
0700
/src/external/ibm-public/postfix/dist/src/qmgr/
qmgr_active.c
96
#ifndef
S_IRWXU
/* What? no POSIX system? */
97
#define
S_IRWXU
0700
/src/external/gpl2/xcvs/dist/lib/
stat-macros.h
232
# if !
S_IRWXU
233
# define
S_IRWXU
(S_IRUSR | S_IWUSR | S_IXUSR)
248
# define S_IRWXUGO (
S_IRWXU
| S_IRWXG | S_IRWXO)
253
(S_ISUID | S_ISGID | S_ISVTX |
S_IRWXU
| S_IRWXG | S_IRWXO)
/src/external/gpl3/gdb/dist/readline/readline/
posixstat.h
111
#if !defined (
S_IRWXU
)
132
# define
S_IRWXU
(S_IRUSR | S_IWUSR | S_IXUSR)
135
#else /* !
S_IRWXU
*/
136
/*
S_IRWXU
is defined, but "group" and "other" bits might not be
155
#endif /* !
S_IRWXU
*/
/src/external/gpl3/gdb.old/dist/readline/readline/
posixstat.h
111
#if !defined (
S_IRWXU
)
132
# define
S_IRWXU
(S_IRUSR | S_IWUSR | S_IXUSR)
135
#else /* !
S_IRWXU
*/
136
/*
S_IRWXU
is defined, but "group" and "other" bits might not be
155
#endif /* !
S_IRWXU
*/
/src/sys/sys/
stat.h
117
#define
S_IRWXU
0000700 /* RWX mask for owner */
189
#define ACCESSPERMS (
S_IRWXU
|S_IRWXG|S_IRWXO) /* 0777 */
191
#define ALLPERMS (S_ISUID|S_ISGID|S_ISTXT|
S_IRWXU
|S_IRWXG|S_IRWXO)
/src/external/bsd/libarchive/dist/libarchive/
archive_windows.h
213
#ifndef
S_IRWXU
214
#define
S_IRWXU
_S_IRWXU
/src/external/bsd/am-utils/dist/include/
am_defs.h
1302
# undef
S_IRWXU
/src/external/ibm-public/postfix/dist/src/util/
sys_defs.h
1573
#define
S_IRWXU
(S_IRUSR | S_IWUSR | S_IXUSR)
/src/lib/libc/time/
zic.c
98
#ifndef
S_IRWXU
108
# define
S_IRWXU
(S_IRUSR | S_IWUSR | S_IXUSR)
114
#define ALL_PERMS (
S_IRWXU
| S_IRWXG | S_IRWXO)
Completed in 41 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026