Searched refs:S_IXGRP (Results 26 - 50 of 85) sorted by relevance

1234

/freebsd-current/libexec/flua/modules/
H A Dlfs.c365 S_IRUSR | S_IWUSR | S_IXUSR | S_IRGRP | S_IWGRP | S_IXGRP | \
/freebsd-current/usr.bin/env/
H A Denvopts.c74 (fin.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH)) != 0)) {
/freebsd-current/usr.sbin/lpr/chkprintcap/
H A Dchkprintcap.c282 | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH)
/freebsd-current/sys/sys/
H A Dstat.h259 #define S_IXGRP 0000010 /* X for group */ macro
/freebsd-current/usr.sbin/lpr/common_source/
H A Dlp.h217 #define LFM_QUEUE_DIS (S_IXGRP)
/freebsd-current/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_acl.c97 #define ALL_MODE_EXECS (S_IXUSR | S_IXGRP | S_IXOTH)
952 (!(seen & S_IXGRP))) {
953 seen |= S_IXGRP;
955 mode |= S_IXGRP;
1006 if (!(seen & S_IXGRP)) {
1007 seen |= S_IXGRP;
1009 mode |= S_IXGRP;
1540 !isdir && ((mode & (S_IXUSR|S_IXGRP|S_IXOTH)) == 0)) {
/freebsd-current/sys/security/mac_veriexec/
H A Dmac_veriexec.c923 ((va.va_mode & (S_IXUSR|S_IXGRP|S_IXOTH)) == 0));
925 ((va.va_mode & (S_IXUSR|S_IXGRP|S_IXOTH)) == 0), td);
/freebsd-current/bin/ls/
H A Dprint.c516 if (mode & (S_IXUSR | S_IXGRP | S_IXOTH)) {
644 if (mode & (S_IXUSR | S_IXGRP | S_IXOTH)) {
/freebsd-current/usr.sbin/rpcbind/
H A Drpcbind.c430 oldmask = umask(S_IXUSR|S_IXGRP|S_IXOTH);
486 oldmask = umask(S_IXUSR|S_IXGRP|S_IXOTH);
/freebsd-current/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dacl_common.c1555 if (!(mode & S_IXUSR) && (mode & (S_IXGRP|S_IXOTH)))
1563 if (!(mode & S_IXGRP) && (mode & S_IXOTH))
1571 if ((mode & S_IXUSR) && (!(mode & S_IXGRP) && (mode & S_IXOTH)))
1590 if (mode & S_IXGRP)
/freebsd-current/bin/sh/
H A Dmiscbltin.c382 if ((mask & S_IXGRP) == 0)
/freebsd-current/usr.bin/posixshmcontrol/
H A Dposixshmcontrol.c212 str[i++] = (m & S_IXGRP) != 0 ? 'x' : '-';
/freebsd-current/usr.bin/mkuzip/
H A Dmkuzip.c301 S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH);
/freebsd-current/bin/test/
H A Dtest.c382 return (s.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH)) != 0;
/freebsd-current/usr.sbin/pmcstat/
H A Dpmcpl_gprof.c400 if (mkdir(fullpath, S_IRWXU|S_IRGRP|S_IXGRP|S_IROTH|S_IXOTH) < 0)
/freebsd-current/contrib/llvm-project/lldb/source/Host/common/
H A DFileSystem.cpp428 mode |= S_IXGRP;
/freebsd-current/usr.sbin/rtadvd/
H A Dcontrol.c309 old_umask = umask(S_IXUSR|S_IXGRP|S_IXOTH);
/freebsd-current/crypto/heimdal/appl/ftp/ftpd/
H A Dls.c169 if(st->st_mode & (S_IXUSR | S_IXGRP | S_IXOTH))
205 if((st->st_mode & S_IXGRP))
/freebsd-current/crypto/openssh/
H A Ddefines.h183 # define S_IXGRP 0000010 /* execute/search permission, */ macro
H A Dauth.c134 (st.st_mode & (S_IXOTH|S_IXUSR|S_IXGRP)) == 0) {
/freebsd-current/usr.bin/whereis/
H A Dwhereis.c453 (sb.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH))
/freebsd-current/usr.sbin/ypldap/
H A Dparse.y670 if (st.st_mode & (S_IWGRP | S_IXGRP | S_IRWXO)) {
/freebsd-current/sys/fs/fdescfs/
H A Dfdesc_vnops.c437 vap->va_mode = S_IRUSR|S_IXUSR|S_IRGRP|S_IXGRP|S_IROTH|S_IXOTH;
/freebsd-current/sys/fs/tmpfs/
H A Dtmpfs_vfsops.c79 #define TMPFS_DEFAULT_ROOT_MODE (S_IRWXU|S_IRGRP|S_IXGRP|S_IROTH|S_IXOTH)
/freebsd-current/usr.sbin/keyserv/
H A Dkeyserv.c148 (void) umask(S_IXUSR|S_IXGRP|S_IXOTH);

Completed in 405 milliseconds

1234