Searched refs:redirectArgs (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/bsd/libarchive/dist/test_utils/
H A Dtest_main.c2503 static const char *redirectArgs = ">NUL 2>NUL"; /* Win32 cmd.exe */ variable
2505 static const char *redirectArgs = ">/dev/null 2>/dev/null"; /* POSIX 'sh' */ variable
2516 if (systemf("bzip2 --help %s", redirectArgs) == 0)
2531 if (systemf("grzip -V %s", redirectArgs) == 0)
2546 if (systemf("gzip --help %s", redirectArgs) == 0)
2561 if (systemf("%s %s", cmd, redirectArgs) == 0)
2573 if (systemf("lrzip -V %s", redirectArgs) == 0)
2588 if (systemf("lz4 --help %s", redirectArgs) == 0)
2603 if (systemf("zstd --help %s", redirectArgs) == 0)
2618 if (systemf("lzip --help %s", redirectArgs)
[all...]

Completed in 113 milliseconds