Lines Matching refs:close
231 // Since we're just trying to close anything we can find,
232 // ignore any error return values of close().
233 ignore_result(HANDLE_EINTR(close(fd)));
263 // own use and will complain if we try to close them. All of
267 int ret = HANDLE_EINTR(close(fd));
638 close(pipe_fd[0]);
639 close(pipe_fd[1]);
688 // Close our writing end of pipe now. Otherwise later read would not
691 close(pipe_fd[1]);
707 close(pipe_fd[0]);