Searched refs:DEV_NULL (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/contrib/libarchive/cpio/test/ |
| H A D | test_0.c | 33 #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 D | test_0.c | 33 #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 D | test_stdin.c | 28 #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 D | test_0.c | 32 #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 D | FileSystem.cpp | 34 const char *FileSystem::DEV_NULL = "/dev/null"; member in FileSystem
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/ |
| H A D | FileSystem.h | 31 static const char *DEV_NULL;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | ProcessLaunchInfo.cpp | 105 if (file_action.Open(fd, FileSpec(FileSystem::DEV_NULL), read, write)) { in AppendSuppressFileAction()
|
| H A D | Process.cpp | 457 const FileSpec dev_null(FileSystem::DEV_NULL); in SetOptionValue()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | ScriptInterpreterPython.cpp | 833 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 D | ProcessGDBRemote.cpp | 874 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()
|