Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/libarchive/tar/test/
HDtest_0.c14 #define DEV_NULL "/dev/null" macro
16 #define DEV_NULL "NUL" macro
43 if (0 == systemf("%s --version >" DEV_NULL, testprog)) { in DEFINE_TEST()
45 } else if (0 == systemf("%s -W version >" DEV_NULL, testprog)) { in DEFINE_TEST()
/freebsd-14-stable/contrib/libarchive/cpio/test/
HDtest_0.c14 #define DEV_NULL "/dev/null" macro
16 #define DEV_NULL "NUL" macro
43 if (0 == systemf("%s --version >" DEV_NULL, testprog)) { in DEFINE_TEST()
45 } else if (0 == systemf("%s -W version >" DEV_NULL, testprog)) { in DEFINE_TEST()
/freebsd-14-stable/contrib/libarchive/cat/test/
HDtest_stdin.c10 #define DEV_NULL "/dev/null" macro
12 #define DEV_NULL "NUL" macro
19 f = systemf("%s <%s >test.out 2>test.err", testprog, DEV_NULL); in DEFINE_TEST()
HDtest_0.c14 #define DEV_NULL "/dev/null" macro
16 #define DEV_NULL "NUL" macro
43 if (0 != systemf("%s --version >" DEV_NULL, testprog)) { in DEFINE_TEST()
/freebsd-14-stable/contrib/libarchive/unzip/test/
HDtest_0.c14 #define DEV_NULL "/dev/null" macro
16 #define DEV_NULL "NUL" macro
/freebsd-14-stable/contrib/llvm-project/lldb/source/Interpreter/
HDScriptInterpreter.cpp186 auto nullin = FileSystem::Instance().Open(FileSpec(FileSystem::DEV_NULL), in Create()
191 auto nullout = FileSystem::Instance().Open(FileSpec(FileSystem::DEV_NULL), in Create()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Host/posix/
HDFileSystemPosix.cpp34 const char *FileSystem::DEV_NULL = "/dev/null"; member in FileSystem
/freebsd-14-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandOptionsProcessLaunch.cpp77 const FileSpec dev_null(FileSystem::DEV_NULL); in SetOptionValue()
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Host/
HDFileSystem.h32 static const char *DEV_NULL;
/freebsd-14-stable/contrib/llvm-project/lldb/source/Host/common/
HDProcessLaunchInfo.cpp100 if (file_action.Open(fd, FileSpec(FileSystem::DEV_NULL), read, write)) { in AppendSuppressFileAction()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDProcessGDBRemote.cpp684 stdin_file_spec.SetFile(FileSystem::DEV_NULL, in DoLaunch()
687 stdout_file_spec.SetFile(FileSystem::DEV_NULL, in DoLaunch()
690 stderr_file_spec.SetFile(FileSystem::DEV_NULL, in DoLaunch()