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_IXOTH
(Results
1 - 20
of
20
) sorted by relevancy
/src/external/gpl3/binutils/dist/binutils/
filemode.c
100
#ifndef
S_IXOTH
101
#define
S_IXOTH
0001
119
str[9] = (mode &
S_IXOTH
) != 0 ? 'x' : '-';
/src/external/gpl3/binutils.old/dist/binutils/
filemode.c
100
#ifndef
S_IXOTH
101
#define
S_IXOTH
0001
119
str[9] = (mode &
S_IXOTH
) != 0 ? 'x' : '-';
/src/external/gpl2/xcvs/dist/lib/
stat-macros.h
228
# if !
S_IXOTH
229
# define
S_IXOTH
(S_IXUSR >> 6)
239
# define S_IRWXO (S_IROTH | S_IWOTH |
S_IXOTH
)
244
# define S_IXUGO (S_IXUSR | S_IXGRP |
S_IXOTH
)
/src/external/gpl3/gdb/dist/readline/readline/
posixstat.h
129
# define
S_IXOTH
(S_IEXEC >> 6) /* execute, other */
134
# define S_IRWXO (S_IROTH | S_IWOTH |
S_IXOTH
)
147
# define
S_IXOTH
(S_IEXEC >> 6) /* execute, other */
153
# define S_IRWXO (S_IROTH | S_IWOTH |
S_IXOTH
)
160
#define S_IXUGO (S_IXUSR | S_IXGRP |
S_IXOTH
)
/src/external/gpl3/gdb.old/dist/readline/readline/
posixstat.h
129
# define
S_IXOTH
(S_IEXEC >> 6) /* execute, other */
134
# define S_IRWXO (S_IROTH | S_IWOTH |
S_IXOTH
)
147
# define
S_IXOTH
(S_IEXEC >> 6) /* execute, other */
153
# define S_IRWXO (S_IROTH | S_IWOTH |
S_IXOTH
)
160
#define S_IXUGO (S_IXUSR | S_IXGRP |
S_IXOTH
)
/src/external/gpl2/gettext/dist/gettext-tools/src/
write-csharp.c
70
#if !
S_IXOTH
71
# define
S_IXOTH
(S_IXUSR >> 6)
683
| S_IROTH | S_IWOTH |
S_IXOTH
) < 0)
/src/external/gpl3/binutils/dist/bfd/
bfdio.c
41
#ifndef
S_IXOTH
42
#define
S_IXOTH
0001 /* Execute by others. */
opncls.c
36
#ifndef
S_IXOTH
37
#define
S_IXOTH
0001 /* Execute by others. */
834
& (buf.st_mode | ((S_IXUSR | S_IXGRP |
S_IXOTH
) &~ mask))));
/src/external/gpl3/binutils.old/dist/bfd/
bfdio.c
40
#ifndef
S_IXOTH
41
#define
S_IXOTH
0001 /* Execute by others. */
opncls.c
36
#ifndef
S_IXOTH
37
#define
S_IXOTH
0001 /* Execute by others. */
836
& (buf.st_mode | ((S_IXUSR | S_IXGRP |
S_IXOTH
) &~ mask))));
/src/external/gpl3/gdb.old/dist/bfd/
bfdio.c
40
#ifndef
S_IXOTH
41
#define
S_IXOTH
0001 /* Execute by others. */
opncls.c
36
#ifndef
S_IXOTH
37
#define
S_IXOTH
0001 /* Execute by others. */
879
& (buf.st_mode | ((S_IXUSR | S_IXGRP |
S_IXOTH
) &~ mask))));
/src/external/gpl3/gdb/dist/bfd/
bfdio.c
40
#ifndef
S_IXOTH
41
#define
S_IXOTH
0001 /* Execute by others. */
opncls.c
36
#ifndef
S_IXOTH
37
#define
S_IXOTH
0001 /* Execute by others. */
836
& (buf.st_mode | ((S_IXUSR | S_IXGRP |
S_IXOTH
) &~ mask))));
/src/external/gpl2/diffutils/dist/src/
system.h
98
#ifndef
S_IXOTH
99
# define
S_IXOTH
0001
/src/sys/sys/
stat.h
136
#define
S_IXOTH
0000001 /* X for other */
/src/external/bsd/libarchive/dist/libarchive/
archive_windows.h
229
#define
S_IXOTH
_S_IXOTH
/src/external/bsd/am-utils/dist/include/
am_defs.h
1317
# undef
S_IXOTH
/src/external/ibm-public/postfix/dist/src/util/
sys_defs.h
1581
#define
S_IXOTH
0000001
/src/lib/libc/time/
zic.c
107
# define
S_IXOTH
0001
110
# define S_IRWXO (S_IROTH | S_IWOTH |
S_IXOTH
)
125
#define CREAT_PERMS (MKDIR_PERMS & ~(S_IXUSR | S_IXGRP |
S_IXOTH
))
Completed in 37 milliseconds
Indexes created Mon Aug 03 00:25:36 UTC 2026