Home
last modified time | relevance | path

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

/NextBSD/contrib/libarchive/tar/test/
HDtest_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()
/NextBSD/contrib/libarchive/cpio/test/
HDtest_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()