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

/freebsd-10.0-release/contrib/libarchive/libarchive/test/
H A Dmain.c1861 static const char *redirectArgs = ">NUL 2>NUL"; /* Win32 cmd.exe */ variable
1863 static const char *redirectArgs = ">/dev/null 2>/dev/null"; /* POSIX 'sh' */ variable
1874 if (systemf("bzip2 -d -V %s", redirectArgs) == 0)
1889 if (systemf("grzip -V %s", redirectArgs) == 0)
1904 if (systemf("gzip -V %s", redirectArgs) == 0)
1919 if (systemf("%s %s", cmd, redirectArgs) == 0)
1931 if (systemf("lrzip -V %s", redirectArgs) == 0)
1946 if (systemf("lzip -V %s", redirectArgs) == 0)
1961 if (systemf("lzma -V %s", redirectArgs) == 0)
1976 if (systemf("lzop -V %s", redirectArgs)
[all...]
/freebsd-10.0-release/contrib/libarchive/cpio/test/
H A Dmain.c1862 static const char *redirectArgs = ">NUL 2>NUL"; /* Win32 cmd.exe */ variable
1864 static const char *redirectArgs = ">/dev/null 2>/dev/null"; /* POSIX 'sh' */ variable
1875 if (systemf("bzip2 -d -V %s", redirectArgs) == 0)
1890 if (systemf("grzip -V %s", redirectArgs) == 0)
1905 if (systemf("gzip -V %s", redirectArgs) == 0)
1920 if (systemf("lrzip -V %s", redirectArgs) == 0)
1935 if (systemf("lzip -V %s", redirectArgs) == 0)
1950 if (systemf("lzma -V %s", redirectArgs) == 0)
1965 if (systemf("lzop -V %s", redirectArgs) == 0)
1980 if (systemf("xz -V %s", redirectArgs)
[all...]
/freebsd-10.0-release/contrib/libarchive/tar/test/
H A Dmain.c1863 static const char *redirectArgs = ">NUL 2>NUL"; /* Win32 cmd.exe */ variable
1865 static const char *redirectArgs = ">/dev/null 2>/dev/null"; /* POSIX 'sh' */ variable
1876 if (systemf("bzip2 -d -V %s", redirectArgs) == 0)
1891 if (systemf("grzip -V %s", redirectArgs) == 0)
1906 if (systemf("gzip -V %s", redirectArgs) == 0)
1921 if (systemf("lrzip -V %s", redirectArgs) == 0)
1936 if (systemf("lzip -V %s", redirectArgs) == 0)
1951 if (systemf("lzma -V %s", redirectArgs) == 0)
1966 if (systemf("lzop -V %s", redirectArgs) == 0)
1981 if (systemf("xz -V %s", redirectArgs)
[all...]

Completed in 120 milliseconds