Home | History | Annotate | Download | only in openssh

Lines Matching full:pipe

459 	if (pipe(pin) < 0) {
460 error("%s: pipe in: %.100s", __func__, strerror(errno));
463 if (pipe(pout) < 0) {
464 error("%s: pipe out: %.100s", __func__, strerror(errno));
469 if (pipe(perr) < 0) {
470 error("%s: pipe err: %.100s", __func__,
2279 * now that have a child and a pipe to the child,
2344 SSH_SIG(PIPE);
2455 * be some more data waiting in the pipe.