Home
last modified time | relevance | path

Searched refs:S_IXUSR (Results 1 – 25 of 65) sorted by relevance

123

/titanic_44/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()
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 Dmodedata.c62 S_IXUSR, X_IXUSR,
H A Dfmtperm.c55 if (perm & S_IXUSR) in fmtperm()
H A Dfmtls.c107 else if (st->st_mode & (S_IXUSR|S_IXGRP|S_IXOTH)) in fmtls()
/titanic_44/usr/src/cmd/ssh/libopenbsd-compat/common/
H A Dstrmode.c93 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 Deaccess.c76 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 Dmode.c148 #ifndef S_IXUSR in main()
151 if (S_IXUSR != X_IXUSR) idperm = 0; in main()
/titanic_44/usr/src/cmd/find/
H A Dfind.c1954 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 Drwall_subr.c91 if (rval == -1 || (wall.st_mode & S_IXUSR) == 0 || in wallproc_wall_1_svc()
/titanic_44/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_44/usr/src/lib/libbc/inc/include/sys/
H A Dstat.h94 #define S_IXUSR 0000100 /* execute/search permission, owner */ macro
/titanic_44/usr/src/cmd/ssh/include/
H A Ddefines.h107 #ifndef S_IXUSR
108 #define S_IXUSR 0000100 /* execute/search permission, */ macro
/titanic_44/usr/src/lib/libcmd/common/
H A Dmkdir.c115 dmode |= S_IWUSR | S_IXUSR; in b_mkdir()
/titanic_44/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()
H A Dsuid_exec.c303 mode = (S_IXUSR|S_IXGRP|S_IXOTH); in eaccess()
/titanic_44/usr/src/lib/libast/common/path/
H A Dpathexists.c123 if (st.st_mode & (S_IXUSR|S_IXGRP|S_IXOTH)) in pathexists()
/titanic_44/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))
636 bitset(S_IXUSR, stbuf.st_mode))
/titanic_44/usr/src/uts/common/fs/zfs/
H A Dzfs_acl.c98 #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 Dpmodes.c610 (line.mode & (S_IWUSR|S_IXUSR)) == (S_IWUSR|S_IXUSR)) in update_map()
/titanic_44/usr/src/cmd/mkdir/
H A Dmkdir.c130 modediff = cur_umask & (S_IXUSR | S_IWUSR); in main()
/titanic_44/usr/src/cmd/fs.d/autofs/
H A Dns_files.c110 if (!isrestricted && (stbuf.st_mode & S_IXUSR)) {
254 if (stbuf.st_mode & S_IXUSR) {
/titanic_44/usr/src/lib/libtecla/common/
H A Dpathutil.c429 (statbuf.st_mode & (S_IXOTH | S_IXGRP | S_IXUSR)) && in _pu_path_is_exe()
/titanic_44/usr/src/cmd/gcore/
H A Dgcore.c269 mode_t oldmode = umask(S_IXUSR | S_IRWXG | S_IRWXO); in main()
/titanic_44/usr/src/cmd/syseventd/modules/devfsadmd_mod/
H A Ddevfsadmd_mod.c102 if (((geteuid() == st.st_uid) && ((st.st_mode & S_IXUSR) == 0)) || in system1()
/titanic_44/usr/src/uts/common/sys/
H A Dstat.h433 #define S_IXUSR 00100 /* execute permission: owner */ macro

123