Home | History | Annotate | Download | only in dropbear

Lines Matching refs:close

192 	close(reserved[0]);
193 close(reserved[1]);
214 close(pin[1]);
215 close(pout[0]);
218 close(pin[0]);
219 close(pout[1]);
255 /* Parent. Close the other side, and return the local side. */
256 close(pin[0]);
258 close(pout[1]);
439 (void) close(remin);
441 (void) close(remout);
586 (void) close(remin);
662 (void) close(fd);
700 if (close(fd) < 0 && !haderr)
997 (void) close(ofd);
1079 if (close(ofd) == -1) {