Home
last modified time | relevance | path

Searched refs:S_IWGRP (Results 51 – 73 of 73) sorted by path

123

/illumos-gate/usr/src/contrib/ast/src/lib/libast/string/
H A Dfmtperm.c71 if (perm & S_IWGRP) in fmtperm()
H A Dmodedata.c64 S_IWGRP, X_IWGRP,
H A Dstrperm.c110 typ |= S_IWUSR|S_IWGRP|S_IWOTH; in strperm()
192 perm |= who & (S_IWUSR|S_IWGRP); in strperm()
197 if (typ & S_IWGRP) in strperm()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/tm/
H A Dtvtouch.c149 mode = (~mode) & (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH); in tvtouch()
273 mode = (~mode) & (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH); in tvtouch()
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dmkfifo.c56 register mode_t mode = S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH; in b_mkfifo()
H A Dtee.c180 …while ((*hp = open(cp, oflag, S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)) < 0 && errno == EI… in b_tee()
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dpplex.c2427 if (open(ofile, O_WRONLY|O_CREAT|O_TRUNC, S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH) != 1) in pool()
H A Dppop.c1326 …if (open(pp.outfile, O_WRONLY|O_CREAT|O_TRUNC, S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH) !=… in ppop()
/illumos-gate/usr/src/lib/lib9p/common/
H A Dutils.c454 *bp++ = ONE(S_IWGRP, 'w'); in strmode()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dcrypt.c530 if (stb.st_mode & S_IWGRP) { in getalgbyname()
H A Dnlspath_checks.c149 ((statbuf->st_mode & (S_IWGRP)) == 0 || in nls_safe_open()
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_devperm.c602 S_IRUSR|S_IWUSR|S_IWGRP, errmsg); in di_devperm_login()
/illumos-gate/usr/src/lib/libdladm/common/
H A Dsecobj.c544 S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP, \
/illumos-gate/usr/src/lib/libpam/
H A Dpam_framework.c1836 if (stb.st_mode & S_IWGRP) { in open_module()
1947 if (stb.st_mode & S_IWGRP) { in open_pam_conf()
/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/lib/libxcurses/h/
H A Dmks.h198 #define S_IWALL (S_IWUSR|S_IWGRP|S_IWOTH)
/illumos-gate/usr/src/lib/pam_modules/timestamp/
H A Dpam_timestamp.c134 if (sb.st_mode & (S_IWGRP | S_IWOTH | S_IROTH)) { in validate_dir()
/illumos-gate/usr/src/tools/scripts/
H A Dvalidate_pkg.py155 m & (stat.S_IWGRP | stat.S_IWOTH) != 0 and
/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/uts/common/fs/smbsrv/
H A Dsmb_common_open.c1005 S_IWUSR | S_IWGRP | S_IWOTH; in smb_common_open()
/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/uts/common/fs/zfs/
H A Dzfs_acl.c968 (!(seen & S_IWGRP))) { in zfs_mode_compute()
969 seen |= S_IWGRP; in zfs_mode_compute()
971 mode |= S_IWGRP; in zfs_mode_compute()
1009 if (!(seen & S_IWGRP)) { in zfs_mode_compute()
1010 seen |= S_IWGRP; in zfs_mode_compute()
1012 mode |= S_IWGRP; in zfs_mode_compute()
/illumos-gate/usr/src/uts/common/sys/
H A Dstat.h436 #define S_IWGRP 00020 /* write permission: group */ macro

123