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

1234

/freebsd-11-stable/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-11-stable/contrib/sqlite3/
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/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_vnops.c4943 (zp->z_mode & (S_IXUSR | S_IXGRP | S_IXOTH)) == 0) {
/freebsd-11-stable/contrib/sendmail/src/
H A Ddeliver.c5779 else if (bitset(S_IXUSR|S_IXGRP|S_IXOTH, mode) ||
/freebsd-11-stable/libexec/rtld-elf/
H A Drtld.c491 if ((st.st_mode & S_IXGRP) != 0)

Completed in 233 milliseconds

1234