Searched refs:e_pipe (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/ |
H A D | io.h | 119 extern const char e_pipe[];
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/data/ |
H A D | msg.c | 70 const char e_pipe[] = "cannot create pipe"; variable
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | io.c | 900 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 D | xec.c | 839 errormsg(SH_DICT,ERROR_system(1),e_pipe); in sh_coexec()
|