Home
last modified time | relevance | path

Searched refs:e_pipe (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dio.h119 extern const char e_pipe[];
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/data/
H A Dmsg.c70 const char e_pipe[] = "cannot create pipe"; variable
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dio.c900 errormsg(SH_DICT,ERROR_system(1),e_pipe); in sh_pipe()
923 errormsg(SH_DICT,ERROR_system(1),e_pipe); in sh_rpipe()
941 errormsg(SH_DICT,ERROR_system(1),e_pipe); in sh_coaccept()
966 errormsg(SH_DICT,ERROR_system(1),e_pipe); in sh_copipe()
978 errormsg(SH_DICT,ERROR_system(1),e_pipe); in sh_copipe()
H A Dxec.c839 errormsg(SH_DICT,ERROR_system(1),e_pipe); in sh_coexec()