/titanic_50/usr/src/lib/libast/common/string/ |
H A D | strperm.c | 113 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 D | fmtperm.c | 57 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 D | modedata.c | 65 S_IXGRP, X_IXGRP,
|
H A D | fmtls.c | 107 else if (st->st_mode & (S_IXUSR|S_IXGRP|S_IXOTH)) in fmtls()
|
/titanic_50/usr/src/cmd/ssh/libopenbsd-compat/common/ |
H A D | strmode.c | 116 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 D | eaccess.c | 76 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 D | mode.c | 163 #ifndef S_IXGRP in main() 166 if (S_IXGRP != X_IXGRP) idperm = 0; in main()
|
/titanic_50/usr/src/head/rpcsvc/ |
H A D | daemon_utils.h | 49 #define DAEMON_DIR_MODE (S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH)
|
/titanic_50/usr/src/cmd/find/ |
H A D | find.c | 1955 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 D | homedir.c | 135 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 D | safefile.c | 92 !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 D | objfs_odir.c | 72 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 D | stat.h | 98 #define S_IXGRP 0000010 /* execute/search permission, group */ macro
|
/titanic_50/usr/src/cmd/zoneadmd/ |
H A D | zoneadmd.h | 68 (S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH)
|
/titanic_50/usr/src/lib/libdevinfo/ |
H A D | devinfo_dli.c | 102 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 D | pathexists.c | 123 if (st.st_mode & (S_IXUSR|S_IXGRP|S_IXOTH)) in pathexists()
|
/titanic_50/usr/src/lib/libshell/common/sh/ |
H A D | shcomp.c | 116 chmod(cp,(statb.st_mode&~S_IFMT)|S_IXUSR|S_IXGRP|S_IXOTH); in main()
|
/titanic_50/usr/src/cmd/ls/ |
H A D | ls.c | 1347 (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 D | zfs_acl.c | 98 #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 D | cksum.c | 243 …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 D | pathutil.c | 429 (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 D | devfsadmd_mod.c | 103 ((getegid() == st.st_gid) && ((st.st_mode & S_IXGRP) == 0)) || in system1()
|
/titanic_50/usr/src/common/acl/ |
H A D | acl_common.c | 1588 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 D | news.c | 242 umask (((~(S_IRWXU|S_IRGRP|S_IXGRP|S_IROTH|S_IXOTH)) & S_IAMB)); in initialize()
|
/titanic_50/usr/src/cmd/ssh/include/ |
H A D | defines.h | 109 #define S_IXGRP 0000010 /* execute/search permission, */ macro
|