Home
last modified time | relevance | path

Searched refs:S_IWOTH (Results 1 – 21 of 21) sorted by relevance

/original-bsd/sys/sys/
H A Dstat.h98 #define S_IWOTH 0000002 /* W for other */ macro
132 #define DEFFILEMODE (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)
/original-bsd/sbin/mount_umap/
H A Dmount_umap.c110 if (statbuf.st_mode & S_IWGRP || statbuf.st_mode & S_IWOTH) {
157 if (statbuf.st_mode & S_IWGRP || statbuf.st_mode & S_IWOTH) {
/original-bsd/lib/libc/string/
H A Dstrmode.c106 if (mode & S_IWOTH)
/original-bsd/usr.bin/uuencode/
H A Duuencode.c56 #define RW (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)
/original-bsd/usr.bin/ranlib/
H A Dbuild.c217 #define DEFMODE (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH) in symobj()
/original-bsd/sys/miscfs/portal/
H A Dportal_vnops.c428 S_IROTH|S_IWOTH|S_IXOTH;
435 S_IROTH|S_IWOTH;
/original-bsd/bin/sh/
H A Dmiscbltin.c174 if ((mask & S_IWOTH) == 0)
/original-bsd/usr.sbin/sendmail/src/
H A Dconf.h1493 #ifndef S_IWOTH
1494 # define S_IWOTH 0002 macro
H A Dutil.c459 if (uid == 0 && bitset(S_IWGRP|S_IWOTH, stbuf.st_mode))
558 if (bitset(S_IWUSR|S_IWGRP|S_IWOTH, mode) && bitset(0111, st->st_mode))
H A Drecipient.c1065 if (bitset(S_IWOTH, st.st_mode))
H A Dqueue.c1310 if (st.st_uid != geteuid() || bitset(S_IWOTH|S_IWGRP, st.st_mode))
H A Dreadcf.c115 if (OpMode != MD_TEST && bitset(S_IWGRP|S_IWOTH, statb.st_mode))
/original-bsd/sys/miscfs/kernfs/
H A Dkernfs_vnops.c291 if ((amode & VWRITE) && (fmode & (S_IWUSR|S_IWGRP|S_IWOTH)) == 0)
316 mask |= S_IWOTH;
/original-bsd/lib/libc/net/
H A Drcmd.c296 else if (sbuf.st_mode & (S_IWGRP|S_IWOTH))
/original-bsd/lib/libc/gen/
H A Dsetmode.c243 perm |= S_IWUSR|S_IWGRP|S_IWOTH;
/original-bsd/bin/test/
H A Dtest.c319 i = S_IWOTH;
/original-bsd/libexec/tftpd/
H A Dtftpd.c344 if ((stbuf.st_mode & S_IWOTH) == 0)
/original-bsd/sys/miscfs/fdesc/
H A Dfdesc_vnops.c388 vap->va_mode = S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH;
/original-bsd/sys/isofs/cd9660/
H A Dcd9660_vnops.c235 mask |= S_IWOTH;
/original-bsd/sys/ufs/ufs/
H A Dufs_vnops.c251 mask |= S_IWOTH;
/original-bsd/sys/ufs/ffs/
H A Dufs_vnops.c247 mask |= S_IWOTH;