Home
last modified time | relevance | path

Searched refs:dev_null_fd (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/git/
H A Dpre-push.py42 dev_null_fd = None variable
78 global dev_null_fd
79 if dev_null_fd is None:
80 dev_null_fd = open(os.devnull, 'w')
81 return dev_null_fd
/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dserver.c3524 int dev_null_fd = -1; in do_cvs_command() local
3642 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()