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

/ast/src/cmd/ksh93/include/
H A Dio.h95 extern const char e_create[];
/ast/src/cmd/ksh93/data/
H A Dmsg.c64 const char e_create[] = "%s: cannot create"; variable
/ast/src/cmd/ksh93/bltins/
H A Dhist.c192 errormsg(SH_DICT,ERROR_exit(1),e_create,"");
194 errormsg(SH_DICT,ERROR_system(1),e_create,fname);
/ast/src/cmd/ie/
H A Dio.h310 extern const char e_create[];
H A Deditlib.c50 #define e_create "cannot create" macro
H A Dhistory.c65 # define e_create "cannot create" macro
1180 sh_fail("tmp-file",e_create);
/ast/src/cmd/ksh93/sh/
H A Dargs.c365 errormsg(SH_DICT,ERROR_system(3),e_create,ap->kiafile);
H A Dio.c1374 errormsg(SH_DICT,ERROR_system(1),((o_mode&O_CREAT)?e_create:e_open),fname);

Completed in 39 milliseconds