Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libshell/common/include/
H A Dargnod.h141 extern const char e_exec[];
/titanic_50/usr/src/lib/libshell/common/data/
H A Dmsg.c76 const char e_exec[] = "%s: cannot execute"; variable
/titanic_50/usr/src/lib/libshell/common/sh/
H A Dpath.c1008 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 Dxec.c2957 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 Dlex.c391 errormsg(SH_DICT,ERROR_system(ERROR_NOEXEC),e_exec,cp); in sh_lex()