Home
last modified time | relevance | path

Searched refs:DEVNULL (Results 1 – 15 of 15) sorted by relevance

/netbsd/external/gpl2/xcvs/dist/src/
H A Drcscmds.c533 strcmp (file1, DEVNULL) != 0 && in diff_exec()
534 strcmp (file2, DEVNULL) != 0) in diff_exec()
544 file1 = DEVNULL; in diff_exec()
546 file2 = DEVNULL; in diff_exec()
H A Ddiff.c730 label2 = make_file_label (DEVNULL, NULL, NULL); in diff_fileproc()
737 label1 = make_file_label (DEVNULL, NULL, NULL); in diff_fileproc()
764 status = diff_exec (DEVNULL, finfo->file, label1, label2, in diff_fileproc()
777 status = diff_exec (DEVNULL, tmp, label1, label2, in diff_fileproc()
792 status = diff_exec (tmp, DEVNULL, label1, label2, in diff_fileproc()
H A Dlog-buffer.c379 fd = open (DEVNULL, O_RDONLY); in log_buffer_rewind()
H A Dpatch.c716 file1 = xstrdup (DEVNULL); in patch_fileproc()
H A Dserver.c1984 proxy_log ? DEVNULL : in serve_modified()
3642 dev_null_fd = CVS_OPEN (DEVNULL, O_RDONLY); in do_cvs_command()
H A DChangeLog-9395724 rcscmds.c (RCS_merge): Direct stdout to DEVNULL rather than
1603 * cvs.h (DEVNULL): #define this iff it isn't already #defined.
1675 parameter for whether to direct stderr to DEVNULL.
1677 argument. 1 if stderr had been directed to DEVNULL before
H A Drcs.c8701 assert (strcmp(DEVNULL, path)); in make_file_label()
8711 if (strcmp(DEVNULL, path)) in make_file_label()
H A DChangeLog2156 * cvs.h (DEVNULL): This is system dependant. Move it to lib/system.h.
9400 (make_file_label): If the file name is DEVNULL, date it the Epoch for
13688 * commit.c (checkaddfile): Replace `copy_file (DEVNULL, ...)' with
H A DChangeLog-96236 * server.c (do_cvs_command): Use DEVNULL not /dev/null.
/netbsd/external/gpl2/xcvs/dist/lib/
H A Dsystem.h86 #ifndef DEVNULL
87 # define DEVNULL "/dev/null" macro
H A DChangeLog744 * system.h: Define DEVNULL here when necessary. Don't include
/netbsd/external/mpl/bind/dist/bin/tests/system/
H A Dget_algorithms.py118 stdout=subprocess.DEVNULL,
/netbsd/external/apache2/llvm/dist/llvm/utils/
H A Dcollect_and_build_with_pgo.py182 stdin=subprocess.DEVNULL,
/netbsd/external/gpl3/gcc/dist/gcc/
H A DMakefile.in2002 DEVNULL=$(if $(findstring mingw,$(build)),nul,/dev/null)
2003 SELFTEST_FLAGS = -nostdinc $(DEVNULL) -S -o $(DEVNULL) \
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A DMakefile.in2002 DEVNULL=$(if $(findstring mingw,$(build)),nul,/dev/null)
2003 SELFTEST_FLAGS = -nostdinc $(DEVNULL) -S -o $(DEVNULL) \