Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libast/common/include/
H A Derror.h66 #define ERROR_NOENT EXIT_NOTFOUND /* shell convention */ macro
/titanic_44/usr/src/lib/libast/amd64/include/ast/
H A Derror.h75 #define ERROR_NOENT EXIT_NOTFOUND /* shell convention */ macro
/titanic_44/usr/src/lib/libast/i386/include/ast/
H A Derror.h75 #define ERROR_NOENT EXIT_NOTFOUND /* shell convention */ macro
/titanic_44/usr/src/lib/libast/sparcv9/include/ast/
H A Derror.h75 #define ERROR_NOENT EXIT_NOTFOUND /* shell convention */ macro
/titanic_44/usr/src/lib/libast/sparc/include/ast/
H A Derror.h75 #define ERROR_NOENT EXIT_NOTFOUND /* shell convention */ macro
/titanic_44/usr/src/lib/libshell/common/sh/
H A Djobs.c1320 sh.exitval = ERROR_NOENT; in job_wait()
1327 sh.exitval = ERROR_NOENT; in job_wait()
H A Dpath.c1006 errormsg(SH_DICT,ERROR_exit(ERROR_NOENT),e_found,arg0); in path_exec()
H A Dxec.c1114 shp->exitval = ERROR_NOENT; in sh_exec()
3225 errormsg(SH_DICT,ERROR_system(ERROR_NOENT),e_found+4); in sh_ntfork()