Home
last modified time | relevance | path

Searched refs:e_exec (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dargnod.h141 extern const char e_exec[];
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/data/
H A Dmsg.c78 const char e_exec[] = "%s: cannot execute"; variable
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dpath.c1046 errormsg(SH_DICT,ERROR_system(ERROR_NOEXEC),e_exec,arg0); in path_exec()
1254 errormsg(SH_DICT,ERROR_system(ERROR_NOEXEC),e_exec,path); in path_spawn()
1328 errormsg(SH_DICT,ERROR_system(ERROR_NOEXEC),e_exec,path); in exscript()
1336 errormsg(SH_DICT,ERROR_system(ERROR_NOEXEC),e_exec,path); in exscript()
H A Dxec.c3752 errormsg(SH_DICT,ERROR_system(ERROR_NOEXEC),e_exec,arglist[0]); in run_subshell()
4036 errormsg(SH_DICT,ERROR_system(ERROR_NOEXEC),e_exec+4); in sh_ntfork()
H A Dlex.c411 errormsg(SH_DICT,ERROR_system(ERROR_NOEXEC),e_exec,cp); in sh_lex()