Searched refs:S_IXOTH (Results 26 - 50 of 79) sorted by relevance

1234

/freebsd-11-stable/usr.sbin/lpr/chkprintcap/
H A Dchkprintcap.c276 | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH)
/freebsd-11-stable/usr.sbin/lpr/common_source/
H A Dlp.h219 #define LFM_RESET_QUE (S_IXOTH)
/freebsd-11-stable/contrib/ntp/sntp/
H A Dkod_management.c142 | S_IROTH | S_IXOTH;
/freebsd-11-stable/usr.bin/iscsictl/
H A Dparse.y324 } else if (sb.st_mode & S_IXOTH) {
/freebsd-11-stable/usr.bin/env/
H A Denvopts.c76 (fin.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH)) != 0)) {
/freebsd-11-stable/libexec/flua/modules/
H A Dlfs.c347 S_IROTH | S_IXOTH))
/freebsd-11-stable/bin/ls/
H A Dprint.c588 if (mode & (S_IXUSR | S_IXGRP | S_IXOTH)) {
669 if (mode & (S_IXUSR | S_IXGRP | S_IXOTH)) {
/freebsd-11-stable/usr.sbin/rpcbind/
H A Drpcbind.c423 oldmask = umask(S_IXUSR|S_IXGRP|S_IXOTH);
479 oldmask = umask(S_IXUSR|S_IXGRP|S_IXOTH);
/freebsd-11-stable/bin/sh/
H A Dmiscbltin.c396 if ((mask & S_IXOTH) == 0)
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_acl.c95 #define ALL_MODE_EXECS (S_IXUSR | S_IXGRP | S_IXOTH)
862 if (access_mask & S_IXOTH)
1017 if (!(seen & S_IXOTH)) {
1018 seen |= S_IXOTH;
1020 mode |= S_IXOTH;
1534 !isdir && ((mode & (S_IXUSR|S_IXGRP|S_IXOTH)) == 0)) {
2353 if (zdp->z_mode & S_IXOTH) {
/freebsd-11-stable/bin/test/
H A Dtest.c387 return (s.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH)) != 0;
/freebsd-11-stable/crypto/openssh/
H A Ddefines.h174 # define S_IXOTH 0000001 /* execute/search permission, */ macro
H A Dauth.c180 (st.st_mode & (S_IXOTH|S_IXUSR|S_IXGRP)) == 0) {
/freebsd-11-stable/usr.bin/mkuzip/
H A Dmkuzip.c243 S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH);
/freebsd-11-stable/usr.sbin/pmcstat/
H A Dpmcpl_gprof.c400 if (mkdir(fullpath, S_IRWXU|S_IRGRP|S_IXGRP|S_IROTH|S_IXOTH) < 0)
/freebsd-11-stable/usr.sbin/rtadvd/
H A Dcontrol.c311 old_umask = umask(S_IXUSR|S_IXGRP|S_IXOTH);
/freebsd-11-stable/usr.bin/whereis/
H A Dwhereis.c456 (sb.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH))
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DFileSystem.cpp414 mode |= S_IXOTH;
/freebsd-11-stable/contrib/gdb/gdb/
H A Dremote-fileio.c175 hmode |= S_IXOTH;
206 if (mode & S_IXOTH)
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dls.c169 if(st->st_mode & (S_IXUSR | S_IXGRP | S_IXOTH))
211 if((st->st_mode & S_IXOTH))
/freebsd-11-stable/usr.sbin/keyserv/
H A Dkeyserv.c159 (void) umask(S_IXUSR|S_IXGRP|S_IXOTH);
/freebsd-11-stable/contrib/amd/include/
H A Dam_defs.h1322 # undef S_IXOTH macro
/freebsd-11-stable/sys/fs/fdescfs/
H A Dfdesc_vnops.c436 vap->va_mode = S_IRUSR|S_IXUSR|S_IRGRP|S_IXGRP|S_IROTH|S_IXOTH;
/freebsd-11-stable/sys/fs/tmpfs/
H A Dtmpfs_vfsops.c71 #define TMPFS_DEFAULT_ROOT_MODE (S_IRWXU|S_IRGRP|S_IXGRP|S_IROTH|S_IXOTH)
/freebsd-11-stable/contrib/sendmail/include/sm/
H A Dconf.h2893 # ifndef S_IXOTH
2894 # define S_IXOTH (S_IEXEC >> 6) macro

Completed in 408 milliseconds

1234