HomeSort by relevance Sort by last modified time
    Searched defs:S_IROTH (Results 1 - 7 of 7) sorted by null

  /onnv/onnv-gate/usr/src/cmd/sendmail/db/os/
os_oflags.c 69 #define S_IROTH 0 /* R for other */
76 #define S_IROTH 0000004 /* R for other */
90 mode |= S_IROTH;
  /onnv/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/
OutputByteStream.cxx 98 #ifndef S_IROTH
100 #define S_IROTH S_IREAD
102 #define S_IROTH _S_IREAD
104 #define S_IROTH 0004
123 const int protMode = S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH;
  /onnv/onnv-gate/usr/src/lib/libbc/inc/include/sys/
stat.h 100 #define S_IROTH 0000004 /* read permission, other */
  /onnv/onnv-gate/usr/src/uts/common/sys/
stat.h 439 #define S_IROTH 00004 /* read permission: other */
  /onnv/onnv-gate/usr/src/cmd/ssh/include/
defines.h 117 #define S_IROTH 0000004 /* read permission, other */
  /onnv/onnv-gate/usr/src/cmd/sendmail/include/sm/
conf.h     [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/
perl.h 1001 #ifndef S_IROTH
1003 # define S_IROTH (S_IRUSR>>6)
1007 # define S_IROTH 0040
1030 # define S_IRWXO (S_IROTH|S_IWOTH|S_IXOTH)
    [all...]

Completed in 359 milliseconds