Searched refs:DEV_NULL (Results 1 – 11 of 11) sorted by relevance
| /src/contrib/libarchive/tar/test/ |
| H A D | test_0.c | 14 #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 D | test_0.c | 14 #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 D | test_stdin.c | 10 #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 D | test_0.c | 14 #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 D | test_0.c | 14 #define DEV_NULL "/dev/null" macro 16 #define DEV_NULL "NUL" macro
|
| /src/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | ScriptInterpreter.cpp | 186 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 D | FileSystemPosix.cpp | 34 const char *FileSystem::DEV_NULL = "/dev/null"; member in FileSystem
|
| /src/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandOptionsProcessLaunch.cpp | 77 const FileSpec dev_null(FileSystem::DEV_NULL); in SetOptionValue()
|
| /src/contrib/llvm-project/lldb/include/lldb/Host/ |
| H A D | FileSystem.h | 32 static const char *DEV_NULL;
|
| /src/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | ProcessLaunchInfo.cpp | 100 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 D | ProcessGDBRemote.cpp | 684 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()
|