OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:S_IXOTH
(Results
1 - 25
of
144
) sorted by relevancy
1
2
3
4
5
6
/src/lib/libc/string/
strmode.c
165
switch (mode & (
S_IXOTH
| S_ISVTX)) {
169
case
S_IXOTH
:
175
case
S_IXOTH
| S_ISVTX:
/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
)
colors.h
100
# 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
)
colors.h
100
# define S_IXUGO (S_IXUSR | S_IXGRP |
S_IXOTH
)
/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/gpl3/gcc/dist/libgfortran/intrinsics/
chmod.c
339
new_mode |=
S_IXOTH
;
344
&& (is_dir || (file_mode & (S_IXUSR | S_IXGRP |
S_IXOTH
))))
345
new_mode |= (S_IXUSR | S_IXGRP |
S_IXOTH
);
375
new_mode |=
S_IXOTH
;
398
new_mode |=
S_IXOTH
;
411
if (file_mode &
S_IXOTH
)
420
if (file_mode &
S_IXOTH
)
446
file_mode = (file_mode & ~(S_IROTH | S_IWOTH |
S_IXOTH
))
447
| (new_mode & (S_IROTH | S_IWOTH |
S_IXOTH
));
/src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
chmod.c
339
new_mode |=
S_IXOTH
;
344
&& (is_dir || (file_mode & (S_IXUSR | S_IXGRP |
S_IXOTH
))))
345
new_mode |= (S_IXUSR | S_IXGRP |
S_IXOTH
);
375
new_mode |=
S_IXOTH
;
398
new_mode |=
S_IXOTH
;
411
if (file_mode &
S_IXOTH
)
420
if (file_mode &
S_IXOTH
)
446
file_mode = (file_mode & ~(S_IROTH | S_IWOTH |
S_IXOTH
))
447
| (new_mode & (S_IROTH | S_IWOTH |
S_IXOTH
));
/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/sys/fs/filecorefs/
filecore_utils.c
206
m |= S_IRGRP | S_IXGRP | S_IROTH |
S_IXOTH
;
210
m |= S_IRGRP | S_IXGRP | S_IROTH |
S_IXOTH
;
215
m |= S_IROTH |
S_IXOTH
;
218
m |= S_IFDIR | S_IXUSR | S_IXGRP |
S_IXOTH
;
/src/external/gpl3/gdb/dist/gdbsupport/
fileio.cc
204
#ifdef
S_IXOTH
206
mode |=
S_IXOTH
;
250
#ifdef
S_IXOTH
251
if (mode &
S_IXOTH
)
/src/external/gpl3/gdb.old/dist/gdbsupport/
fileio.cc
204
#ifdef
S_IXOTH
206
mode |=
S_IXOTH
;
250
#ifdef
S_IXOTH
251
if (mode &
S_IXOTH
)
/src/external/mpl/dhcp/bind/dist/lib/isc/unix/
fsaccess.c
80
SET_AND_CLEAR(S_IXUSR, S_IXGRP,
S_IXOTH
);
/src/sys/miscfs/procfs/
procfs_vfsops.c
328
pfs->pfs_mode = S_IRUSR|S_IXUSR|S_IRGRP|S_IXGRP|S_IROTH|
S_IXOTH
;
335
S_IROTH|
S_IXOTH
;
345
pfs->pfs_mode = S_IRUSR|S_IXUSR|S_IRGRP|S_IXGRP|S_IROTH|
S_IXOTH
;
396
S_IXGRP|S_IROTH|
S_IXOTH
;
455
S_IROTH|
S_IXOTH
;
/src/lib/libc/gen/
setmode.c
149
if (omode & (S_IFDIR|S_IXUSR|S_IXGRP|
S_IXOTH
))
299
permXbits = S_IXUSR|S_IXGRP|
S_IXOTH
;
302
perm |= S_IXUSR|S_IXGRP|
S_IXOTH
;
/src/sys/kern/
subr_acl_nfs4.c
252
if ((seen &
S_IXOTH
) == 0) {
253
seen |=
S_IXOTH
;
255
mode |=
S_IXOTH
;
419
if (mode &
S_IXOTH
)
subr_acl_posix1e.c
88
if (mode &
S_IXOTH
)
159
mode |=
S_IXOTH
;
/src/tests/lib/libc/sys/
t_umask.c
56
S_IXOTH
/src/external/ibm-public/postfix/dist/src/local/
file.c
168
if (S_ISREG(st.st_mode) && st.st_mode & (S_IXUSR | S_IXGRP |
S_IXOTH
)) {
/src/lib/libpuffs/
creds.c
174
(file_mode & (S_IXUSR|S_IXGRP|
S_IXOTH
)) == 0)
199
mask |=
S_IXOTH
;
/src/sys/fs/cd9660/
cd9660_node.c
188
inop->inode.iso_mode |=
S_IXOTH
;
196
S_IRUSR|S_IXUSR|S_IRGRP|S_IXGRP|S_IROTH|
S_IXOTH
;
/src/external/gpl2/diffutils/dist/src/
system.h
98
#ifndef
S_IXOTH
99
# define
S_IXOTH
0001
/src/external/gpl3/gdb/dist/gnulib/import/
sys_stat.in.h
364
#if !
S_IXOTH
365
# define
S_IXOTH
(S_IXUSR >> 6)
375
# define S_IRWXO (S_IROTH | S_IWOTH |
S_IXOTH
)
381
# define S_IXUGO (S_IXUSR | S_IXGRP |
S_IXOTH
)
/src/external/gpl3/gdb.old/dist/gnulib/import/
sys_stat.in.h
364
#if !
S_IXOTH
365
# define
S_IXOTH
(S_IXUSR >> 6)
375
# define S_IRWXO (S_IROTH | S_IWOTH |
S_IXOTH
)
381
# define S_IXUGO (S_IXUSR | S_IXGRP |
S_IXOTH
)
Completed in 51 milliseconds
1
2
3
4
5
6
Indexes created Sat Feb 28 05:31:39 UTC 2026