Searched refs:S_IXGRP (Results 1 - 25 of 85) sorted by relevance

1234

/freebsd-current/usr.bin/biff/
H A Dbiff.c69 sb.st_mode & S_IXGRP ? "b" : "n");
70 return (sb.st_mode & (S_IXUSR | S_IXGRP) ? 0 : 1);
76 if (chmod(name, sb.st_mode & ~(S_IXUSR | S_IXGRP)) < 0)
80 if (chmod(name, (sb.st_mode & ~(S_IXUSR | S_IXGRP)) | S_IXUSR)
85 if (chmod(name, (sb.st_mode & ~(S_IXUSR | S_IXGRP)) | S_IXGRP)
92 return (sb.st_mode & (S_IXUSR | S_IXGRP) ? 0 : 1);
/freebsd-current/crypto/openssh/openbsd-compat/
H A Dstrmode.c108 switch (mode & (S_IXGRP | S_ISGID)) {
112 case S_IXGRP:
118 case S_IXGRP | S_ISGID:
/freebsd-current/lib/libc/string/
H A Dstrmode.c105 switch (mode & (S_IXGRP | S_ISGID)) {
109 case S_IXGRP:
115 case S_IXGRP | S_ISGID:
/freebsd-current/contrib/elftoolchain/ar/
H A Dutil.c145 c = (m & S_IXGRP) ? 's' : 'S';
147 c = (m & S_IXGRP) ? 'x' : '-';
/freebsd-current/lib/libc/posix1e/
H A Dacl_from_mode_np.c88 if (mode & S_IXGRP)
H A Dacl_equiv_mode_np.c79 ret_mode |= S_IXGRP;
/freebsd-current/libexec/comsat/
H A Dcomsat.c163 if (stat(tty, &stb) == -1 || !(stb.st_mode & (S_IXUSR | S_IXGRP))) {
183 switch (stb.st_mode & (S_IXUSR | S_IXGRP)) {
185 case (S_IXUSR | S_IXGRP):
193 case S_IXGRP:
/freebsd-current/sbin/veriexec/
H A Dmanifest_parser.y272 if (!(fmode & (S_IXUSR|S_IXGRP|S_IXOTH))) {
276 if (!(st.st_mode & (S_IXUSR|S_IXGRP|S_IXOTH))) {
/freebsd-current/usr.bin/which/
H A Dwhich.c112 (fin.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH)) != 0)) {
/freebsd-current/sys/kern/
H A Dsubr_acl_nfs4.c237 (file_mode & (S_IXUSR | S_IXGRP | S_IXOTH)) == 0)
265 (S_IXUSR | S_IXGRP | S_IXOTH)) != 0 &&
684 if (mode & S_IXGRP)
775 ((seen & S_IXGRP) == 0)) {
776 seen |= S_IXGRP;
778 mode |= S_IXGRP;
821 if ((seen & S_IXGRP) == 0) {
822 seen |= S_IXGRP;
824 mode |= S_IXGRP;
1115 if ((mode & S_IXGRP)
[all...]
H A Dsubr_acl_posix1e.c97 (S_IXUSR | S_IXGRP | S_IXOTH)) != 0 &&
377 if (mode & S_IXGRP)
451 mode |= S_IXGRP;
/freebsd-current/contrib/tcsh/
H A Dtc.os.h304 #ifndef S_IXGRP
305 # define S_IXGRP (S_IEXEC >> 3) macro
306 #endif /* S_IXGRP */
329 # define S_IRWXG (S_IRGRP | S_IWGRP | S_IXGRP)
/freebsd-current/lib/libc/gen/
H A Dsetmode.c137 if (omode & (S_IFDIR|S_IXUSR|S_IXGRP|S_IXOTH))
272 permXbits = S_IXUSR|S_IXGRP|S_IXOTH;
275 perm |= S_IXUSR|S_IXGRP|S_IXOTH;
/freebsd-current/contrib/netbsd-tests/lib/libc/sys/
H A Dt_umask.c52 S_IXGRP,
H A Dt_msgget.c254 S_IWGRP, S_IXGRP, S_IRWXO, S_IROTH, S_IWOTH, S_IXOTH
/freebsd-current/contrib/smbfs/mount_smbfs/
H A Dmount_smbfs.c251 dir_mode |= S_IXGRP;
262 if (dir_mode & S_IXGRP)
/freebsd-current/sys/fs/cd9660/
H A Dcd9660_node.c135 inop->inode.iso_mode |= S_IXGRP;
148 inop->inode.iso_mode |= S_IRUSR|S_IXUSR|S_IRGRP|S_IXGRP|S_IROTH|S_IXOTH;
/freebsd-current/tests/sys/acl/
H A Dacl-api-test.c52 S_IXGRP,
/freebsd-current/contrib/mandoc/
H A Dcatman.c181 S_IXGRP | S_IROTH | S_IXOTH) == -1 &&
/freebsd-current/contrib/sendmail/libsmutil/
H A Dsafefile.c91 !bitset(S_IXUSR|S_IXGRP|S_IXOTH, st->st_mode) &&
303 bitset(S_IXUSR|S_IXGRP|S_IXOTH, st->st_mode))
638 bitset(S_IXGRP, stbuf.st_mode))
651 bitset(S_IXGRP, stbuf.st_mode))
/freebsd-current/usr.bin/chpass/
H A Dfield.c249 if ((sbuf.st_mode & (S_IXOTH | S_IXGRP | S_IXUSR)) == 0) {
/freebsd-current/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_acl.c95 #define ALL_MODE_EXECS (S_IXUSR | S_IXGRP | S_IXOTH)
970 (!(seen & S_IXGRP))) {
971 seen |= S_IXGRP;
973 mode |= S_IXGRP;
1024 if (!(seen & S_IXGRP)) {
1025 seen |= S_IXGRP;
1027 mode |= S_IXGRP;
1227 if (!(mode & S_IXUSR) && (mode & (S_IXGRP|S_IXOTH)))
1235 if (!(mode & S_IXGRP) && (mode & S_IXOTH))
1243 if ((mode & S_IXUSR) && (!(mode & S_IXGRP)
[all...]
/freebsd-current/contrib/atf/atf-c/detail/
H A Dfs.c655 return st->m_sb.st_mode & S_IXGRP;
720 if (!ok && (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH))) {
734 ((mode & atf_fs_access_x) && (st.st_mode & S_IXGRP));
/freebsd-current/contrib/capsicum-test/
H A Dfexecve.cc122 EXPECT_EQ((mode_t)0, data.st_mode & (S_IXUSR|S_IXGRP|S_IXOTH));
/freebsd-current/contrib/ntp/sntp/
H A Dkod_management.c141 | S_IRGRP | S_IXGRP

Completed in 700 milliseconds

1234