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

1234

/freebsd-11-stable/sys/sys/
H A Dstat.h215 #define S_IXGRP 0000010 /* X for group */ macro
/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.h218 #define LFM_QUEUE_DIS (S_IXGRP)
/freebsd-11-stable/contrib/ntp/sntp/
H A Dkod_management.c141 | S_IRGRP | S_IXGRP
/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.c346 S_IRUSR | S_IWUSR | S_IXUSR | S_IRGRP | S_IWGRP | S_IXGRP | \
/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)
957 (!(seen & S_IXGRP))) {
958 seen |= S_IXGRP;
960 mode |= S_IXGRP;
1011 if (!(seen & S_IXGRP)) {
1012 seen |= S_IXGRP;
1014 mode |= S_IXGRP;
1534 !isdir && ((mode & (S_IXUSR|S_IXGRP|S_IXOTH)) == 0)) {
2344 if (zdp->z_mode & S_IXGRP) {
/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/sys/cddl/contrib/opensolaris/common/acl/
H A Dacl_common.c1590 if (!(mode & S_IXUSR) && (mode & (S_IXGRP|S_IXOTH)))
1598 if (!(mode & S_IXGRP) && (mode & S_IXOTH))
1606 if ((mode & S_IXUSR) && (!(mode & S_IXGRP) && (mode & S_IXOTH)))
1625 if (mode & S_IXGRP)
/freebsd-11-stable/bin/sh/
H A Dmiscbltin.c387 if ((mask & S_IXGRP) == 0)
/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.h173 # define S_IXGRP 0000010 /* 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.cpp408 mode |= S_IXGRP;
/freebsd-11-stable/contrib/gdb/gdb/
H A Dremote-fileio.c169 hmode |= S_IXGRP;
200 if (mode & S_IXGRP)
/freebsd-11-stable/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-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.h1321 # undef S_IXGRP 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/usr.sbin/ypldap/
H A Dparse.y671 if (st.st_mode & (S_IWGRP | S_IXGRP | S_IRWXO)) {

Completed in 321 milliseconds

1234