Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/cvs/src/
H A Drcscmds.c553 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 Ddiff.c625 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 Dcvs.h243 #define DEVNULL "NLA0:" macro
246 #ifndef DEVNULL
247 #define DEVNULL "/dev/null" macro
H A Dpatch.c669 file1 = xstrdup (DEVNULL);
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.c8443 assert (strcmp(DEVNULL, path));
8453 if (strcmp(DEVNULL, path))
H A Dserver.c2813 dev_null_fd = CVS_OPEN (DEVNULL, O_RDONLY);
H A DChangeLog445 (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 DChangeLog-96236 * server.c (do_cvs_command): Use DEVNULL not /dev/null.
/openbsd-src/gnu/llvm/llvm/utils/
H A Drevert_checker.py88 stderr=subprocess.DEVNULL,
208 stderr=subprocess.DEVNULL,
H A Dcollect_and_build_with_pgo.py182 stdin=subprocess.DEVNULL,
/openbsd-src/regress/lib/libssl/tlsfuzzer/
H A Dtlsfuzzer.py753 stderr=subprocess.DEVNULL,
771 stdout=subprocess.DEVNULL,
789 stderr=subprocess.DEVNULL,
/openbsd-src/gnu/usr.bin/cvs/emx/
H A Dconfig.h258 #define DEVNULL "nul" macro
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Ddecorators.py386 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 Dconfig.h280 #define DEVNULL "nul" macro
/openbsd-src/gnu/usr.bin/cvs/os2/
H A Dconfig.h322 #define DEVNULL "nul" macro
/openbsd-src/gnu/llvm/libcxx/utils/libcxx/test/
H A Dfeatures.py312 stderr=subprocess.DEVNULL, universal_newlines=True)
/openbsd-src/gnu/llvm/llvm/cmake/modules/
H A DAddLLVM.cmake194 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})