Searched refs:DEVNULL (Results 1 – 15 of 15) sorted by relevance
/netbsd/external/gpl2/xcvs/dist/src/ |
H A D | rcscmds.c | 533 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 D | diff.c | 730 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 D | log-buffer.c | 379 fd = open (DEVNULL, O_RDONLY); in log_buffer_rewind()
|
H A D | patch.c | 716 file1 = xstrdup (DEVNULL); in patch_fileproc()
|
H A D | server.c | 1984 proxy_log ? DEVNULL : in serve_modified() 3642 dev_null_fd = CVS_OPEN (DEVNULL, O_RDONLY); in do_cvs_command()
|
H A D | ChangeLog-9395 | 724 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 D | rcs.c | 8701 assert (strcmp(DEVNULL, path)); in make_file_label() 8711 if (strcmp(DEVNULL, path)) in make_file_label()
|
H A D | ChangeLog | 2156 * 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 D | ChangeLog-96 | 236 * server.c (do_cvs_command): Use DEVNULL not /dev/null.
|
/netbsd/external/gpl2/xcvs/dist/lib/ |
H A D | system.h | 86 #ifndef DEVNULL 87 # define DEVNULL "/dev/null" macro
|
H A D | ChangeLog | 744 * system.h: Define DEVNULL here when necessary. Don't include
|
/netbsd/external/mpl/bind/dist/bin/tests/system/ |
H A D | get_algorithms.py | 118 stdout=subprocess.DEVNULL,
|
/netbsd/external/apache2/llvm/dist/llvm/utils/ |
H A D | collect_and_build_with_pgo.py | 182 stdin=subprocess.DEVNULL,
|
/netbsd/external/gpl3/gcc/dist/gcc/ |
H A D | Makefile.in | 2002 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 D | Makefile.in | 2002 DEVNULL=$(if $(findstring mingw,$(build)),nul,/dev/null) 2003 SELFTEST_FLAGS = -nostdinc $(DEVNULL) -S -o $(DEVNULL) \
|