Searched refs:e_exec (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/lib/libshell/common/include/ |
H A D | argnod.h | 141 extern const char e_exec[];
|
/titanic_50/usr/src/lib/libshell/common/data/ |
H A D | msg.c | 76 const char e_exec[] = "%s: cannot execute"; variable
|
/titanic_50/usr/src/lib/libshell/common/sh/ |
H A D | path.c | 1008 errormsg(SH_DICT,ERROR_system(ERROR_NOEXEC),e_exec,arg0); in path_exec() 1215 errormsg(SH_DICT,ERROR_system(ERROR_NOEXEC),e_exec,path); in path_spawn() 1287 errormsg(SH_DICT,ERROR_system(ERROR_NOEXEC),e_exec,path); in exscript() 1295 errormsg(SH_DICT,ERROR_system(ERROR_NOEXEC),e_exec,path); in exscript()
|
H A D | xec.c | 2957 errormsg(SH_DICT,ERROR_system(ERROR_NOEXEC),e_exec,arglist[0]); in run_subshell() 3227 errormsg(SH_DICT,ERROR_system(ERROR_NOEXEC),e_exec+4); in sh_ntfork()
|
H A D | lex.c | 391 errormsg(SH_DICT,ERROR_system(ERROR_NOEXEC),e_exec,cp); in sh_lex()
|