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

123

/freebsd-10.0-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-10.0-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-10.0-release/crypto/heimdal/kcm/
H A Dacl.c104 mask = S_IROTH|S_IWOTH;
111 mask |= S_IWUSR|S_IWGRP|S_IWOTH;
118 mask |= S_IWOTH;
/freebsd-10.0-release/lib/libutil/
H A D_secure_path.c60 else if (sb.st_mode & S_IWOTH)
/freebsd-10.0-release/contrib/apr/file_io/unix/
H A Dfileacc.c64 mode |= S_IWOTH;
99 if (mode & S_IWOTH)
/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/openssh/openbsd-compat/
H A Dstrmode.c127 if (mode & S_IWOTH)
/freebsd-10.0-release/lib/libc/string/
H A Dstrmode.c128 if (mode & S_IWOTH)
/freebsd-10.0-release/usr.bin/mkfifo/
H A Dmkfifo.c55 S_IROTH | S_IWOTH
/freebsd-10.0-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-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/gnu/usr.bin/rcs/lib/
H A Dconf.h290 # define S_IWOTH (S_IWUSR / 0100) macro
296 # define S_IWOTH 0 macro
/freebsd-10.0-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-10.0-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-10.0-release/crypto/heimdal/lib/roken/
H A Diruserok.c270 else if (sbuf.st_mode & (S_IWGRP|S_IWOTH))
/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);
717 if ((stbuf.st_mode & S_IWOTH) == 0)
773 S_IWGRP | S_IROTH | 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/uuencode/
H A Duuencode.c110 #define RW (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)
/freebsd-10.0-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-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/sys/kern/
H A Dsubr_acl_nfs4.c700 if (mode & S_IWOTH)
816 if ((seen & S_IWOTH) == 0) {
817 seen |= S_IWOTH;
819 mode |= S_IWOTH;
1162 if (mode & S_IWOTH)
H A Dsubr_acl_posix1e.c404 if (mode & S_IWOTH)
475 mode |= S_IWOTH;
/freebsd-10.0-release/contrib/gcclibs/libiberty/
H A Dpex-unix.c76 #if defined (S_IRUSR) && defined (S_IWUSR) && defined (S_IRGRP) && defined (S_IWGRP) && defined (S_IROTH) && defined (S_IWOTH)
78 (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH)
/freebsd-10.0-release/bin/getfacl/
H A Dgetfacl.c165 if (sb.st_mode & S_IWOTH)
/freebsd-10.0-release/contrib/amd/amd/
H A Dinfo_exec.c378 if (sb.st_mode & S_IWOTH) {

Completed in 323 milliseconds

123