HomeSort by: relevance | last modified time | path
    Searched refs:S_IWGRP (Results 1 - 25 of 43) sorted by relevancy

1 2

  /src/tests/lib/libc/sys/
t_umask.c 51 S_IWGRP,
100 (void)umask(S_IWGRP | S_IWOTH);
107 (void)umask(S_IWGRP | S_IWOTH);
153 (void)umask(S_IWGRP | S_IWOTH);
161 (void)umask(S_IWGRP | S_IWOTH);
188 (void)umask(S_IWGRP | S_IWOTH);
195 (void)umask(S_IWGRP | S_IWOTH);
t_msgget.c 255 S_IWGRP, S_IXGRP, S_IRWXO, S_IROTH, S_IWOTH, S_IXOTH
  /src/usr.bin/mesg/
mesg.c 87 if (sb.st_mode & S_IWGRP) {
97 if (chmod(tty, sb.st_mode | S_IWGRP) == -1)
101 if (chmod(tty, sb.st_mode & ~S_IWGRP) == -1)
  /src/lib/libutil/
secure_path.c 66 else if ((sb.st_mode & (S_IWGRP | S_IWOTH)) != 0)
pty.c 95 mode = S_IRUSR|S_IWUSR|S_IWGRP;
  /src/sys/kern/
subr_acl_nfs4.c 191 ((seen & S_IWGRP) == 0)) {
192 seen |= S_IWGRP;
194 mode |= S_IWGRP;
226 if ((seen & S_IWGRP) == 0) {
227 seen |= S_IWGRP;
229 mode |= S_IWGRP;
369 if ((mode & S_IWGRP) == 0)
406 if (mode & S_IWGRP)
tty_bsdpty.c 65 #define TTY_PERM (S_IRUSR|S_IWUSR|S_IWGRP)
subr_acl_posix1e.c 80 if (mode & S_IWGRP)
154 mode |= S_IWGRP;
sysv_ipc.c 298 mask |= S_IWGRP;
  /src/lib/libc/string/
strmode.c 138 if (mode & S_IWGRP)
  /src/sbin/mount_umap/
mount_umap.c 158 if (statbuf.st_mode & S_IWGRP || statbuf.st_mode & S_IWOTH) {
206 if (statbuf.st_mode & S_IWGRP || statbuf.st_mode & S_IWOTH) {
  /src/usr.bin/write/
term_chk.c 93 *msgsokP = (s.st_mode & S_IWGRP) != 0; /* group write bit */
  /src/usr.sbin/bthcid/
bthcid.c 70 mode = S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP;
  /src/sbin/mount_ptyfs/
mount_ptyfs.c 168 args.mode = S_IRUSR|S_IWUSR|S_IWGRP;
  /src/sys/fs/union/
union.h 105 #define UN_FILEMODE (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)
  /src/usr.bin/uuencode/
uuencode.c 99 #define RW (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)
  /src/sys/sys/
stat.h 130 #define S_IWGRP 0000020 /* W for group */
193 #define DEFFILEMODE (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)
  /src/libexec/talkd/
announce.c 78 if (stat(full_tty, &stbuf) < 0 || (stbuf.st_mode&S_IWGRP) == 0)
process.c 210 if (!(statb.st_mode & S_IWGRP)) {
  /src/bin/getfacl/
getfacl.c 148 if (sb->st_mode & S_IWGRP)
  /src/lib/libpuffs/
creds.c 195 mask |= S_IWGRP;
  /src/sbin/mknod/
mknod.c 185 mode = (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH) & ~mode;
  /src/sys/fs/ptyfs/
ptyfs_subr.c 170 pp->ptyfs_mode = S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|
  /src/usr.sbin/rmt/
rmt.c 110 S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH);
  /src/lib/libc/gen/
setmode.c 296 perm |= S_IWUSR|S_IWGRP|S_IWOTH;

Completed in 38 milliseconds

1 2