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

1234

/freebsd-11-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_umask.c55 S_IWOTH,
100 (void)umask(S_IWGRP | S_IWOTH);
107 (void)umask(S_IWGRP | S_IWOTH);
153 (void)umask(S_IWGRP | S_IWOTH);
161 (void)umask(S_IWGRP | S_IWOTH);
188 (void)umask(S_IWGRP | S_IWOTH);
195 (void)umask(S_IWGRP | S_IWOTH);
/freebsd-11-stable/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-11-stable/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-11-stable/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-11-stable/contrib/ntp/lib/isc/win32/include/isc/
H A Dstat.h38 #define S_IWOTH _S_IWRITE /* Other write permission */ macro
/freebsd-11-stable/lib/libutil/
H A D_secure_path.c60 else if (sb.st_mode & S_IWOTH)
/freebsd-11-stable/contrib/apr/file_io/unix/
H A Dfileacc.c64 mode |= S_IWOTH;
99 if (mode & S_IWOTH)
/freebsd-11-stable/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-11-stable/contrib/ntp/lib/isc/unix/
H A Dfsaccess.c80 SET_AND_CLEAR(S_IWUSR, S_IWGRP, S_IWOTH);
/freebsd-11-stable/lib/libc/string/
H A Dstrmode.c128 if (mode & S_IWOTH)
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dstrmode.c127 if (mode & S_IWOTH)
/freebsd-11-stable/usr.bin/mkfifo/
H A Dmkfifo.c55 S_IROTH | S_IWOTH
/freebsd-11-stable/contrib/tcsh/
H A Dtc.os.h288 #ifndef S_IWOTH
289 # define S_IWOTH (S_IWRITE >> 6) macro
290 #endif /* S_IWOTH */
332 # define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH)
/freebsd-11-stable/contrib/elftoolchain/ar/
H A Dutil.c153 buf[8] = m & S_IWOTH ? 'w' : '-';
/freebsd-11-stable/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-11-stable/gnu/usr.bin/rcs/lib/
H A Dconf.h290 # define S_IWOTH (S_IWUSR / 0100) macro
296 # define S_IWOTH 0 macro
/freebsd-11-stable/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-11-stable/libexec/tftpd/
H A Dtftpd.c102 static mode_t mask = S_IWGRP | S_IWOTH;
666 S_IWGRP | S_IROTH | S_IWOTH);
725 if ((stbuf.st_mode & S_IWOTH) == 0)
755 if ((stbuf.st_mode & S_IWOTH) != 0)
787 S_IWGRP | S_IROTH | S_IWOTH );
/freebsd-11-stable/contrib/sendmail/libsmutil/
H A Dsafefile.c280 bitset(S_IWOTH, st->st_mode))
302 bitset(S_IWUSR|S_IWGRP|S_IWOTH, mode) &&
403 int mode = S_IWOTH;
600 if (bitset(S_IWOTH, stbuf.st_mode))
612 bitset(S_IWOTH, stbuf.st_mode)
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Diruserok.c270 else if (sbuf.st_mode & (S_IWGRP|S_IWOTH))
/freebsd-11-stable/usr.bin/uuencode/
H A Duuencode.c114 #define RW (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)
/freebsd-11-stable/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-11-stable/contrib/nvi/common/
H A Dexf.c258 S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH,
399 (!(sb.st_mode & (S_IWUSR | S_IWGRP | S_IWOTH)) ||
849 S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH)) < 0) {
870 S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH);
1158 if (sb.st_mode & (S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH)) {
/freebsd-11-stable/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;
1163 if (mode & S_IWOTH)
/freebsd-11-stable/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)

Completed in 324 milliseconds

1234