Home
last modified time | relevance | path

Searched refs:S_IRGRP (Results 51 – 75 of 127) sorted by relevance

123456

/illumos-gate/usr/src/lib/libnwam/common/
H A Dlibnwam_files.c740 mode_t mode = S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH; in nwam_write_object_to_files_backend()
741 mode_t dirmode = S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH; in nwam_write_object_to_files_backend()
H A Dlibnwam_backend.c355 S_IRUSR | S_IRGRP | S_IROTH); in nwam_backend_init()
/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/uts/common/fs/zfs/
H A Dzfs_acl.c961 (!(seen & S_IRGRP))) { in zfs_mode_compute()
962 seen |= S_IRGRP; in zfs_mode_compute()
964 mode |= S_IRGRP; in zfs_mode_compute()
989 if (!(seen & S_IRGRP)) { in zfs_mode_compute()
990 seen |= S_IRGRP; in zfs_mode_compute()
992 mode |= S_IRGRP; in zfs_mode_compute()
/illumos-gate/usr/src/lib/mpapi/libmpapi/common/
H A Dmpapi.c3487 if ((chmod(mpConfFilePath, S_IRUSR|S_IRGRP|S_IROTH) == -1) && in MP_RegisterPlugin()
3496 if (fchmod(mpconf, S_IRUSR | S_IRGRP | S_IROTH) < 0) { in MP_RegisterPlugin()
3595 if ((chmod(mpConfFilePath, S_IRUSR|S_IRGRP|S_IROTH) == -1) && in MP_DeregisterPlugin()
3605 if (fchmod(mpconf, S_IRUSR | S_IRGRP | S_IROTH) < 0) { in MP_DeregisterPlugin()
/illumos-gate/usr/src/uts/common/fs/sharefs/
H A Dsharefs_vnops.c171 vap->va_mode = S_IRUSR | S_IRGRP | S_IROTH; in sharefs_getattr()
/illumos-gate/usr/src/uts/common/sys/
H A Dstat.h435 #define S_IRGRP 00040 /* read permission: group */ macro
/illumos-gate/usr/src/cmd/pwconv/
H A Dpwconv.c162 (void) umask(S_IAMB & ~(buf.st_mode & (S_IRUSR|S_IRGRP|S_IROTH))); in main()
/illumos-gate/usr/src/cmd/rctladm/
H A Drctladm.c49 #define CONFIGPERM (S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH) /* 0644 */
/illumos-gate/usr/src/cmd/touch/
H A Dtouch.c78 (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH); in main()
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_vnops.c316 vap->va_mode = S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP| in socket_vop_getattr()
/illumos-gate/usr/src/cmd/ed/
H A Ded.c803 if ((io = creat(file, S_IRUSR|S_IWUSR|S_IRGRP in commands()
877 |S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)) < 0) 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()
/illumos-gate/usr/src/cmd/fs.d/smbclnt/mount/
H A Dmount.c340 if (mdata.dir_mode & S_IRGRP) in main()
/illumos-gate/usr/src/cmd/ls/
H A Dls.c1475 static int m3[] = { 1, S_IRGRP, 'r', '-' }; in pmode()
1757 if (!(seen & S_IRGRP)) { in grp_mask_to_mode()
1758 seen |= S_IRGRP; in grp_mask_to_mode()
1760 mode |= S_IRGRP; in grp_mask_to_mode()
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_devlink.h195 #define DB_PERMS (S_IRUSR | S_IRGRP | S_IROTH | S_IWUSR)
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Drepval.c473 if (fchmod(tfd, (S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH)) == -1) { in repvals_to_file()
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dmks.h195 #define S_IRALL (S_IRUSR|S_IRGRP|S_IROTH)
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dproto.c130 # ifndef S_IRGRP
131 # define S_IRGRP 0040 macro
184 if (st.st_mode &= (S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IWGRP|S_IXGRP|S_IROTH|S_IWOTH|S_IXOTH))
4878 if ((fd = creat(file, S_IRUSR|S_IWUSR|S_IRGRP|S_IROTH)) < 0)
4899 if ((fd = creat(buf, S_IRUSR|S_IWUSR|S_IRGRP|S_IROTH)) < 0)
4907 if (access(buf, 0) && mkdir(buf, S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IXGRP|S_IROTH|S_IXOTH))
4916 if ((fd = creat(buf, S_IRUSR|S_IWUSR|S_IRGRP|S_IROTH)) < 0)
/illumos-gate/usr/src/cmd/cmd-crypto/cryptoadm/
H A Dadm_uef.c943 S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH) == -1) { in uninstall_uef_lib()
1276 S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH) == -1) { in update_pkcs11conf()
/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, \
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dfastfind.c410 …if (fp->secure = ((st.st_mode & (S_IRGRP|S_IROTH)) == S_IRGRP) && st.st_gid == getegid() && getegi… in findopen()
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dconf.h2693 # ifndef S_IRGRP
2694 # define S_IRGRP 0040 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)

123456