Home
last modified time | relevance | path

Searched refs:ERROR_NOENT (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Derror.h66 #define ERROR_NOENT EXIT_NOTFOUND /* shell convention */ macro
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Djobs.c325 shp->exitval = fun?1:ERROR_NOENT; in job_cowalk()
1573 shp->exitval = ERROR_NOENT; in job_wait()
1580 shp->exitval = ERROR_NOENT; in job_wait()
H A Dpath.c1044 errormsg(SH_DICT,ERROR_exit(ERROR_NOENT),e_found,arg0); in path_exec()
H A Dxec.c1525 shp->exitval = ERROR_NOENT; in sh_exec()
4033 errormsg(SH_DICT,ERROR_system(ERROR_NOENT),e_found+4); in sh_ntfork()