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

/illumos-gate/usr/src/lib/libshell/common/include/
H A Dio.h91 extern const char e_create[];
/illumos-gate/usr/src/lib/libshell/common/data/
H A Dmsg.c62 const char e_create[] = "%s: cannot create"; variable
/illumos-gate/usr/src/lib/libshell/common/bltins/
H A Dhist.c192 errormsg(SH_DICT,ERROR_exit(1),e_create,"");
194 errormsg(SH_DICT,ERROR_system(1),e_create,fname);
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dargs.c365 errormsg(SH_DICT,ERROR_system(3),e_create,ap->kiafile);
H A Dio.c1177 errormsg(SH_DICT,ERROR_system(1),((o_mode&O_CREAT)?e_create:e_open),fname);

Completed in 258 milliseconds