Home
last modified time | relevance | path

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

123

/illumos-gate/usr/src/contrib/ast/src/lib/libast/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()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/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;
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dmode.c148 #ifndef S_IXUSR in main()
151 if (S_IXUSR != X_IXUSR) idperm = 0; in main()
/illumos-gate/usr/src/cmd/find/
H A Dfind.c1964 S_IRUSR != 0400 || S_IWUSR != 0200 || S_IXUSR != 0100 || \ in readmode()
1975 S_IXUSR, S_IWUSR, S_IRUSR, in readmode()
2153 return (S_IXUSR|S_IXGRP|S_IXOTH); in isperm()
2162 return (S_IXUSR|S_IXGRP|S_IXOTH); in isperm()
2223 if (temp & (S_IXUSR|S_IXGRP|S_IXOTH)) in getmode()
2224 perm |= ((S_IXUSR|S_IXGRP|S_IXOTH) & pp->p_who); in getmode()
2233 if (temp & (S_IXUSR|S_IXGRP|S_IXOTH)) in getmode()
2234 perm |= ((S_IXUSR|S_IXGRP|S_IXOTH) & pp->p_who); in getmode()
2243 if (temp & (S_IXUSR|S_IXGRP|S_IXOTH)) in getmode()
2244 perm |= ((S_IXUSR|S_IXGRP|S_IXOTH) & pp->p_who); in getmode()
/illumos-gate/usr/src/boot/sys/sys/
H A Dstat.h204 #define S_IXUSR 0000100 /* X for owner */ macro
209 #define S_IEXEC S_IXUSR
/illumos-gate/usr/src/cmd/rpcsvc/
H A Drwall_subr.c89 if (rval == -1 || (wall.st_mode & S_IXUSR) == 0 || in wallproc_wall_1_svc()
/illumos-gate/usr/src/uts/common/fs/objfs/
H A Dobjfs_odir.c70 vap->va_mode = S_IRUSR | S_IXUSR | S_IRGRP | S_IXGRP | in objfs_odir_getattr()
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dmkdir.c114 dmode |= S_IWUSR | S_IXUSR; in b_mkdir()
/illumos-gate/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))
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/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()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/path/
H A Dpathexists.c123 if (st.st_mode & (S_IXUSR|S_IXGRP|S_IXOTH)) in pathexists()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_acl.c99 #define ALL_MODE_EXECS (S_IXUSR | S_IXGRP | S_IXOTH)
952 (!(seen & S_IXUSR))) { in zfs_mode_compute()
953 seen |= S_IXUSR; in zfs_mode_compute()
955 mode |= S_IXUSR; in zfs_mode_compute()
1023 if (!(seen & S_IXUSR)) { in zfs_mode_compute()
1024 seen |= S_IXUSR; in zfs_mode_compute()
1026 mode |= S_IXUSR; in zfs_mode_compute()
1581 !isdir && ((mode & (S_IXUSR|S_IXGRP|S_IXOTH)) == 0)) { in zfs_acl_inherit()
2394 if (zdp->z_mode & S_IXUSR) { in zfs_fastaccesschk_execute()
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dns_files.c102 if (!isrestricted && (stbuf.st_mode & S_IXUSR)) { in getmapent_files()
239 if (stbuf.st_mode & S_IXUSR) { in getmapkeys_files()
/illumos-gate/usr/src/cmd/mkdir/
H A Dmkdir.c128 modediff = cur_umask & (S_IXUSR | S_IWUSR); in main()
/illumos-gate/usr/src/cmd/gcore/
H A Dgcore.c269 mode_t oldmode = umask(S_IXUSR | S_IRWXG | S_IRWXO); in main()
/illumos-gate/usr/src/lib/libtecla/common/
H A Dpathutil.c427 (statbuf.st_mode & (S_IXOTH | S_IXGRP | S_IXUSR)) && in _pu_path_is_exe()
/illumos-gate/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()
/illumos-gate/usr/src/lib/lib9p/common/
H A Dutils.c439 switch (mode & (S_ISUID|S_IXUSR)) { in strmode()
440 case S_ISUID|S_IXUSR: in strmode()
446 case S_IXUSR: in strmode()
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dconf.h1857 # define S_IEXEC S_IXUSR
2858 # ifndef S_IXUSR
2859 # define S_IXUSR (S_IEXEC) macro
/illumos-gate/usr/src/uts/common/sys/
H A Dstat.h433 #define S_IXUSR 00100 /* execute permission: owner */ macro
/illumos-gate/usr/src/cmd/fstyp/
H A Dfstyp.c459 ((st.st_mode & S_IXUSR) == 0)) { in run_legacy_cmds()

123