Home
last modified time | relevance | path

Searched refs:S_IWGRP (Results 1 – 25 of 66) sorted by relevance

123

/dragonfly/usr.bin/mesg/
H A Dmesg.c74 if (sb.st_mode & S_IWGRP) { in main()
84 if (chmod(tty, sb.st_mode | S_IWGRP) < 0) in main()
88 if (chmod(tty, sb.st_mode & ~S_IWGRP) < 0) in main()
/dragonfly/contrib/gdb-7/readline/
H A Dposixstat.h124 # define S_IWGRP (S_IWRITE >> 3) /* write, group */ macro
133 # define S_IRWXG (S_IRGRP | S_IWGRP | S_IXGRP)
139 #define S_IWUGO (S_IWUSR | S_IWGRP | S_IWOTH)
/dragonfly/contrib/binutils-2.34/binutils/
H A Dfilemode.c83 #ifndef S_IWGRP
84 #define S_IWGRP 0020 macro
114 str[5] = (mode & S_IWGRP) != 0 ? 'w' : '-'; in mode_string()
/dragonfly/contrib/binutils-2.27/binutils/
H A Dfilemode.c83 #ifndef S_IWGRP
84 #define S_IWGRP 0020 macro
114 str[5] = (mode & S_IWGRP) != 0 ? 'w' : '-'; in mode_string()
/dragonfly/usr.sbin/lpr/common_source/
H A Dlp.h217 #define LOCK_FILE_MODE (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH)
222 #define STAT_FILE_MODE (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH)
223 #define LOG_FILE_MODE (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH)
224 #define TEMP_FILE_MODE (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH)
/dragonfly/contrib/cvs-1.12/lib/
H A Dstat-macros.h212 # if !S_IWGRP
213 # define S_IWGRP (S_IWUSR >> 3) macro
236 # define S_IRWXG (S_IRGRP | S_IWGRP | S_IXGRP)
/dragonfly/sys/sys/
H A Dstat.h171 #ifndef S_IWGRP
172 #define S_IWGRP 0000020 /* W for group */ macro
237 #define DEFFILEMODE (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)
H A Dfcntl.h299 #ifndef S_IWGRP
300 #define S_IWGRP 0000020 /* W for group */ macro
/dragonfly/contrib/openpam/lib/libpam/
H A Dopenpam_check_owner_perms.c79 (sb.st_mode & (S_IWGRP|S_IWOTH)) != 0) { in openpam_check_desc_owner_perms()
130 (sb.st_mode & (S_IWGRP|S_IWOTH)) != 0) { in openpam_check_path_owner_perms()
/dragonfly/contrib/tcsh-6/
H A Dtc.os.h291 #ifndef S_IWGRP
292 # define S_IWGRP (S_IWRITE >> 3) macro
329 # define S_IRWXG (S_IRGRP | S_IWGRP | S_IXGRP)
/dragonfly/contrib/nvi2/cl/
H A Dcl_term.c328 clp->tgw = sb.st_mode & S_IWGRP ? TGW_SET : TGW_UNSET; in cl_omesg()
332 if (chmod(tty, sb.st_mode | S_IWGRP) < 0) { in cl_omesg()
339 if (chmod(tty, sb.st_mode & ~S_IWGRP) < 0) { in cl_omesg()
/dragonfly/gnu/usr.bin/rcs/lib/
H A Dconf.h289 # define S_IWGRP (S_IWUSR / 0010) macro
295 # define S_IWGRP 0 macro
/dragonfly/contrib/cvs-1.12/src/
H A Dfilesubr.c246 gmask |= S_IWGRP; in isaccessible()
357 | ((sb.st_mode & S_IRGRP) ? S_IWGRP : 0) in xchmod()
362 mode = sb.st_mode & ~(S_IWRITE | S_IWGRP | S_IWOTH) & ~oumask; in xchmod()
/dragonfly/lib/libutil/
H A D_secure_path.c66 } else if ((int)gid != -1 && sb.st_gid != gid && (sb.st_mode & S_IWGRP)) in _secure_path()
/dragonfly/usr.bin/mkfifo/
H A Dmkfifo.c44 #define BASEMODE S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | \
/dragonfly/sys/kern/
H A Dvfs_helper.c147 mask |= S_IWGRP; in vop_helper_access()
157 mask |= S_IWGRP; in vop_helper_access()
/dragonfly/lib/libc/string/
H A Dstrmode.c103 if (mode & S_IWGRP) in strmode()
/dragonfly/contrib/nvi2/common/
H A Dexf.c247 S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH, in file_init()
388 (!(sb.st_mode & (S_IWUSR | S_IWGRP | S_IWOTH)) || in file_init()
820 S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH)) < 0) { in file_write()
841 S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH); in file_write()
1126 if (sb.st_mode & (S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH)) { in file_backup()
/dragonfly/gnu/usr.bin/grep/libgreputils/sys/
H A Dstat.h584 #if !S_IWGRP
585 # define S_IWGRP (S_IWUSR >> 3) macro
608 # define S_IRWXG (S_IRGRP | S_IWGRP | S_IXGRP)
/dragonfly/gnu/usr.bin/diff/libdiffutils/sys/
H A Dstat.h815 #if !S_IWGRP
816 # define S_IWGRP (S_IWUSR >> 3) macro
839 # define S_IRWXG (S_IRGRP | S_IWGRP | S_IXGRP)
/dragonfly/usr.bin/talk/
H A Dinit_disp.c59 if (!(sb.st_mode & S_IWGRP)) in check_writeable()
/dragonfly/usr.bin/uuencode/
H A Duuencode.c100 #define RW (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH) in main()
/dragonfly/usr.sbin/bthcid/
H A Dbthcid.c69 mode = S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP; in main()
/dragonfly/contrib/lvm2/dist/lib/misc/
H A Dlvm-file.c65 S_IWUSR | S_IWGRP | S_IWOTH); in create_temp_name()
/dragonfly/contrib/binutils-2.27/libiberty/
H A Dpex-unix.c110 #if defined (S_IRUSR) && defined (S_IWUSR) && defined (S_IRGRP) && defined (S_IWGRP) && defined (S_…
112 (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH)

123