Searched refs:dev_null_fd (Results 1 – 1 of 1) sorted by relevance
3524 int dev_null_fd = -1; in do_cvs_command() local3642 dev_null_fd = CVS_OPEN (DEVNULL, O_RDONLY); in do_cvs_command()3643 if (dev_null_fd < 0) in do_cvs_command()3709 if (dup2 (dev_null_fd, STDIN_FILENO) < 0) in do_cvs_command()3715 close (dev_null_fd); in do_cvs_command()3870 if (close (dev_null_fd) < 0) in do_cvs_command()3876 dev_null_fd = -1; in do_cvs_command()4211 close (dev_null_fd); in do_cvs_command()