Searched refs:S_IXOTH (Results 51 - 75 of 79) sorted by relevance

1234

/freebsd-11-stable/sys/fs/msdosfs/
H A Dmsdosfs_vfsops.c466 pmp->pm_mask = pmp->pm_dirmask = S_IXUSR | S_IXGRP | S_IXOTH |
/freebsd-11-stable/usr.bin/stat/
H A Dstat.c875 (S_IXUSR | S_IXGRP | S_IXOTH))
/freebsd-11-stable/usr.sbin/autofs/
H A Dcommon.c949 (sb.st_mode & S_IXOTH))
/freebsd-11-stable/contrib/tcsh/
H A Dsh.exec.c904 (stbuf.st_mode & (S_IXOTH | S_IXGRP | S_IXUSR)) &&
H A Dsh.exp.c128 mode = S_IXUSR | S_IXGRP | S_IXOTH;
H A Dtw.parse.c2087 if (statb.st_mode & (S_IXUSR|S_IXGRP|S_IXOTH))
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_ctldir.c85 S_IROTH | S_IXOTH;
/freebsd-11-stable/usr.sbin/bsdinstall/partedit/
H A Dgpart_ops.c156 S_IROTH | S_IXOTH);
/freebsd-11-stable/usr.bin/xinstall/
H A Dxinstall.c113 static mode_t mode = S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH;
/freebsd-11-stable/sys/kern/
H A Dkern_exec.c1655 (attr->va_mode & (S_IXUSR | S_IXGRP | S_IXOTH)) == 0 ||
H A Dvfs_subr.c4428 if (file_mode & S_IXOTH)
4461 (file_mode & (S_IXUSR | S_IXGRP | S_IXOTH)) != 0 &&
/freebsd-11-stable/contrib/wpa/hs20/client/
H A Dosu_client.c2508 if (mkdir(fname, S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH) < 0 &&
2515 android_update_permission(fname, S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH);
/freebsd-11-stable/sys/fs/unionfs/
H A Dunion_vnops.c660 mask |= S_IXOTH;
/freebsd-11-stable/contrib/tzcode/zic/
H A Dzic.c29 #define MKDIR_UMASK (S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IXGRP|S_IROTH|S_IXOTH)
/freebsd-11-stable/usr.sbin/ctld/
H A Dctld.c2527 } else if (sb.st_mode & S_IXOTH) {
/freebsd-11-stable/sys/ufs/ufs/
H A Dufs_vnops.c645 (S_IXUSR | S_IWUSR | S_IXGRP | S_IWGRP | S_IXOTH | S_IWOTH)))
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar.c1628 rar->mode = AE_IFDIR | S_IXUSR | S_IXGRP | S_IXOTH;
/freebsd-11-stable/contrib/ldns/
H A Dltmain.sh4224 #ifndef S_IXOTH
4225 # define S_IXOTH 0
4595 && (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH)))
4614 rval = chmod (path, st.st_mode | S_IXOTH | S_IXGRP | S_IXUSR);
/freebsd-11-stable/contrib/openbsm/config/
H A Dltmain.sh4257 #ifndef S_IXOTH
4258 # define S_IXOTH 0
4628 && (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH)))
4647 rval = chmod (path, st.st_mode | S_IXOTH | S_IXGRP | S_IXUSR);
/freebsd-11-stable/crypto/heimdal/
H A Dltmain.sh4218 #ifndef S_IXOTH
4219 # define S_IXOTH 0
4589 && (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH)))
4608 rval = chmod (path, st.st_mode | S_IXOTH | S_IXGRP | S_IXUSR);
/freebsd-11-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dltmain.sh5597 #ifndef S_IXOTH
5598 # define S_IXOTH 0
5973 && (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH)))
5992 rval = chmod (path, st.st_mode | S_IXOTH | S_IXGRP | S_IXUSR);
/freebsd-11-stable/contrib/openpam/
H A Dltmain.sh5597 #ifndef S_IXOTH
5598 # define S_IXOTH 0
5973 && (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH)))
5992 rval = chmod (path, st.st_mode | S_IXOTH | S_IXGRP | S_IXUSR);
/freebsd-11-stable/contrib/file/
H A Dltmain.sh5600 #ifndef S_IXOTH
5601 # define S_IXOTH 0
5976 && (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH)))
5995 rval = chmod (path, st.st_mode | S_IXOTH | S_IXGRP | S_IXUSR);
/freebsd-11-stable/contrib/unbound/
H A Dltmain.sh5597 #ifndef S_IXOTH
5598 # define S_IXOTH 0
5973 && (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH)))
5992 rval = chmod (path, st.st_mode | S_IXOTH | S_IXGRP | S_IXUSR);
/freebsd-11-stable/contrib/sqlite3/
H A Dltmain.sh5597 #ifndef S_IXOTH
5598 # define S_IXOTH 0
5973 && (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH)))
5992 rval = chmod (path, st.st_mode | S_IXOTH | S_IXGRP | S_IXUSR);

Completed in 373 milliseconds

1234