Home
last modified time | relevance | path

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

123

/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/cmd-inet/usr.bin/pppd/
H A Dmain.c2037 || (sbuf.st_mode & (S_IXUSR|S_IXGRP|S_IXOTH)) == 0) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dinetd.c2683 } else if ((sbuf.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH)) == 0) { in passes_basic_exec_checks()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.c9415 (void) umask(S_IXUSR | S_IWGRP | S_IXGRP | S_IWOTH | S_IXOTH); in commitconf()
/illumos-gate/usr/src/cmd/dfs.cmds/sharemgr/
H A Dcommands.c5257 st.st_mode & (S_IXUSR|S_IXGRP|S_IXOTH)) in check_legacy_cmd()
/illumos-gate/usr/src/cmd/file/
H A Dfile.c875 if (mbuf.st_mode&(S_IXUSR|S_IXGRP|S_IXOTH)) in def_context_tests()
/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/cmd/fm/modules/common/eversholt/
H A Dplatform.c1337 if (buf.st_uid == geteuid() && buf.st_mode & S_IXUSR) in platform_call()
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c4152 S_IRUSR | S_IWUSR | S_IXUSR | S_IXGRP | S_IXOTH) == -1) { in create_homedir()
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/fs.d/smbclnt/mount/
H A Dmount.c339 mdata.dir_mode |= S_IXUSR; in main()
/illumos-gate/usr/src/cmd/fstyp/
H A Dfstyp.c459 ((st.st_mode & S_IXUSR) == 0)) { in run_legacy_cmds()
/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/cmd/ls/
H A Dls.c1367 (p->lflags & (S_IXUSR|S_IXGRP|S_IXOTH))) in pentry()
1473 static int m2[] = { 3, S_ISUID|S_IXUSR, 's', S_IXUSR, in pmode()
1964 (S_IXUSR|S_IXGRP| S_IXOTH)) in gstat()
2806 return (!S_ISLNK(mode) && (mode & (S_IXUSR|S_IXGRP|S_IXOTH))); in color_match()
/illumos-gate/usr/src/cmd/mkdir/
H A Dmkdir.c128 modediff = cur_umask & (S_IXUSR | S_IWUSR); in main()
/illumos-gate/usr/src/cmd/power/
H A Dpowerd.c557 } else if (!(stat_buf.st_mode & S_IXUSR)) { in work_handler()
H A Dsys-suspend.c460 (stat_buf.st_mode & S_IXUSR)) { in refresh_dt()
/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/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/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/cmd/sendmail/src/
H A Ddeliver.c5518 else if (bitset(S_IXUSR|S_IXGRP|S_IXOTH, mode) ||
/illumos-gate/usr/src/cmd/sgs/ar/common/
H A Dcmd.c453 int m3[] = {2, S_ISUID, 's', S_IXUSR, 'x', '-'}; in tcmd()
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.msg1132 @ MSG_S_IXUSR "S_IXUSR"
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dpkgdbmerg.c700 (ent->ainfo.mode & (S_IEXEC|S_IXUSR|S_IXOTH))); in is_setgid()
/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()

123