Home
last modified time | relevance | path

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

/src/contrib/libarchive/tar/test/
H A Dtest_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()
/src/contrib/libarchive/cpio/test/
H A Dtest_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()
/src/contrib/libarchive/cat/test/
H A Dtest_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()
H A Dtest_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()
/src/contrib/libarchive/unzip/test/
H A Dtest_0.c14 #define DEV_NULL "/dev/null" macro
16 #define DEV_NULL "NUL" macro
/src/contrib/llvm-project/lldb/source/Interpreter/
H A DScriptInterpreter.cpp186 auto nullin = FileSystem::Instance().Open(FileSpec(FileSystem::DEV_NULL), in Create()
191 auto nullout = FileSystem::Instance().Open(FileSpec(FileSystem::DEV_NULL), in Create()
/src/contrib/llvm-project/lldb/source/Host/posix/
H A DFileSystemPosix.cpp34 const char *FileSystem::DEV_NULL = "/dev/null"; member in FileSystem
/src/contrib/llvm-project/lldb/source/Commands/
H A DCommandOptionsProcessLaunch.cpp77 const FileSpec dev_null(FileSystem::DEV_NULL); in SetOptionValue()
/src/contrib/llvm-project/lldb/include/lldb/Host/
H A DFileSystem.h32 static const char *DEV_NULL;
/src/contrib/llvm-project/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp100 if (file_action.Open(fd, FileSpec(FileSystem::DEV_NULL), read, write)) { in AppendSuppressFileAction()
/src/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.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()