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

1234

/freebsd-9.3-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-9.3-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-9.3-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-9.3-release/lib/libutil/
H A D_secure_path.c67 } else if ((int)gid != -1 && sb.st_gid != gid && (sb.st_mode & S_IWGRP))
/freebsd-9.3-release/contrib/ntp/lib/isc/win32/include/isc/
H A Dstat.h36 #define S_IWGRP _S_IWRITE /* Group write permission */ macro
/freebsd-9.3-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-9.3-release/contrib/cvs/lib/
H A Dsystem.h125 #define S_IWGRP S_IWRITE macro
127 #define S_IRWXG (S_IRGRP | S_IWGRP | S_IXGRP)
143 #define S_IWGRP (S_IWUSR >> 3) /* Write by group. */ macro
149 #define S_IWOTH (S_IWGRP >> 3) /* Write by others. */
380 #ifndef S_IWGRP
381 # define S_IWGRP 0000020 /* write permission, grougroup */ macro
/freebsd-9.3-release/contrib/gnu-sort/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)
/freebsd-9.3-release/contrib/bind9/lib/isc/unix/
H A Dfsaccess.c80 SET_AND_CLEAR(S_IWUSR, S_IWGRP, S_IWOTH);
/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dstrmode.c104 if (mode & S_IWGRP)
/freebsd-9.3-release/lib/libc/string/
H A Dstrmode.c105 if (mode & S_IWGRP)
/freebsd-9.3-release/usr.bin/mkfifo/
H A Dmkfifo.c54 #define BASEMODE S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | \
/freebsd-9.3-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-9.3-release/contrib/ntp/lib/isc/unix/
H A Dfsaccess.c80 SET_AND_CLEAR(S_IWUSR, S_IWGRP, S_IWOTH);
/freebsd-9.3-release/contrib/nvi/cl/
H A Dcl_term.c305 clp->tgw = sb.st_mode & S_IWGRP ? TGW_SET : TGW_UNSET;
309 if (chmod(tty, sb.st_mode | S_IWGRP) < 0) {
316 if (chmod(tty, sb.st_mode & ~S_IWGRP) < 0) {
/freebsd-9.3-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-9.3-release/crypto/heimdal/kcm/
H A Dacl.c106 mask |= S_IWGRP;
/freebsd-9.3-release/sys/kern/
H A Dsubr_acl_nfs4.c685 if (mode & S_IWGRP)
774 ((seen & S_IWGRP) == 0)) {
775 seen |= S_IWGRP;
777 mode |= S_IWGRP;
809 if ((seen & S_IWGRP) == 0) {
810 seen |= S_IWGRP;
812 mode |= S_IWGRP;
1116 if ((mode & S_IWGRP) == 0)
1153 if (mode & S_IWGRP)
/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Dkuserok.c73 if ((st.st_mode & (S_IWGRP | S_IWOTH)) != 0) {
130 if ((st.st_mode & (S_IWGRP | S_IWOTH)) != 0)
/freebsd-9.3-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-9.3-release/gnu/usr.bin/rcs/lib/
H A Dconf.h288 # define S_IWGRP (S_IWUSR / 0010) macro
294 # define S_IWGRP 0 macro
/freebsd-9.3-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-9.3-release/crypto/heimdal/lib/roken/
H A Diruserok.c273 else if (sbuf.st_mode & (S_IWGRP|S_IWOTH))
/freebsd-9.3-release/sys/ofed/include/linux/
H A Dfs.h55 #define S_IWUGO (S_IWUSR | S_IWGRP | S_IWOTH)
/freebsd-9.3-release/usr.bin/talk/
H A Dinit_disp.c68 if (!(sb.st_mode & S_IWGRP))

Completed in 230 milliseconds

1234