/titanic_44/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() 190 perm |= who & (S_IXUSR|S_IXGRP); in strperm() 196 perm |= who & S_IXUSR; in strperm() 206 if ((typ |= perm) & (S_IXUSR|S_IXGRP|S_IXOTH)) in strperm() 209 perm |= who & S_IXUSR; in strperm()
|
H A D | modedata.c | 62 S_IXUSR, X_IXUSR,
|
H A D | fmtperm.c | 55 if (perm & S_IXUSR) in fmtperm()
|
H A D | fmtls.c | 107 else if (st->st_mode & (S_IXUSR|S_IXGRP|S_IXOTH)) in fmtls()
|
/titanic_44/usr/src/cmd/ssh/libopenbsd-compat/common/ |
H A D | strmode.c | 93 switch (mode & (S_IXUSR | S_ISUID)) { in strmode() 97 case S_IXUSR: in strmode() 103 case S_IXUSR | S_ISUID: in strmode()
|
/titanic_44/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))) 87 mode |= S_IXUSR;
|
/titanic_44/usr/src/lib/libast/common/features/ |
H A D | mode.c | 148 #ifndef S_IXUSR in main() 151 if (S_IXUSR != X_IXUSR) idperm = 0; in main()
|
/titanic_44/usr/src/cmd/find/ |
H A D | find.c | 1954 S_IRUSR != 0400 || S_IWUSR != 0200 || S_IXUSR != 0100 || \ 1965 S_IXUSR, S_IWUSR, S_IRUSR, 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_44/usr/src/cmd/rpcsvc/ |
H A D | rwall_subr.c | 91 if (rval == -1 || (wall.st_mode & S_IXUSR) == 0 || in wallproc_wall_1_svc()
|
/titanic_44/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_44/usr/src/lib/libbc/inc/include/sys/ |
H A D | stat.h | 94 #define S_IXUSR 0000100 /* execute/search permission, owner */ macro
|
/titanic_44/usr/src/cmd/ssh/include/ |
H A D | defines.h | 107 #ifndef S_IXUSR 108 #define S_IXUSR 0000100 /* execute/search permission, */ macro
|
/titanic_44/usr/src/lib/libcmd/common/ |
H A D | mkdir.c | 115 dmode |= S_IWUSR | S_IXUSR; in b_mkdir()
|
/titanic_44/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()
|
H A D | suid_exec.c | 303 mode = (S_IXUSR|S_IXGRP|S_IXOTH); in eaccess()
|
/titanic_44/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_44/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)) 636 bitset(S_IXUSR, stbuf.st_mode))
|
/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | zfs_acl.c | 98 #define ALL_MODE_EXECS (S_IXUSR | S_IXGRP | S_IXOTH) 940 (!(seen & S_IXUSR))) { in zfs_mode_compute() 941 seen |= S_IXUSR; in zfs_mode_compute() 943 mode |= S_IXUSR; in zfs_mode_compute() 1011 if (!(seen & S_IXUSR)) { in zfs_mode_compute() 1012 seen |= S_IXUSR; in zfs_mode_compute() 1014 mode |= S_IXUSR; in zfs_mode_compute() 1562 ((mode & (S_IXUSR | S_IXGRP | S_IXOTH)) == 0)) { in zfs_acl_inherit() 2309 if (zdp->z_mode & S_IXUSR) { in zfs_fastaccesschk_execute()
|
/titanic_44/usr/src/tools/pmodes/ |
H A D | pmodes.c | 610 (line.mode & (S_IWUSR|S_IXUSR)) == (S_IWUSR|S_IXUSR)) in update_map()
|
/titanic_44/usr/src/cmd/mkdir/ |
H A D | mkdir.c | 130 modediff = cur_umask & (S_IXUSR | S_IWUSR); in main()
|
/titanic_44/usr/src/cmd/fs.d/autofs/ |
H A D | ns_files.c | 110 if (!isrestricted && (stbuf.st_mode & S_IXUSR)) { 254 if (stbuf.st_mode & S_IXUSR) {
|
/titanic_44/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_44/usr/src/cmd/gcore/ |
H A D | gcore.c | 269 mode_t oldmode = umask(S_IXUSR | S_IRWXG | S_IRWXO); in main()
|
/titanic_44/usr/src/cmd/syseventd/modules/devfsadmd_mod/ |
H A D | devfsadmd_mod.c | 102 if (((geteuid() == st.st_uid) && ((st.st_mode & S_IXUSR) == 0)) || in system1()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | stat.h | 433 #define S_IXUSR 00100 /* execute permission: owner */ macro
|