| /openbsd-src/gnu/usr.bin/cvs/src/ |
| H A D | rcscmds.c | 553 strcmp (file1, DEVNULL) != 0 && 554 strcmp (file2, DEVNULL) != 0) 564 file1 = DEVNULL; 566 file2 = DEVNULL; 601 strcmp (file1, DEVNULL) != 0 && 602 strcmp (file2, DEVNULL) != 0) 612 file1 = DEVNULL; 614 file2 = DEVNULL;
|
| H A D | diff.c | 625 make_file_label (DEVNULL, NULL, NULL); 635 make_file_label (DEVNULL, NULL, NULL); 661 status = diff_exec (DEVNULL, finfo->file, label1, label2, opts, RUN_TTY); 680 status = diff_exec (DEVNULL, tmp, label1, label2, opts, RUN_TTY); 699 status = diff_exec (tmp, DEVNULL, label1, label2, opts, RUN_TTY);
|
| H A D | cvs.h | 243 #define DEVNULL "NLA0:" macro 246 #ifndef DEVNULL 247 #define DEVNULL "/dev/null" macro
|
| H A D | patch.c | 669 file1 = xstrdup (DEVNULL);
|
| 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 | 8443 assert (strcmp(DEVNULL, path)); 8453 if (strcmp(DEVNULL, path))
|
| H A D | server.c | 2813 dev_null_fd = CVS_OPEN (DEVNULL, O_RDONLY);
|
| H A D | ChangeLog | 445 (make_file_label): If the file name is DEVNULL, date it the Epoch for 4733 * commit.c (checkaddfile): Replace `copy_file (DEVNULL, ...)' with
|
| H A D | ChangeLog-96 | 236 * server.c (do_cvs_command): Use DEVNULL not /dev/null.
|
| /openbsd-src/gnu/llvm/llvm/utils/ |
| H A D | revert_checker.py | 88 stderr=subprocess.DEVNULL, 208 stderr=subprocess.DEVNULL,
|
| H A D | collect_and_build_with_pgo.py | 182 stdin=subprocess.DEVNULL,
|
| /openbsd-src/regress/lib/libssl/tlsfuzzer/ |
| H A D | tlsfuzzer.py | 753 stderr=subprocess.DEVNULL, 771 stdout=subprocess.DEVNULL, 789 stderr=subprocess.DEVNULL,
|
| /openbsd-src/gnu/usr.bin/cvs/emx/ |
| H A D | config.h | 258 #define DEVNULL "nul" macro
|
| /openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/ |
| H A D | decorators.py | 386 DEVNULL = open(os.devnull, 'w') 387 … output = subprocess.check_output(["xcodebuild", "-showsdks"], stderr=DEVNULL).decode("utf-8") 921 DEVNULL = open(os.devnull, 'w') 922 … output = subprocess.check_output(["/usr/sbin/sysctl", feature], stderr=DEVNULL).decode("utf-8")
|
| /openbsd-src/gnu/usr.bin/cvs/windows-NT/ |
| H A D | config.h | 280 #define DEVNULL "nul" macro
|
| /openbsd-src/gnu/usr.bin/cvs/os2/ |
| H A D | config.h | 322 #define DEVNULL "nul" macro
|
| /openbsd-src/gnu/llvm/libcxx/utils/libcxx/test/ |
| H A D | features.py | 312 stderr=subprocess.DEVNULL, universal_newlines=True)
|
| /openbsd-src/gnu/llvm/llvm/cmake/modules/ |
| H A D | AddLLVM.cmake | 194 set(DEVNULL "NUL") variable 196 set(DEVNULL "/dev/null") variable 200 set(command ${CMAKE_C_COMPILER} -fuse-ld=${LLVM_USE_LINKER} ${version_flag} -o ${DEVNULL}) 203 set(command ${CMAKE_C_COMPILER} ${flags} ${version_flag} -o ${DEVNULL})
|