Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dio.h106 extern const char e_tmpcreate[];
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/data/
H A Dmsg.c65 const char e_tmpcreate[] = "cannot create temporary file"; variable
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dargs.c376 errormsg(SH_DICT,ERROR_system(3),e_tmpcreate); in sh_argopts()
H A Dsubshell.c614 errormsg(SH_DICT,ERROR_system(1),e_tmpcreate); in sh_subshell()
H A Dio.c1588 errormsg(SH_DICT,ERROR_system(1),e_tmpcreate); in io_heredoc()