HomeSort by: relevance | last modified time | path
    Searched refs:S_IROTH (Results 1 - 25 of 163) sorted by relevancy

1 2 3 4 5 6 7

  /src/external/gpl2/groff/dist/src/include/
posix.h 43 #ifndef S_IROTH
44 #define S_IROTH 0004
  /src/external/gpl3/gdb/dist/readline/readline/
posixstat.h 127 # define S_IROTH (S_IREAD >> 6) /* read, other */
134 # define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH)
144 # if !defined (S_IROTH)
145 # define S_IROTH (S_IREAD >> 6) /* read, other */
148 # endif /* !S_IROTH */
153 # define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH)
158 #define S_IRUGO (S_IRUSR | S_IRGRP | S_IROTH)
  /src/external/gpl3/gdb.old/dist/readline/readline/
posixstat.h 127 # define S_IROTH (S_IREAD >> 6) /* read, other */
134 # define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH)
144 # if !defined (S_IROTH)
145 # define S_IROTH (S_IREAD >> 6) /* read, other */
148 # endif /* !S_IROTH */
153 # define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH)
158 #define S_IRUGO (S_IRUSR | S_IRGRP | S_IROTH)
  /src/external/gpl3/binutils/dist/binutils/
filemode.c 94 #ifndef S_IROTH
95 #define S_IROTH 0004
117 str[7] = (mode & S_IROTH) != 0 ? 'r' : '-';
  /src/external/gpl3/binutils.old/dist/binutils/
filemode.c 94 #ifndef S_IROTH
95 #define S_IROTH 0004
117 str[7] = (mode & S_IROTH) != 0 ? 'r' : '-';
  /src/external/gpl3/gcc/dist/libgfortran/intrinsics/
chmod.c 317 new_mode |= S_IROTH;
371 new_mode |= S_IROTH;
394 new_mode |= S_IROTH;
407 if (file_mode & S_IROTH)
416 if (file_mode & S_IROTH)
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 317 new_mode |= S_IROTH;
371 new_mode |= S_IROTH;
394 new_mode |= S_IROTH;
407 if (file_mode & S_IROTH)
416 if (file_mode & S_IROTH)
446 file_mode = (file_mode & ~(S_IROTH | S_IWOTH | S_IXOTH))
447 | (new_mode & (S_IROTH | S_IWOTH | S_IXOTH));
  /src/crypto/external/bsd/heimdal/dist/kcm/
acl.c 106 mask = S_IROTH|S_IWOTH;
111 mask |= S_IRUSR|S_IRGRP|S_IROTH;
118 mask |= S_IROTH;
  /src/external/bsd/ntp/dist/libntp/lib/isc/win32/include/isc/
stat.h 39 #define S_IROTH _S_IREAD /* Other read permission */
  /src/external/mit/libuv/dist/test/
test-pipe-set-fchmod.c 56 ASSERT(stat_buf.st_mode & S_IROTH);
74 ASSERT(stat_buf.st_mode & S_IROTH);
  /src/external/gpl2/xcvs/dist/lib/
stat-macros.h 202 # if !S_IROTH
203 # define S_IROTH (S_IRUSR >> 6)
239 # define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH)
  /src/lib/libc/string/
strmode.c 157 if (mode & S_IROTH)
  /src/external/mpl/dhcp/bind/dist/lib/isc/unix/
fsaccess.c 71 SET_AND_CLEAR(S_IRUSR, S_IRGRP, S_IROTH);
  /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;
445 pfs->pfs_mode = S_IRUSR|S_IRGRP|S_IROTH;
455 S_IROTH|S_IXOTH;
468 pfs->pfs_mode = S_IRUSR|S_IRGRP|S_IROTH;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.trace/
tfile.c 57 #ifdef S_IROTH
58 mode |= S_IROTH;
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.trace/
tfile.c 57 #ifdef S_IROTH
58 mode |= S_IROTH;
  /src/usr.sbin/kvm_mkdb/
kvm_mkdb.c 164 S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH, DB_HASH, &openinfo);
  /src/external/bsd/nvi/dist/ex/
ex_mkexrc.c 73 S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH)) < 0) {
  /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;
  /src/external/gpl2/rcs/include/
conf.h 99 #define OPEN_CREAT_READONLY (S_IRUSR|S_IRGRP|S_IROTH) /* lock file mode */
293 # define S_IROTH (S_IRUSR / 0100)
299 # define S_IROTH 0
  /src/external/gpl2/rcs/dist/src/
conf.heg 99 #define OPEN_CREAT_READONLY (S_IRUSR|S_IRGRP|S_IROTH) /* lock file mode */
288 # define S_IROTH (S_IRUSR / 0100)
294 # define S_IROTH 0
  /src/sys/fs/union/
union.h 105 #define UN_FILEMODE (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)
  /src/sys/kern/
subr_acl_nfs4.c 218 if ((seen & S_IROTH) == 0) {
219 seen |= S_IROTH;
221 mode |= S_IROTH;
415 if (mode & S_IROTH)
  /src/tests/kernel/
t_mqueue.c 118 S_IRUSR | S_IRWXG | S_IROTH, NULL);
  /src/tests/lib/libc/sys/
t_umask.c 54 S_IROTH,

Completed in 24 milliseconds

1 2 3 4 5 6 7