Home
last modified time | relevance | path

Searched refs:S_IWUSR (Results 51 – 75 of 172) sorted by relevance

1234567

/illumos-gate/usr/src/cmd/dd/
H A Ddd.c902 (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | in main()
906 (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | in main()
922 (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | in main()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/aso/
H A Daso-fcntl.c89 perm = S_IRUSR|S_IWUSR;
/illumos-gate/usr/src/cmd/acct/
H A Dacctdusg.c89 (void) chmod(optarg, S_IRUSR|S_IWUSR|S_IRGRP|S_IROTH); in main()
/illumos-gate/usr/src/cmd/fs.d/reparsed/
H A Dreparsed.c332 S_IRUSR|S_IWUSR|S_IRGRP|S_IROTH)) == -1) { in start_reparsed_svcs()
/illumos-gate/usr/src/cmd/mkfile/
H A Dmkfile.c45 #define FILE_MODE (S_ISVTX + S_IRUSR + S_IWUSR)
/illumos-gate/usr/src/cmd/mkdir/
H A Dmkdir.c128 modediff = cur_umask & (S_IXUSR | S_IWUSR); in main()
/illumos-gate/usr/src/cmd/keyserv/
H A Dupdate.c266 S_IRUSR|S_IWUSR|S_IRGRP|S_IROTH);
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dfastfind.c212 if (!stat(fp->encode.file, &st) && st.st_uid == uid && (st.st_mode & S_IWUSR)) in findopen()
223 else if (st.st_uid == uid && (st.st_mode & S_IWUSR)) in findopen()
236 if (!stat(fp->encode.file, &st) && st.st_uid == uid && (st.st_mode & S_IWUSR)) in findopen()
254 !stat(fp->encode.temp, &st) && st.st_uid == uid && (st.st_mode & S_IWUSR)) in findopen()
/illumos-gate/usr/src/cmd/cmd-crypto/kmfcfg/
H A Dinstall.c299 S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH) == -1) { in kc_install()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A Dmain.c85 mode_t pidmode = (S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH); /* 0644 */ in main()
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dinuse_fs.c155 mode_t mode = S_IRUSR | S_IWUSR; in has_fs()
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dloadsave.c385 if (mkdir(ksdir, S_IRUSR|S_IWUSR|S_IXUSR) < 0) { in create_keystore_dir()
396 if (mkdir(objdir, S_IRUSR|S_IWUSR|S_IXUSR) < 0) { in create_keystore_dir()
415 (void) fchmod(file, S_IRUSR|S_IWUSR); in set_perm()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dtest.c50 …st_mode)||S_ISSOCK((p)->st_mode)&&(p)->st_ino&&((p)->st_mode&(S_IRUSR|S_IWUSR))!=(S_IRUSR|S_IWUSR))
H A Dhist.c194 if((fdo=open(fname,O_CREAT|O_RDWR,S_IRUSR|S_IWUSR)) < 0) in b_hist()
/illumos-gate/usr/src/cmd/cmd-crypto/cryptoadm/
H A Dadm_util.c307 S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH) == -1) { in update_conf()
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dfds.c273 st.st_mode = S_IFSOCK|S_IRUSR|S_IWUSR; in b_fds()
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dstdio.c98 S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH);
/illumos-gate/usr/src/cmd/dispadmin/
H A Ddispadmin.c63 #define CONFIGPERM (S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH) /* 0644 */
/illumos-gate/usr/src/cmd/news/
H A Dnews.c51 #define RD_WR_ALL (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)
/illumos-gate/usr/src/cmd/boot/fiocompress/
H A Dfiocompress.c164 S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH); in setup_outfile()
/illumos-gate/usr/src/cmd/sendmail/util/
H A Deditmap.c282 smode = S_IWUSR;
/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Drmtab.c333 (S_IRUSR|S_IWUSR|S_IRGRP|S_IROTH)); in rmtab_rewrite()
/illumos-gate/usr/src/cmd/ed/
H A Ded.c803 if ((io = creat(file, S_IRUSR|S_IWUSR|S_IRGRP in commands()
876 : O_WRONLY|O_CREAT|O_APPEND, S_IRUSR|S_IWUSR in commands()
1236 S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH); in onhup()
1244 io = creat(fn, S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP in onhup()
1818 S_IRUSR|S_IWUSR)) < 0) { in init()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_acl.c945 (!(seen & S_IWUSR))) { in zfs_mode_compute()
946 seen |= S_IWUSR; in zfs_mode_compute()
948 mode |= S_IWUSR; in zfs_mode_compute()
1003 if (!(seen & S_IWUSR)) { in zfs_mode_compute()
1004 seen |= S_IWUSR; in zfs_mode_compute()
1006 mode |= S_IWUSR; in zfs_mode_compute()
/illumos-gate/usr/src/lib/pam_modules/timestamp/
H A Dpam_timestamp.c394 if ((fd = open(timestampfile, O_WRONLY|O_CREAT, S_IRUSR|S_IWUSR)) < 0) { in pam_sm_setcred()

1234567