Home
last modified time | relevance | path

Searched refs:S_IROTH (Results 76 – 100 of 137) sorted by relevance

123456

/illumos-gate/usr/src/cmd/passmgmt/
H A Dpassmgmt.c680 error = fchmod(fd_ptemp, S_IRUSR|S_IWUSR|S_IRGRP|S_IROTH); in main()
765 S_IRUSR|S_IWUSR|S_IRGRP|S_IROTH); in main()
/illumos-gate/usr/src/cmd/dumpadm/
H A Ddconf.c88 #define DC_PERM (S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH) /* Mode 0644 */
/illumos-gate/usr/src/lib/libdladm/common/
H A Dflowprop.c162 S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH, process_prop_db, \
H A Dlibdlflow.c58 #define DLADM_FLOW_DB_PERMS S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dconf.h2699 # ifndef S_IROTH
2700 # define S_IROTH 0004 macro
/illumos-gate/usr/src/contrib/ast/src/lib/libast/vmalloc/
H A Dvmmopen.c75 #define FILE_MODE (S_IRUSR|S_IWUSR|S_IRGRP|S_IROTH)
/illumos-gate/usr/src/boot/libsa/
H A Dcd9660.c615 sb->st_mode = S_IRUSR | S_IRGRP | S_IROTH; in cd9660_stat()
/illumos-gate/usr/src/lib/libipsecutil/common/
H A Dalgs.c54 #define CFG_PERMS S_IRUSR | S_IRGRP | S_IROTH /* Perms 0444. */
/illumos-gate/usr/src/uts/common/fs/objfs/
H A Dobjfs_data.c466 vap->va_mode = S_IRUSR | S_IRGRP | S_IROTH; in objfs_data_getattr()
/illumos-gate/usr/src/cmd/cxgbetool/
H A Dcxgbetool.c351 S_IRUSR | S_IRGRP | S_IROTH); in do_collect()
/illumos-gate/usr/src/cmd/th_tools/
H A Dth_define.c1212 if (fchmod(fileno(fp), S_IRWXU|S_IRGRP|S_IROTH)) in log2errdefs()
1656 if (mkdir(dirname, S_IRWXU|S_IRGRP|S_IROTH)) { in create_test_file()
1901 if (fchmod(fileno(sfp), S_IRWXU|S_IRGRP|S_IROTH)) in test_driver()
/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/
H A Ddcs.c2055 if (ap_info.st_mode & S_IROTH) { in filter_list_data()
2069 if (ap_info.st_mode & S_IROTH) { in filter_list_data()
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dlogging.c137 S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH); in log_open_stream()
/illumos-gate/usr/src/cmd/sendmail/libsmutil/
H A Dsafefile.c295 if (bitset(SFF_NOWRFILES, flags) && bitset(S_IROTH, st->st_mode))
/illumos-gate/usr/src/cmd/sgs/ar/common/
H A Dcmd.c457 int m7[] = {1, S_IROTH, 'r', '-'}; in tcmd()
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dauto_subr.c160 S_IRUSR | S_IWUSR | S_IRGRP| S_IROTH)) != -1) { in loadzone_maps()
H A Dautod_main.c930 S_IRUSR|S_IWUSR|S_IRGRP|S_IROTH)) == -1) { in start_autofs_svcs()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_solaris.c933 mode_t mode = S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH; in __profile_init()
/illumos-gate/usr/src/cmd/boot/installboot/i386/
H A Dinstallboot.c385 ret = mkdir(file, S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH); in install_esp_cb()
393 S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH); in install_esp_cb()
420 (void) fchmod(fd, S_IRUSR | S_IRGRP | S_IROTH); in install_esp_cb()
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dratz.c4148 #ifndef S_IROTH
4149 #define S_IROTH 0004 macro
5026 if (access(path, 0) && mkdir(path, S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IXGRP|S_IROTH|S_IXOTH))
5082 mode |= S_IROTH;
5257 if (access(path, 0) && mkdir(path, S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IXGRP|S_IROTH|S_IXOTH))
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dmain.c120 mode_t pidmode = (S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH); /* 0644 */ in main()
/illumos-gate/usr/src/tools/scripts/
H A Dvalidate_pkg.py128 if m & (stat.S_IRGRP | stat.S_IROTH):
/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_plugin.c277 ~(S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH)) == 0); in sdev_plugin_mknod()
/illumos-gate/usr/src/cmd/cron/
H A Dat.c65 #define ATMODE (S_ISUID | S_IRUSR | S_IRGRP | S_IROTH)
/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/
H A Dchkopts.c779 || (statbuf.st_mode & (S_IWGRP|S_IRGRP|S_IWOTH|S_IROTH)))

123456