Home
last modified time | relevance | path

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

123

/freebsd/contrib/netbsd-tests/lib/libc/sys/
H A Dt_umask.c55 S_IWOTH,
100 (void)umask(S_IWGRP | S_IWOTH); in ATF_TC_BODY()
107 (void)umask(S_IWGRP | S_IWOTH); in ATF_TC_CLEANUP()
153 (void)umask(S_IWGRP | S_IWOTH); in ATF_TC_BODY()
161 (void)umask(S_IWGRP | S_IWOTH); in ATF_TC_CLEANUP()
188 (void)umask(S_IWGRP | S_IWOTH); in ATF_TC_BODY()
195 (void)umask(S_IWGRP | S_IWOTH); in ATF_TC_CLEANUP()
/freebsd/crypto/heimdal/kcm/
H A Dacl.c104 mask = S_IROTH|S_IWOTH; in kcm_access()
111 mask |= S_IWUSR|S_IWGRP|S_IWOTH; in kcm_access()
118 mask |= S_IWOTH; in kcm_access()
/freebsd/contrib/openpam/lib/libpam/
H A Dopenpam_check_owner_perms.c77 (sb.st_mode & (S_IWGRP|S_IWOTH)) != 0) { in openpam_check_desc_owner_perms()
128 (sb.st_mode & (S_IWGRP|S_IWOTH)) != 0) { in openpam_check_path_owner_perms()
/freebsd/contrib/tcsh/
H A Dtc.os.h288 #ifndef S_IWOTH
289 # define S_IWOTH (S_IWRITE >> 6) macro
332 # define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH)
/freebsd/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/crypto/heimdal/lib/krb5/
H A Dkuserok.c74 if ((st.st_mode & (S_IWGRP | S_IWOTH)) != 0) { in check_one_file()
131 if ((st.st_mode & (S_IWGRP | S_IWOTH)) != 0) in check_directory()
/freebsd/lib/libutil/
H A D_secure_path.c57 else if (sb.st_mode & S_IWOTH) in _secure_path()
/freebsd/contrib/ntp/libntp/lib/isc/win32/include/isc/
H A Dstat.h38 #define S_IWOTH _S_IWRITE /* Other write permission */ macro
/freebsd/libexec/tftpd/
H A Dtftpd.c93 static mode_t mask = S_IWGRP | S_IWOTH;
723 if (check_woth && (sb.st_mode & S_IWOTH) == 0) in validate_access()
746 if (check_woth && (sb.st_mode & S_IWOTH) == 0) in validate_access()
776 S_IWGRP | S_IROTH | S_IWOTH ); in validate_access()
/freebsd/usr.bin/mkfifo/
H A Dmkfifo.c43 S_IROTH | S_IWOTH
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dacl_common.c352 haswriteperm = (mode & S_IWOTH); in mode_to_ace_access()
355 haswriteperm = !(mode & S_IWOTH); in mode_to_ace_access()
381 if (mode & S_IWOTH) { in mode_to_ace_access()
723 mode |= S_IWOTH; in ace_mask_to_mode()
1553 if (!(mode & S_IWUSR) && (mode & (S_IWGRP|S_IWOTH))) in acl_trivial_access_masks()
1561 if (!(mode & S_IWGRP) && (mode & S_IWOTH)) in acl_trivial_access_masks()
1569 if ((mode & S_IWUSR) && (!(mode & S_IWGRP) && (mode & S_IWOTH))) in acl_trivial_access_masks()
1597 if (mode & S_IWOTH) in acl_trivial_access_masks()
/freebsd/sys/sys/
H A Dstat.h263 #define S_IWOTH 0000002 /* W for other */ macro
299 #define DEFFILEMODE (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)
/freebsd/crypto/openssh/openbsd-compat/
H A Dstrmode.c127 if (mode & S_IWOTH) in strmode()
/freebsd/lib/libc/string/
H A Dstrmode.c124 if (mode & S_IWOTH) in strmode()
/freebsd/lib/libc/posix1e/
H A Dacl_equiv_mode_np.c85 ret_mode |= S_IWOTH; in acl_equiv_mode_np()
H A Dacl_from_mode_np.c104 if (mode & S_IWOTH) in acl_from_mode_np()
/freebsd/sys/kern/
H A Dsubr_acl_nfs4.c693 if (mode & S_IWOTH) in acl_nfs4_sync_acl_from_mode_draft()
809 if ((seen & S_IWOTH) == 0) { in acl_nfs4_sync_mode_from_acl()
810 seen |= S_IWOTH; in acl_nfs4_sync_mode_from_acl()
812 mode |= S_IWOTH; in acl_nfs4_sync_mode_from_acl()
1156 if (mode & S_IWOTH) in acl_nfs4_compute_inherited_acl_psarc()
H A Dsubr_acl_posix1e.c390 if (mode & S_IWOTH) in acl_posix1e_mode_to_perm()
461 mode |= S_IWOTH; in acl_posix1e_perms_to_mode()
/freebsd/contrib/nvi/common/
H A Dexf.c261 S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH, in file_init()
402 (!(sb.st_mode & (S_IWUSR | S_IWGRP | S_IWOTH)) || in file_init()
840 S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH)) < 0) {
861 S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH);
1155 if (sb.st_mode & (S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH)) {
/freebsd/contrib/elftoolchain/ar/
H A Dutil.c153 buf[8] = m & S_IWOTH ? 'w' : '-'; in bsdar_strmode()
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_acl.c857 if (access_mask & S_IWOTH) in zfs_unix_to_v4()
874 new_mask |= S_IWOTH; in zfs_v4_to_unix()
1010 if (!(seen & S_IWOTH)) { in zfs_mode_compute()
1011 seen |= S_IWOTH; in zfs_mode_compute()
1013 mode |= S_IWOTH; in zfs_mode_compute()
1225 if (!(mode & S_IWUSR) && (mode & (S_IWGRP|S_IWOTH))) in acl_trivial_access_masks()
1233 if (!(mode & S_IWGRP) && (mode & S_IWOTH)) in acl_trivial_access_masks()
1241 if ((mode & S_IWUSR) && (!(mode & S_IWGRP) && (mode & S_IWOTH))) in acl_trivial_access_masks()
1269 if (mode & S_IWOTH) in acl_trivial_access_masks()
/freebsd/tests/sys/acl/
H A Dacl-api-test.c54 S_IWOTH,
/freebsd/crypto/heimdal/lib/roken/
H A Diruserok.c270 else if (sbuf.st_mode & (S_IWGRP|S_IWOTH)) in iruserok()
/freebsd/usr.bin/bintrans/
H A Duuencode.c127 #define RW (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH) in main_encode()
/freebsd/usr.bin/who/
H A Dwho.c179 state = sb.st_mode & (S_IWOTH|S_IWGRP) ? in row()

123