Searched defs:S_IROTH (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/db/os/
H A Dos_oflags.c69 #define S_IROTH 0 /* R for other */ macro
76 #define S_IROTH 0000004 /* R for other */ macro
90 mode |= S_IROTH;
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dstat.h100 #define S_IROTH 0000004 /* read permission, other */ macro
/illumos-gate/usr/src/uts/common/sys/
H A Dstat.h439 #define S_IROTH 00004 /* read permission: other */ macro
/illumos-gate/usr/src/boot/sys/sys/
H A Dstat.h218 #define S_IROTH 0000004 /* R for other */ macro
255 #define DEFFILEMODE (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dconf.h2699 # ifndef S_IROTH
2700 # define S_IROTH 0004 macro
2701 # endif /* ! S_IROTH */

Completed in 74 milliseconds