HomeSort by: relevance | last modified time | path
    Searched defs:S_IROTH (Results 1 - 16 of 16) sorted by relevancy

  /src/external/gpl2/groff/dist/src/include/
posix.h 43 #ifndef S_IROTH
44 #define S_IROTH 0004
  /src/external/bsd/ntp/dist/libntp/lib/isc/win32/include/isc/
stat.h 39 #define S_IROTH _S_IREAD /* Other read permission */
  /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/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/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/gpl2/gettext/dist/gettext-tools/src/
write-csharp.c 64 #if !S_IROTH
65 # define S_IROTH (S_IRUSR >> 6)
683 | S_IROTH | S_IWOTH | S_IXOTH) < 0)
  /src/sys/sys/
stat.h 134 #define S_IROTH 0000004 /* R 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 231 #define S_IROTH _S_IROTH
  /src/external/bsd/am-utils/dist/include/
am_defs.h 1298 # undef S_IROTH
  /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/gpl3/gcc/dist/libgfortran/io/
unix.c 122 #ifndef S_IROTH
123 #define S_IROTH 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 122 #ifndef S_IROTH
123 #define S_IROTH 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 1566 #define S_IROTH 0000004
  /src/lib/libc/time/
zic.c 105 # define S_IROTH 0004
110 # define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH)
934 creat_perms = ((((omode & (S_IRUSR | S_IRGRP | S_IROTH))
935 == (S_IRUSR | S_IRGRP | S_IROTH))
936 ? S_IRUSR | S_IRGRP | S_IROTH : 0)

Completed in 45 milliseconds