Searched refs:redirectArgs (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/libarchive/libarchive/test/ |
| H A D | main.c | 1988 static const char *redirectArgs = ">NUL 2>NUL"; /* Win32 cmd.exe */ variable 1990 static const char *redirectArgs = ">/dev/null 2>/dev/null"; /* POSIX 'sh' */ variable 2001 if (systemf("bzip2 -d -V %s", redirectArgs) == 0) in canBzip2() 2016 if (systemf("grzip -V %s", redirectArgs) == 0) in canGrzip() 2031 if (systemf("gzip -V %s", redirectArgs) == 0) in canGzip() 2046 if (systemf("%s %s", cmd, redirectArgs) == 0) in canRunCommand() 2058 if (systemf("lrzip -V %s", redirectArgs) == 0) in canLrzip() 2073 if (systemf("lz4 -V %s", redirectArgs) == 0) in canLz4() 2088 if (systemf("lzip -V %s", redirectArgs) == 0) in canLzip() 2103 if (systemf("lzma -V %s", redirectArgs) == 0) in canLzma() [all …]
|
| /freebsd/contrib/libarchive/test_utils/ |
| H A D | test_main.c | 2564 static const char *redirectArgs = ">NUL 2>NUL"; /* Win32 cmd.exe */ variable 2566 static const char *redirectArgs = ">/dev/null 2>/dev/null"; /* POSIX 'sh' */ variable 2577 value = systemf("%s %s", cmd, redirectArgs) ? -1 : +1; in canRunCommand()
|