Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dhist.c193 errormsg(SH_DICT,ERROR_exit(1),e_create,""); in b_hist()
195 errormsg(SH_DICT,ERROR_system(1),e_create,fname); in b_hist()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dio.h105 extern const char e_create[];
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/data/
H A Dmsg.c64 const char e_create[] = "%s: cannot create"; variable
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dargs.c374 errormsg(SH_DICT,ERROR_system(3),e_create,ap->kiafile); in sh_argopts()
H A Dio.c1396 errormsg(SH_DICT,ERROR_system(1),((o_mode&O_CREAT)?e_create:e_open),fname); in sh_redirect()