Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libshell/common/include/
H A Dio.h98 extern const char e_open[];
/titanic_50/usr/src/lib/libshell/common/data/
H A Dmsg.c70 const char e_open[] = "%s: cannot open"; variable
/titanic_50/usr/src/lib/libshell/common/sh/
H A Dmain.c289 errormsg(SH_DICT,ERROR_system(1),e_open,name); in sh_main()
341 errormsg(SH_DICT,ERROR_system(ERROR_NOEXEC),e_open,name); in sh_main()
H A Dio.c781 errormsg(SH_DICT,ERROR_system(1),e_open,name); in sh_chkopen()
965 const char *message = e_open; in sh_redirect()
1177 errormsg(SH_DICT,ERROR_system(1),((o_mode&O_CREAT)?e_create:e_open),fname); in sh_redirect()
2410 errormsg(SH_DICT,ERROR_system(1),e_open,cp); in sh_pathopen()
/titanic_50/usr/src/lib/libshell/common/bltins/
H A Dmisc.c258 errormsg(SH_DICT,ERROR_system(1),e_open,script); in b_dot_cmd()