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

1234

/freebsd-current/usr.bin/posixmqcontrol/
H A Dposixmqcontrol.c603 quad(mode & S_IXGRP, mode & S_ISGID),
/freebsd-current/contrib/sendmail/include/sm/
H A Dconf.h2900 # ifndef S_IXGRP
2901 # define S_IXGRP (S_IEXEC >> 3) macro
/freebsd-current/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-current/crypto/openssh/
H A Dloginrec.c1686 if((fst.st_mode & (S_IXGRP | S_IRWXO)) || (fst.st_uid != 0)){
/freebsd-current/usr.sbin/makefs/zfs/
H A Dfs.c434 if ((mode & S_IXGRP) != 0)
/freebsd-current/usr.sbin/autofs/
H A Dcommon.c945 if ((sb.st_mode & S_IXUSR) || (sb.st_mode & S_IXGRP) ||
/freebsd-current/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_ctldir.c92 const uint16_t zfsctl_ctldir_mode = S_IRUSR | S_IXUSR | S_IRGRP | S_IXGRP |
/freebsd-current/usr.bin/stat/
H A Dstat.c866 (S_IXUSR | S_IXGRP | S_IXOTH))
/freebsd-current/sys/fs/tmpfs/
H A Dtmpfs_vnops.c374 all_x = S_IXUSR | S_IXGRP | S_IXOTH;
406 mode_t all_x = S_IXUSR | S_IXGRP | S_IXOTH;
/freebsd-current/sys/ufs/ufs/
H A Dufs_vnops.c503 all_x = S_IXUSR | S_IXGRP | S_IXOTH;
796 S_IXGRP | S_IWGRP | S_IXOTH | S_IWOTH)) != 0)
/freebsd-current/usr.sbin/bsdinstall/partedit/
H A Dgpart_ops.c170 mkdir(zfsboot_path, S_IRWXU | S_IRGRP | S_IXGRP |
/freebsd-current/contrib/wpa/wpa_supplicant/
H A Dctrl_iface_unix.c595 chmod(dir, S_IRUSR | S_IWUSR | S_IXUSR | S_IRGRP | S_IXGRP) < 0) {
/freebsd-current/sys/fs/msdosfs/
H A Dmsdosfs_vfsops.c588 pmp->pm_mask = pmp->pm_dirmask = S_IXUSR | S_IXGRP | S_IXOTH |
/freebsd-current/sys/fs/tarfs/
H A Dtarfs_vfsops.c102 #define DEFDIRMODE (S_IRUSR|S_IXUSR|S_IRGRP|S_IXGRP|S_IROTH|S_IXOTH)
/freebsd-current/usr.bin/xinstall/
H A Dxinstall.c135 static mode_t mode = S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH;
/freebsd-current/sys/kern/
H A Dvfs_subr.c5526 if (file_mode & S_IXGRP)
5604 if (file_mode & S_IXGRP)
5651 (file_mode & (S_IXUSR | S_IXGRP | S_IXOTH)) != 0 &&
H A Dkern_exec.c1849 (attr->va_mode & (S_IXUSR | S_IXGRP | S_IXOTH)) == 0 ||
/freebsd-current/sys/fs/unionfs/
H A Dunion_vnops.c702 mask |= S_IXGRP;
/freebsd-current/contrib/unbound/
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-current/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-current/contrib/openbsm/config/
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-current/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);
/freebsd-current/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);

Completed in 602 milliseconds

1234