Home | History | Annotate | Download | only in openssh

Lines Matching refs:close

253 	close(reserved[0]);
254 close(reserved[1]);
264 close(pin[1]);
265 close(pout[0]);
268 close(pin[0]);
269 close(pout[1]);
286 /* Parent. Close the other side, and return the local side. */
287 close(pin[0]);
289 close(pout[1]);
528 (void) close(remin);
530 (void) close(remout);
613 (void) close(remin);
614 (void) close(remout);
716 (void) close(remin);
802 (void) close(fd);
832 if (close(fd) < 0 && !haderr)
1074 (void) close(ofd);
1151 if (close(ofd) == -1) {