/freebsd/crypto/openssh/openbsd-compat/ |
H A D | strmode.c | 131 switch (mode & (S_IXOTH | S_ISVTX)) { in strmode() 135 case S_IXOTH: in strmode() 141 case S_IXOTH | S_ISVTX: in strmode()
|
/freebsd/lib/libc/string/ |
H A D | strmode.c | 128 switch (mode & (S_IXOTH | S_ISVTX)) { in strmode() 132 case S_IXOTH: in strmode() 138 case S_IXOTH | S_ISVTX: in strmode()
|
/freebsd/contrib/elftoolchain/ar/ |
H A D | util.c | 155 c = (m & S_IXOTH) ? 't' : 'T'; in bsdar_strmode() 157 c = (m & S_IXOTH) ? 'x' : '-'; in bsdar_strmode()
|
/freebsd/contrib/tcsh/ |
H A D | tc.os.h | 301 #ifndef S_IXOTH 302 # define S_IXOTH (S_IEXEC >> 6) macro 332 # define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH)
|
/freebsd/lib/libc/gen/ |
H A D | setmode.c | 137 if (omode & (S_IFDIR|S_IXUSR|S_IXGRP|S_IXOTH)) in getmode() 272 permXbits = S_IXUSR|S_IXGRP|S_IXOTH; in setmode() 275 perm |= S_IXUSR|S_IXGRP|S_IXOTH; in setmode()
|
/freebsd/sbin/veriexec/ |
H A D | manifest_parser.y | 272 if (!(fmode & (S_IXUSR|S_IXGRP|S_IXOTH))) { in do_ioctl() 276 if (!(st.st_mode & (S_IXUSR|S_IXGRP|S_IXOTH))) { in do_ioctl()
|
/freebsd/sys/kern/ |
H A D | subr_acl_nfs4.c | 237 (file_mode & (S_IXUSR | S_IXGRP | S_IXOTH)) == 0) in vaccess_acl_nfs4() 265 (S_IXUSR | S_IXGRP | S_IXOTH)) != 0 && in vaccess_acl_nfs4() 697 if (mode & S_IXOTH) in acl_nfs4_sync_acl_from_mode_draft() 826 if ((seen & S_IXOTH) == 0) { in acl_nfs4_sync_mode_from_acl() 827 seen |= S_IXOTH; in acl_nfs4_sync_mode_from_acl() 829 mode |= S_IXOTH; in acl_nfs4_sync_mode_from_acl() 1158 if (mode & S_IXOTH) in acl_nfs4_compute_inherited_acl_psarc()
|
H A D | subr_acl_posix1e.c | 97 (S_IXUSR | S_IXGRP | S_IXOTH)) != 0 && in vaccess_acl_posix1e() 386 if (mode & S_IXOTH) in acl_posix1e_mode_to_perm() 457 mode |= S_IXOTH; in acl_posix1e_perms_to_mode()
|
/freebsd/contrib/smbfs/mount_smbfs/ |
H A D | mount_smbfs.c | 253 dir_mode |= S_IXOTH; in main() 264 if (dir_mode & S_IXOTH) in main()
|
/freebsd/contrib/sendmail/libsmutil/ |
H A D | safefile.c | 91 !bitset(S_IXUSR|S_IXGRP|S_IXOTH, st->st_mode) && 303 bitset(S_IXUSR|S_IXGRP|S_IXOTH, st->st_mode)) 619 if (bitset(S_IXOTH, stbuf.st_mode)) 655 if (!bitset(S_IXOTH, stbuf.st_mode))
|
/freebsd/sys/fs/cd9660/ |
H A D | cd9660_node.c | 131 inop->inode.iso_mode |= S_IXOTH; in cd9660_defattr() 148 inop->inode.iso_mode |= S_IRUSR|S_IXUSR|S_IRGRP|S_IXGRP|S_IROTH|S_IXOTH; in cd9660_defattr()
|
/freebsd/lib/libc/posix1e/ |
H A D | acl_equiv_mode_np.c | 87 ret_mode |= S_IXOTH; in acl_equiv_mode_np()
|
H A D | acl_from_mode_np.c | 106 if (mode & S_IXOTH) in acl_from_mode_np()
|
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
H A D | zfs_acl.c | 95 #define ALL_MODE_EXECS (S_IXUSR | S_IXGRP | S_IXOTH) 855 if (access_mask & S_IXOTH) in zfs_unix_to_v4() 878 new_mask |= S_IXOTH; in zfs_v4_to_unix() 1030 if (!(seen & S_IXOTH)) { in zfs_mode_compute() 1031 seen |= S_IXOTH; in zfs_mode_compute() 1033 mode |= S_IXOTH; in zfs_mode_compute() 1227 if (!(mode & S_IXUSR) && (mode & (S_IXGRP|S_IXOTH))) in acl_trivial_access_masks() 1235 if (!(mode & S_IXGRP) && (mode & S_IXOTH)) in acl_trivial_access_masks() 1243 if ((mode & S_IXUSR) && (!(mode & S_IXGRP) && (mode & S_IXOTH))) in acl_trivial_access_masks() 1271 if (mode & S_IXOTH) in acl_trivial_access_masks() [all …]
|
/freebsd/usr.bin/which/ |
H A D | which.c | 112 (fin.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH)) != 0)) { in is_there()
|
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/ |
H A D | acl_common.c | 388 if (mode & S_IXOTH) { in mode_to_ace_access() 728 mode |= S_IXOTH; in ace_mask_to_mode() 1555 if (!(mode & S_IXUSR) && (mode & (S_IXGRP|S_IXOTH))) in acl_trivial_access_masks() 1563 if (!(mode & S_IXGRP) && (mode & S_IXOTH)) in acl_trivial_access_masks() 1571 if ((mode & S_IXUSR) && (!(mode & S_IXGRP) && (mode & S_IXOTH))) in acl_trivial_access_masks() 1599 if (mode & S_IXOTH) in acl_trivial_access_masks()
|
/freebsd/contrib/atf/atf-c/detail/ |
H A D | fs.c | 673 return st->m_sb.st_mode & S_IXOTH; in atf_fs_stat_is_other_executable() 720 if (!ok && (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH))) { in atf_fs_eaccess() 740 ((mode & atf_fs_access_x) && (st.st_mode & S_IXOTH)); in atf_fs_eaccess()
|
/freebsd/contrib/netbsd-tests/lib/libc/sys/ |
H A D | t_umask.c | 56 S_IXOTH
|
H A D | t_msgget.c | 254 S_IWGRP, S_IXGRP, S_IRWXO, S_IROTH, S_IWOTH, S_IXOTH in ATF_TC_BODY()
|
/freebsd/usr.bin/chpass/ |
H A D | field.c | 249 if ((sbuf.st_mode & (S_IXOTH | S_IXGRP | S_IXUSR)) == 0) { in p_shell()
|
/freebsd/tests/sys/acl/ |
H A D | acl-api-test.c | 55 S_IXOTH
|
/freebsd/contrib/mandoc/ |
H A D | catman.c | 181 S_IXGRP | S_IROTH | S_IXOTH) == -1 && in process_tree()
|
/freebsd/contrib/ntp/sntp/ |
H A D | kod_management.c | 142 | S_IROTH | S_IXOTH; in write_kod_db()
|
/freebsd/contrib/capsicum-test/ |
H A D | fexecve.cc | 122 EXPECT_EQ((mode_t)0, data.st_mode & (S_IXUSR|S_IXGRP|S_IXOTH)); in FORK_TEST_F()
|
/freebsd/usr.sbin/lpr/common_source/ |
H A D | lp.h | 218 #define LFM_RESET_QUE (S_IXOTH)
|