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 | 2517 static const char *redirectArgs = ">NUL 2>NUL"; /* Win32 cmd.exe */ variable 2519 static const char *redirectArgs = ">/dev/null 2>/dev/null"; /* POSIX 'sh' */ variable 2530 if (systemf("bzip2 --help %s", redirectArgs) == 0) in canBzip2() 2545 if (systemf("grzip -V %s", redirectArgs) == 0) in canGrzip() 2560 if (systemf("gzip --help %s", redirectArgs) == 0) in canGzip() 2575 if (systemf("%s %s", cmd, redirectArgs) == 0) in canRunCommand() 2587 if (systemf("lrzip -V %s", redirectArgs) == 0) in canLrzip() 2602 if (systemf("lz4 --help %s", redirectArgs) == 0) in canLz4() 2617 if (systemf("zstd --help %s", redirectArgs) == 0) in canZstd() 2632 if (systemf("lzip --help %s", redirectArgs) == 0) in canLzip() [all …]
|