Home
last modified time | relevance | path

Searched refs:DEV_NULL (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/contrib/libarchive/cpio/test/
H A Dtest_0.c33 #define DEV_NULL "/dev/null" macro
35 #define DEV_NULL "NUL" macro
62 if (0 == systemf("%s --version >" DEV_NULL, testprog)) { in DEFINE_TEST()
64 } else if (0 == systemf("%s -W version >" DEV_NULL, testprog)) { in DEFINE_TEST()
/freebsd-12.1/contrib/libarchive/tar/test/
H A Dtest_0.c33 #define DEV_NULL "/dev/null" macro
35 #define DEV_NULL "NUL" macro
62 if (0 == systemf("%s --version >" DEV_NULL, testprog)) { in DEFINE_TEST()
64 } else if (0 == systemf("%s -W version >" DEV_NULL, testprog)) { in DEFINE_TEST()
/freebsd-12.1/contrib/libarchive/cat/test/
H A Dtest_stdin.c28 #define DEV_NULL "/dev/null" macro
30 #define DEV_NULL "NUL" macro
37 f = systemf("%s <%s >test.out 2>test.err", testprog, DEV_NULL); in DEFINE_TEST()
H A Dtest_0.c32 #define DEV_NULL "/dev/null" macro
34 #define DEV_NULL "NUL" macro
61 if (0 != systemf("%s --version >" DEV_NULL, testprog)) { in DEFINE_TEST()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/posix/
H A DFileSystem.cpp34 const char *FileSystem::DEV_NULL = "/dev/null"; member in FileSystem
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/
H A DFileSystem.h31 static const char *DEV_NULL;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcessLaunchInfo.cpp105 if (file_action.Open(fd, FileSpec(FileSystem::DEV_NULL), read, write)) { in AppendSuppressFileAction()
H A DProcess.cpp457 const FileSpec dev_null(FileSystem::DEV_NULL); in SetOptionValue()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp833 FileSpec(FileSystem::DEV_NULL), in ExecuteOneLine()
838 FileSpec(FileSystem::DEV_NULL), in ExecuteOneLine()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp874 stdin_file_spec.SetFile(FileSystem::DEV_NULL, in DoLaunch()
877 stdout_file_spec.SetFile(FileSystem::DEV_NULL, in DoLaunch()
880 stderr_file_spec.SetFile(FileSystem::DEV_NULL, in DoLaunch()