Lines Matching refs:close
237 // Since we're just trying to close anything we can find,
238 // ignore any error return values of close().
239 close(fd);
270 // own use and will complain if we try to close them. All of
274 int ret = IGNORE_EINTR(close(fd));
541 close(pipe_fd[0]);
542 close(pipe_fd[1]);
592 // Close our writing end of pipe now. Otherwise later read would not
595 close(pipe_fd[1]);
611 close(pipe_fd[0]);