HomeSort by: relevance | last modified time | path
    Searched refs:DEVNULL (Results 1 - 13 of 13) sorted by relevancy

  /src/external/bsd/zstd/dist/build/meson/tests/
valgrindTest.py 20 subprocess.check_call([*VALGRIND_ARGS, datagen, '-g50M'], stdout=subprocess.DEVNULL)
23 stdout=subprocess.DEVNULL) == 0:
29 stdout=subprocess.DEVNULL) as p2:
38 stdout=subprocess.DEVNULL) as p2:
54 stdout=subprocess.DEVNULL)
59 stdout=subprocess.DEVNULL) as p2:
  /src/external/gpl2/xcvs/dist/lib/
system.h 86 #ifndef DEVNULL
87 # define DEVNULL "/dev/null"
  /src/external/mpl/bind/dist/bin/tests/system/isctest/
mark.py 53 stdout=subprocess.DEVNULL,
54 stderr=subprocess.DEVNULL,
  /src/external/gpl2/xcvs/dist/src/
rcscmds.c 496 DEVNULL to indicate a nonexistent file (same as an empty file
533 strcmp (file1, DEVNULL) != 0 &&
534 strcmp (file2, DEVNULL) != 0)
544 file1 = DEVNULL;
546 file2 = DEVNULL;
diff.c 730 label2 = make_file_label (DEVNULL, NULL, NULL);
737 label1 = make_file_label (DEVNULL, NULL, NULL);
764 status = diff_exec (DEVNULL, finfo->file, label1, label2,
777 status = diff_exec (DEVNULL, tmp, label1, label2,
792 status = diff_exec (tmp, DEVNULL, label1, label2,
log-buffer.c 379 fd = open (DEVNULL, O_RDONLY);
patch.c 716 file1 = xstrdup (DEVNULL);
server.c 1984 proxy_log ? DEVNULL :
3642 dev_null_fd = CVS_OPEN (DEVNULL, O_RDONLY);
rcs.c 8701 assert (strcmp(DEVNULL, path));
8711 if (strcmp(DEVNULL, path))
  /src/external/bsd/zstd/dist/tests/
test-zstd-versions.py 94 subprocess.check_call(cmd, stdin=i, stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL)
  /src/external/mpl/bind/dist/bin/tests/system/isctest/vars/
algorithms.py 118 stdout=subprocess.DEVNULL,
  /src/external/bsd/zstd/dist/tests/cli-tests/
run.py 101 diff_bytes = subprocess.run(["diff", fa.name, fb.name], stdout=subprocess.PIPE, stderr=subprocess.DEVNULL).stdout
308 stdin = subprocess.DEVNULL
529 stdin=subprocess.DEVNULL,
  /src/external/apache2/llvm/dist/llvm/utils/
collect_and_build_with_pgo.py 182 stdin=subprocess.DEVNULL,

Completed in 31 milliseconds