Searched refs:dev_null_fd (Results 1 – 1 of 1) sorted by relevance
3512 int dev_null_fd = -1; in do_cvs_command() local3630 dev_null_fd = CVS_OPEN (DEVNULL, O_RDONLY); in do_cvs_command()3631 if (dev_null_fd < 0) in do_cvs_command()3697 if (dup2 (dev_null_fd, STDIN_FILENO) < 0) in do_cvs_command()3703 close (dev_null_fd); in do_cvs_command()3858 if (close (dev_null_fd) < 0) in do_cvs_command()3864 dev_null_fd = -1; in do_cvs_command()4199 close (dev_null_fd); in do_cvs_command()