Searched refs:dev_null (Results 1 – 4 of 4) sorted by relevance
/freebsd/tools/kerneldoc/subsys/ |
H A D | Doxyfile-dev_null | 7 OUTPUT_DIRECTORY = $(DOXYGEN_DEST_PATH)/dev_null/ 15 GENERATE_TAGFILE = dev_null/dev_null.tag
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandOptionsProcessLaunch.cpp | 77 const FileSpec dev_null(FileSystem::DEV_NULL); in SetOptionValue() 78 if (action.Open(STDIN_FILENO, dev_null, true, false)) in SetOptionValue() 80 if (action.Open(STDOUT_FILENO, dev_null, false, true)) in SetOptionValue() 82 if (action.Open(STDERR_FILENO, dev_null, false, true)) in SetOptionValue() 73 const FileSpec dev_null(FileSystem::DEV_NULL); SetOptionValue() local
|
/freebsd/contrib/jemalloc/bin/ |
H A D | jeprof.in | 131 my $dev_null = "/dev/null"; 132 if (! -e $dev_null && $^O =~ /MSWin/) { # $^O is the OS perl was built for 133 $dev_null = "nul"; 766 if (!system(ShellEscape(@GV, "--version") . " >$dev_null 2>&1")) { 5013 if (system(ShellEscape($addr2line, "--help") . " >$dev_null 2>&1") != 0) { 5030 if (system("$cmd -i --help >$dev_null 2>&1") == 0) { 5220 $file_type = `/usr/bin/file -L $escaped_prog_file 2>$dev_null || 5467 my $to_devnull = ">$dev_null 2>&1"; 5485 $image) . " 2>$dev_null $cppfilt_flag", 5487 $image) . " 2>$dev_null $cppfilt_flag", [all …]
|
/freebsd/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/test/ |
H A D | test_libzfs_core.py | 157 def dev_null(): function 1672 with dev_null() as fd: 1678 with dev_null() as fd:
|