Home
last modified time | relevance | path

Searched refs:S_IXGRP (Results 1 – 25 of 60) sorted by relevance

123

/titanic_50/usr/src/lib/libast/common/string/
H A Dstrperm.c113 if (!S_ISDIR(perm) && !(perm & (S_IXUSR|S_IXGRP|S_IXOTH))) in strperm()
117 typ |= S_IXUSR|S_IXGRP|S_IXOTH; in strperm()
126 if (perm & S_IXGRP) in strperm()
190 perm |= who & (S_IXUSR|S_IXGRP); in strperm()
195 if (typ & S_IXGRP) in strperm()
206 if ((typ |= perm) & (S_IXUSR|S_IXGRP|S_IXOTH)) in strperm()
211 perm |= who & S_IXGRP; in strperm()
H A Dfmtperm.c57 if ((perm & (S_ISGID|S_IXGRP)) == S_ISGID) in fmtperm()
67 if ((perm & (S_ISGID|S_IXGRP)) == (S_ISGID|S_IXGRP)) in fmtperm()
73 if (perm & S_IXGRP) in fmtperm()
H A Dmodedata.c65 S_IXGRP, X_IXGRP,
H A Dfmtls.c107 else if (st->st_mode & (S_IXUSR|S_IXGRP|S_IXOTH)) in fmtls()
/titanic_50/usr/src/cmd/ssh/libopenbsd-compat/common/
H A Dstrmode.c116 switch (mode & (S_IXGRP | S_ISGID)) { in strmode()
120 case S_IXGRP: in strmode()
126 case S_IXGRP | S_ISGID: in strmode()
/titanic_50/usr/src/lib/libast/common/comp/
H A Deaccess.c76 if (!S_ISREG(st.st_mode) || !(flags & X_OK) || (st.st_mode & (S_IXUSR|S_IXGRP|S_IXOTH)))
99 mode |= S_IXGRP;
/titanic_50/usr/src/lib/libast/common/features/
H A Dmode.c163 #ifndef S_IXGRP in main()
166 if (S_IXGRP != X_IXGRP) idperm = 0; in main()
/titanic_50/usr/src/head/rpcsvc/
H A Ddaemon_utils.h49 #define DAEMON_DIR_MODE (S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH)
/titanic_50/usr/src/cmd/find/
H A Dfind.c1955 S_IRGRP != 0040 || S_IWGRP != 0020 || S_IXGRP != 0010 || \
1964 S_IXGRP, S_IWGRP, S_IRGRP,
2147 return (S_IXUSR|S_IXGRP|S_IXOTH);
2156 return (S_IXUSR|S_IXGRP|S_IXOTH);
2217 if (temp & (S_IXUSR|S_IXGRP|S_IXOTH)) in getmode()
2218 perm |= ((S_IXUSR|S_IXGRP|S_IXOTH) & pp->p_who); in getmode()
2227 if (temp & (S_IXUSR|S_IXGRP|S_IXOTH)) in getmode()
2228 perm |= ((S_IXUSR|S_IXGRP|S_IXOTH) & pp->p_who); in getmode()
2237 if (temp & (S_IXUSR|S_IXGRP|S_IXOTH)) in getmode()
2238 perm |= ((S_IXUSR|S_IXGRP|S_IXOTH) & pp->p_who); in getmode()
/titanic_50/usr/src/cmd/oamuser/user/
H A Dhomedir.c135 S_IRWXU|S_IRGRP|S_IXGRP|S_IROTH|S_IXOTH) != 0) { in create_home()
151 if (mkdir(homedir, S_IRWXU|S_IRGRP|S_IXGRP|S_IROTH|S_IXOTH) in create_home()
/titanic_50/usr/src/cmd/sendmail/libsmutil/
H A Dsafefile.c92 !bitset(S_IXUSR|S_IXGRP|S_IXOTH, st->st_mode) &&
304 bitset(S_IXUSR|S_IXGRP|S_IXOTH, st->st_mode))
639 bitset(S_IXGRP, stbuf.st_mode))
652 bitset(S_IXGRP, stbuf.st_mode))
/titanic_50/usr/src/uts/common/fs/objfs/
H A Dobjfs_odir.c72 vap->va_mode = S_IRUSR | S_IXUSR | S_IRGRP | S_IXGRP | in objfs_odir_getattr()
/titanic_50/usr/src/lib/libbc/inc/include/sys/
H A Dstat.h98 #define S_IXGRP 0000010 /* execute/search permission, group */ macro
/titanic_50/usr/src/cmd/zoneadmd/
H A Dzoneadmd.h68 (S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH)
/titanic_50/usr/src/lib/libdevinfo/
H A Ddevinfo_dli.c102 S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH) < 0) { in di_dli_open()
/titanic_50/usr/src/lib/libast/common/path/
H A Dpathexists.c123 if (st.st_mode & (S_IXUSR|S_IXGRP|S_IXOTH)) in pathexists()
/titanic_50/usr/src/lib/libshell/common/sh/
H A Dshcomp.c116 chmod(cp,(statb.st_mode&~S_IFMT)|S_IXUSR|S_IXGRP|S_IXOTH); in main()
/titanic_50/usr/src/cmd/ls/
H A Dls.c1347 (p->lflags & (S_IXUSR|S_IXGRP|S_IXOTH))) in pentry()
1448 static int m5[] = { 4, S_ISGID|S_IXGRP, 's', S_IXGRP, in pmode()
1742 if (!(seen & S_IXGRP)) { in grp_mask_to_mode()
1743 seen |= S_IXGRP; in grp_mask_to_mode()
1745 mode |= S_IXGRP; in grp_mask_to_mode()
1938 (S_IXUSR|S_IXGRP| S_IXOTH)) in gstat()
2715 return (!S_ISLNK(mode) && (mode & (S_IXUSR|S_IXGRP|S_IXOTH))); in color_match()
/titanic_50/usr/src/uts/common/fs/zfs/
H A Dzfs_acl.c98 #define ALL_MODE_EXECS (S_IXUSR | S_IXGRP | S_IXOTH)
963 (!(seen & S_IXGRP))) { in zfs_mode_compute()
964 seen |= S_IXGRP; in zfs_mode_compute()
966 mode |= S_IXGRP; in zfs_mode_compute()
1017 if (!(seen & S_IXGRP)) { in zfs_mode_compute()
1018 seen |= S_IXGRP; in zfs_mode_compute()
1020 mode |= S_IXGRP; in zfs_mode_compute()
1562 ((mode & (S_IXUSR | S_IXGRP | S_IXOTH)) == 0)) { in zfs_acl_inherit()
2319 if (zdp->z_mode & S_IXGRP) { in zfs_fastaccesschk_execute()
/titanic_50/usr/src/lib/libcmd/common/
H A Dcksum.c243 …mode & (S_IRGRP|S_IROTH)) || (st->st_mode & S_IXUSR) && !(st->st_mode & (S_IXGRP|S_IXOTH)))) ? fmt… in pr()
244 …|| (st->st_mode & S_IRGRP) && !(st->st_mode & S_IROTH) || (st->st_mode & S_IXGRP) && !(st->st_mode… in pr()
/titanic_50/usr/src/lib/libtecla/common/
H A Dpathutil.c429 (statbuf.st_mode & (S_IXOTH | S_IXGRP | S_IXUSR)) && in _pu_path_is_exe()
/titanic_50/usr/src/cmd/syseventd/modules/devfsadmd_mod/
H A Ddevfsadmd_mod.c103 ((getegid() == st.st_gid) && ((st.st_mode & S_IXGRP) == 0)) || in system1()
/titanic_50/usr/src/common/acl/
H A Dacl_common.c1588 if (!(mode & S_IXUSR) && (mode & (S_IXGRP|S_IXOTH))) in acl_trivial_access_masks()
1596 if (!(mode & S_IXGRP) && (mode & S_IXOTH)) in acl_trivial_access_masks()
1604 if ((mode & S_IXUSR) && (!(mode & S_IXGRP) && (mode & S_IXOTH))) in acl_trivial_access_masks()
1623 if (mode & S_IXGRP) in acl_trivial_access_masks()
/titanic_50/usr/src/cmd/news/
H A Dnews.c242 umask (((~(S_IRWXU|S_IRGRP|S_IXGRP|S_IROTH|S_IXOTH)) & S_IAMB)); in initialize()
/titanic_50/usr/src/cmd/ssh/include/
H A Ddefines.h109 #define S_IXGRP 0000010 /* execute/search permission, */ macro

123