Lines Matching refs:close
1013 close(fd);
1014 close(2);
1015 close(1);
1016 close(0);
1046 /* close all file descriptors hiding in savefd */
1051 close(ep->savefd[fd]);
1107 * 4 = cannot make fd close-on-exec
1158 close(rv);
1167 close(fd);
1381 close(shl_dbg_fd);
1412 * set close-on-exec flag. See FDBASE in sh.h, maybe 24 not 10 here.
1435 close(fd);
1439 close(ofd);
1452 close(lpv[0]);
1455 close(lpv[1]);
1461 close(pv[0]);
1462 close(pv[1]);
1515 /* Called by c_read() when eof is read - close fd if it is the co-process fd */
1521 close(coproc.read);
1527 * Called by c_read() and by iosetup() to close the other side of the
1534 close(coproc.readw);
1547 close(coproc.write);
1569 * called to close file descriptors related to the coprocess (if any)
1578 close(coproc.read);
1582 close(coproc.readw);
1587 close(coproc.write);
1649 /* map us high and mark as close-on-exec */
1651 close(i);