Home
last modified time | relevance | path

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

/freebsd-13.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-13.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-13.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-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DScriptInterpreter.cpp143 auto nullin = FileSystem::Instance().Open(FileSpec(FileSystem::DEV_NULL), in Create()
148 auto nullout = FileSystem::Instance().Open(FileSpec(FileSystem::DEV_NULL), in Create()
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/posix/
H A DFileSystemPosix.cpp34 const char *FileSystem::DEV_NULL = "/dev/null"; member in FileSystem
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandOptionsProcessLaunch.cpp71 const FileSpec dev_null(FileSystem::DEV_NULL); in SetOptionValue()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/
H A DFileSystem.h31 static const char *DEV_NULL;
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp103 if (file_action.Open(fd, FileSpec(FileSystem::DEV_NULL), read, write)) { in AppendSuppressFileAction()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp813 stdin_file_spec.SetFile(FileSystem::DEV_NULL, in DoLaunch()
816 stdout_file_spec.SetFile(FileSystem::DEV_NULL, in DoLaunch()
819 stderr_file_spec.SetFile(FileSystem::DEV_NULL, in DoLaunch()