Searched refs:S_IWGRP (Results 1 - 25 of 80) sorted by relevance

1234

/freebsd-10.0-release/usr.bin/mesg/
H A Dmesg.c88 if (sb.st_mode & S_IWGRP) {
98 if (chmod(tty, sb.st_mode | S_IWGRP) < 0)
102 if (chmod(tty, sb.st_mode & ~S_IWGRP) < 0)
/freebsd-10.0-release/contrib/binutils/binutils/
H A Dfilemode.c85 #ifndef S_IWGRP macro
86 #define S_IWGRP 0020
116 str[5] = (mode & S_IWGRP) != 0 ? 'w' : '-';
/freebsd-10.0-release/contrib/libreadline/
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)
/freebsd-10.0-release/lib/libutil/
H A D_secure_path.c67 } else if ((int)gid != -1 && sb.st_gid != gid && (sb.st_mode & S_IWGRP))
/freebsd-10.0-release/contrib/apr/file_io/unix/
H A Dfileacc.c53 mode |= S_IWGRP;
88 if (mode & S_IWGRP)
/freebsd-10.0-release/contrib/openpam/lib/libpam/
H A Dopenpam_check_owner_perms.c79 (sb.st_mode & (S_IWGRP|S_IWOTH)) != 0) {
130 (sb.st_mode & (S_IWGRP|S_IWOTH)) != 0) {
/freebsd-10.0-release/crypto/heimdal/kcm/
H A Dacl.c111 mask |= S_IWUSR|S_IWGRP|S_IWOTH;
132 mask |= S_IWGRP;
/freebsd-10.0-release/crypto/openssh/openbsd-compat/
H A Dstrmode.c104 if (mode & S_IWGRP)
/freebsd-10.0-release/lib/libc/string/
H A Dstrmode.c105 if (mode & S_IWGRP)
/freebsd-10.0-release/usr.bin/mkfifo/
H A Dmkfifo.c54 #define BASEMODE S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | \
/freebsd-10.0-release/usr.sbin/lpr/common_source/
H A Dlp.h216 #define LOCK_FILE_MODE (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH)
221 #define STAT_FILE_MODE (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH)
222 #define LOG_FILE_MODE (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH)
223 #define TEMP_FILE_MODE (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH)
/freebsd-10.0-release/contrib/tcsh/
H A Dtc.os.h292 #ifndef S_IWGRP
293 # define S_IWGRP (S_IWRITE >> 3) macro
294 #endif /* S_IWGRP */
330 # define S_IRWXG (S_IRGRP | S_IWGRP | S_IXGRP)
/freebsd-10.0-release/sys/kern/
H A Dsubr_acl_nfs4.c687 if (mode & S_IWGRP)
776 ((seen & S_IWGRP) == 0)) {
777 seen |= S_IWGRP;
779 mode |= S_IWGRP;
811 if ((seen & S_IWGRP) == 0) {
812 seen |= S_IWGRP;
814 mode |= S_IWGRP;
1118 if ((mode & S_IWGRP) == 0)
1155 if (mode & S_IWGRP)
/freebsd-10.0-release/crypto/heimdal/lib/krb5/
H A Dkuserok.c74 if ((st.st_mode & (S_IWGRP | S_IWOTH)) != 0) {
131 if ((st.st_mode & (S_IWGRP | S_IWOTH)) != 0)
/freebsd-10.0-release/crypto/openssh/
H A Dsshpty.c214 mode = S_IRUSR | S_IWUSR | S_IWGRP;
217 mode = S_IRUSR | S_IWUSR | S_IWGRP | S_IWOTH;
/freebsd-10.0-release/gnu/usr.bin/rcs/lib/
H A Dconf.h288 # define S_IWGRP (S_IWUSR / 0010) macro
294 # define S_IWGRP 0 macro
/freebsd-10.0-release/sys/sys/
H A Dstat.h214 #define S_IWGRP 0000020 /* W for group */ macro
255 #define DEFFILEMODE (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)
/freebsd-10.0-release/contrib/nvi/cl/
H A Dcl_term.c326 clp->tgw = sb.st_mode & S_IWGRP ? TGW_SET : TGW_UNSET;
330 if (chmod(tty, sb.st_mode | S_IWGRP) < 0) {
337 if (chmod(tty, sb.st_mode & ~S_IWGRP) < 0) {
/freebsd-10.0-release/crypto/heimdal/lib/roken/
H A Diruserok.c270 else if (sbuf.st_mode & (S_IWGRP|S_IWOTH))
/freebsd-10.0-release/sys/ofed/include/linux/
H A Dfs.h55 #define S_IWUGO (S_IWUSR | S_IWGRP | S_IWOTH)
/freebsd-10.0-release/usr.bin/talk/
H A Dinit_disp.c66 if (!(sb.st_mode & S_IWGRP))
/freebsd-10.0-release/usr.bin/uuencode/
H A Duuencode.c110 #define RW (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)
/freebsd-10.0-release/contrib/nvi/common/
H A Dexf.c258 S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH,
395 (!(sb.st_mode & (S_IWUSR | S_IWGRP | S_IWOTH)) ||
846 S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH)) < 0) {
867 S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH);
1157 if (sb.st_mode & (S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH)) {
/freebsd-10.0-release/contrib/sendmail/libsmutil/
H A Dsafefile.c273 bitset(S_IWGRP, st->st_mode))
303 bitset(S_IWUSR|S_IWGRP|S_IWOTH, mode) &&
428 mode |= S_IWGRP;
/freebsd-10.0-release/libexec/tftpd/
H A Dtftpd.c103 static mode_t mask = S_IWGRP | S_IWOTH;
658 S_IWGRP | S_IROTH | S_IWOTH);
773 S_IWGRP | S_IROTH | S_IWOTH );

Completed in 184 milliseconds

1234