HomeSort by relevance Sort by last modified time
    Searched refs:noexec (Results 1 - 13 of 13) sorted by null

  /onnv/onnv-gate/usr/src/lib/libshell/common/tests/
path.sh 149 print 'print cannot execute' > noexec
150 chmod 644 noexec
151 if [[ ! -x noexec ]]
152 then noexec > /dev/null 2>&1
options.sh 427 noglob trackall keyword noexec nounset verbose xtrace braceexpand \
  /onnv/onnv-gate/usr/src/cmd/csh/
sh.dol.c 73 if (noexec)
98 if (noexec)
686 if (quoted || noexec) {
sh.sem.c 42 if (noexec)
87 * If noexec then this is all we do.
93 if (noexec) {
98 if (noexec)
sh.h 119 bool noexec; /* Don't execute, just syntax check */ variable
sh.c 334 noexec++;
  /onnv/onnv-gate/usr/src/cmd/fmli/sys/
test.h 603 #define noexec 01 macro
  /onnv/onnv-gate/usr/src/cmd/sh/
xec.c 149 if (argn && (flags&noexec) == 0)
448 (flags&noexec) == 0)
service.c 68 if (*ion && (flags&noexec) == 0) {
233 if ((flags & noexec) == 0) {
args.c 74 noexec,
defs.h 352 #define noexec 01 macro
  /onnv/onnv-gate/usr/src/lib/libshell/common/sh/
path.c 755 int noexec=0; local
865 noexec = errno;
869 shp->path_err = (noexec?noexec:ENOENT);
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/os/
exec.c 1268 * noexec stub function.
1272 noexec( function
    [all...]

Completed in 360 milliseconds