Home
last modified time | relevance | path

Searched refs:noexec (Results 1 – 12 of 12) sorted by relevance

/titanic_44/usr/src/lib/libshell/common/tests/
H A Dpath.sh149 print 'print cannot execute' > noexec
150 chmod 644 noexec
151 if [[ ! -x noexec ]]
152 then noexec > /dev/null 2>&1
H A Doptions.sh427 noglob trackall keyword noexec nounset verbose xtrace braceexpand \
/titanic_44/usr/src/cmd/csh/
H A Dsh.sem.c42 if (noexec) in AnyBquote()
93 if (noexec) {
98 if (noexec)
H A Dsh.dol.c73 if (noexec) in Dfix()
98 if (noexec) in Dfix1()
686 if (quoted || noexec) { in heredoc()
H A Dsh.h119 bool noexec; /* Don't execute, just syntax check */ variable
H A Dsh.c304 noexec++; in main()
/titanic_44/usr/src/cmd/sh/
H A Dxec.c149 if (argn && (flags&noexec) == 0)
448 (flags&noexec) == 0)
H A Dservice.c64 if (*ion && (flags&noexec) == 0) { in initio()
230 if ((flags & noexec) == 0) { in execa()
H A Dargs.c74 noexec,
H A Ddefs.h352 #define noexec 01 macro
/titanic_44/usr/src/lib/libshell/common/sh/
H A Dpath.c756 int noexec=0; in path_absolute() local
866 noexec = errno; in path_absolute()
870 shp->path_err = (noexec?noexec:ENOENT); in path_absolute()
/titanic_44/usr/src/uts/common/os/
H A Dexec.c1407 noexec( in noexec() function