Searched refs:S_IXGRP (Results 51 - 75 of 80) sorted by relevance

1234

/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.h2897 # ifndef S_IXGRP
2898 # define S_IXGRP (S_IEXEC >> 3) macro
/freebsd-11-stable/crypto/openssh/
H A Dloginrec.c1685 if((fst.st_mode & (S_IXGRP | S_IRWXO)) || (fst.st_uid != 0)){
/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.c948 if ((sb.st_mode & S_IXUSR) || (sb.st_mode & S_IXGRP) ||
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dctrl_iface_unix.c581 chmod(dir, S_IRUSR | S_IWUSR | S_IXUSR | S_IRGRP | S_IXGRP) < 0) {
/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.c84 const u_short zfsctl_ctldir_mode = S_IRUSR | S_IXUSR | S_IRGRP | S_IXGRP |
/freebsd-11-stable/usr.sbin/bsdinstall/partedit/
H A Dgpart_ops.c155 mkdir(zfsboot_path, S_IRWXU | S_IRGRP | S_IXGRP |
/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.c4414 if (file_mode & S_IXGRP)
4461 (file_mode & (S_IXUSR | S_IXGRP | S_IXOTH)) != 0 &&
/freebsd-11-stable/sys/fs/unionfs/
H A Dunion_vnops.c650 mask |= S_IXGRP;
/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/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.sh4227 #ifndef S_IXGRP
4228 # define S_IXGRP 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.sh4260 #ifndef S_IXGRP
4261 # define S_IXGRP 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.sh4221 #ifndef S_IXGRP
4222 # define S_IXGRP 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.sh5600 #ifndef S_IXGRP
5601 # define S_IXGRP 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.sh5600 #ifndef S_IXGRP
5601 # define S_IXGRP 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.sh5603 #ifndef S_IXGRP
5604 # define S_IXGRP 0
5976 && (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH)))
5995 rval = chmod (path, st.st_mode | S_IXOTH | S_IXGRP | S_IXUSR);

Completed in 516 milliseconds

1234