Searched refs:S_IWOTH (Results 1 - 25 of 79) sorted by relevance

1234

/freebsd-9.3-release/contrib/binutils/binutils/
H A Dfilemode.c98 #ifndef S_IWOTH macro
99 #define S_IWOTH 0002
119 str[8] = (mode & S_IWOTH) != 0 ? 'w' : '-';
/freebsd-9.3-release/contrib/libreadline/
H A Dposixstat.h128 # define S_IWOTH (S_IWRITE >> 6) /* write, other */ macro
134 # define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH)
139 #define S_IWUGO (S_IWUSR | S_IWGRP | S_IWOTH)
/freebsd-9.3-release/lib/libutil/
H A D_secure_path.c60 else if (sb.st_mode & S_IWOTH)
/freebsd-9.3-release/contrib/ntp/lib/isc/win32/include/isc/
H A Dstat.h38 #define S_IWOTH _S_IWRITE /* Other 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.h129 #define S_IWOTH S_IWRITE macro
131 #define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH)
149 #define S_IWOTH (S_IWGRP >> 3) /* Write by others. */ macro
383 #ifndef S_IWOTH
384 # define S_IWOTH 0000002 /* write permission, other */ macro
/freebsd-9.3-release/contrib/gnu-sort/lib/
H A Dstat-macros.h215 # if !S_IWOTH
216 # define S_IWOTH (S_IWUSR >> 6) macro
239 # define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH)
/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.c127 if (mode & S_IWOTH)
/freebsd-9.3-release/lib/libc/string/
H A Dstrmode.c128 if (mode & S_IWOTH)
/freebsd-9.3-release/usr.bin/mkfifo/
H A Dmkfifo.c55 S_IROTH | S_IWOTH
/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/tcsh/
H A Dtc.os.h289 #ifndef S_IWOTH
290 # define S_IWOTH (S_IWRITE >> 6) macro
291 #endif /* S_IWOTH */
333 # define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH)
/freebsd-9.3-release/crypto/heimdal/kcm/
H A Dacl.c111 mask |= S_IWOTH;
/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/gnu/usr.bin/rcs/lib/
H A Dconf.h290 # define S_IWOTH (S_IWUSR / 0100) macro
296 # define S_IWOTH 0 macro
/freebsd-9.3-release/sys/sys/
H A Dstat.h219 #define S_IWOTH 0000002 /* W for other */ macro
255 #define DEFFILEMODE (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)
/freebsd-9.3-release/contrib/sendmail/libsmutil/
H A Dsafefile.c281 bitset(S_IWOTH, st->st_mode))
303 bitset(S_IWUSR|S_IWGRP|S_IWOTH, mode) &&
404 int mode = S_IWOTH;
601 if (bitset(S_IWOTH, stbuf.st_mode))
613 bitset(S_IWOTH, stbuf.st_mode)
/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/libexec/tftpd/
H A Dtftpd.c103 static mode_t mask = S_IWGRP | S_IWOTH;
658 S_IWGRP | S_IROTH | S_IWOTH);
717 if ((stbuf.st_mode & S_IWOTH) == 0)
773 S_IWGRP | S_IROTH | 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/uuencode/
H A Duuencode.c110 #define RW (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/common/acl/
H A Dacl_common.c387 haswriteperm = (mode & S_IWOTH);
390 haswriteperm = !(mode & S_IWOTH);
416 if (mode & S_IWOTH) {
758 mode |= S_IWOTH;
1588 if (!(mode & S_IWUSR) && (mode & (S_IWGRP|S_IWOTH)))
1596 if (!(mode & S_IWGRP) && (mode & S_IWOTH))
1604 if ((mode & S_IWUSR) && (!(mode & S_IWGRP) && (mode & S_IWOTH)))
1632 if (mode & S_IWOTH)
/freebsd-9.3-release/contrib/nvi/common/
H A Dexf.c262 S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH,
400 (!(sb.st_mode & (S_IWUSR | S_IWGRP | S_IWOTH)) ||
839 S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH)) < 0) {
860 S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH);
1149 if (sb.st_mode & (S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH)) {
/freebsd-9.3-release/sys/kern/
H A Dsubr_acl_nfs4.c698 if (mode & S_IWOTH)
814 if ((seen & S_IWOTH) == 0) {
815 seen |= S_IWOTH;
817 mode |= S_IWOTH;
1160 if (mode & S_IWOTH)

Completed in 299 milliseconds

1234