}
/*
- * Can this platform run the gzip program?
+ * Can this platform run the grzip program?
*/
int
-canGzip(void)
+canGrzip(void)
{
static int tested = 0, value = 0;
if (!tested) {
tested = 1;
- if (systemf("gzip -V %s", redirectArgs) == 0)
+ if (systemf("grzip -V %s", redirectArgs) == 0)
value = 1;
}
return (value);
}
/*
- * Can this platform run the gunzip program?
+ * Can this platform run the gzip program?
*/
int
-canGunzip(void)
+canGzip(void)
{
static int tested = 0, value = 0;
if (!tested) {
tested = 1;
- if (systemf("gunzip -V %s", redirectArgs) == 0)
+ if (systemf("gzip -V %s", redirectArgs) == 0)
value = 1;
}
return (value);
}
/*
- * Can this platform run the grzip program?
+ * Can this platform run the gunzip program?
*/
int
-canGrzip(void)
+canGunzip(void)
{
static int tested = 0, value = 0;
if (!tested) {
tested = 1;
- if (systemf("grzip -V %s", redirectArgs) == 0)
+ if (systemf("gunzip -V %s", redirectArgs) == 0)
value = 1;
}
return (value);
/* Return true if this platform can run the "bunzip2" program. */
int canBunzip2(void);
+/* Return true if this platform can run the "grzip" program. */
+int canGrzip(void);
+
/* Return true if this platform can run the "gzip" program. */
int canGzip(void);
/* Return true if this platform can run the "gunzip" program. */
int canGunzip(void);
-/* Return true if this platform can run the "grzip" program. */
-int canGrzip(void);
-
/* Return true if this platform can run the "lrzip" program. */
int canLrzip(void);
}
/*
- * Can this platform run the gzip program?
+ * Can this platform run the grzip program?
*/
int
-canGzip(void)
+canGrzip(void)
{
static int tested = 0, value = 0;
if (!tested) {
tested = 1;
- if (systemf("gzip -V %s", redirectArgs) == 0)
+ if (systemf("grzip -V %s", redirectArgs) == 0)
value = 1;
}
return (value);
}
/*
- * Can this platform run the gunzip program?
+ * Can this platform run the gzip program?
*/
int
-canGunzip(void)
+canGzip(void)
{
static int tested = 0, value = 0;
if (!tested) {
tested = 1;
- if (systemf("gunzip -V %s", redirectArgs) == 0)
+ if (systemf("gzip -V %s", redirectArgs) == 0)
value = 1;
}
return (value);
}
/*
- * Can this platform run the grzip program?
+ * Can this platform run the gunzip program?
*/
int
-canGrzip(void)
+canGunzip(void)
{
static int tested = 0, value = 0;
if (!tested) {
tested = 1;
- if (systemf("grzip -V %s", redirectArgs) == 0)
+ if (systemf("gunzip -V %s", redirectArgs) == 0)
value = 1;
}
return (value);
/* Return true if this platform can run the "bunzip2" program. */
int canBunzip2(void);
+/* Return true if this platform can run the "grzip" program. */
+int canGrzip(void);
+
/* Return true if this platform can run the "gzip" program. */
int canGzip(void);
/* Return true if this platform can run the "gunzip" program. */
int canGunzip(void);
-/* Return true if this platform can run the "grzip" program. */
-int canGrzip(void);
-
/* Return true if this platform can run the "lrzip" program. */
int canLrzip(void);
}
/*
- * Can this platform run the gzip program?
+ * Can this platform run the grzip program?
*/
int
-canGzip(void)
+canGrzip(void)
{
static int tested = 0, value = 0;
if (!tested) {
tested = 1;
- if (systemf("gzip -V %s", redirectArgs) == 0)
+ if (systemf("grzip -V %s", redirectArgs) == 0)
value = 1;
}
return (value);
}
/*
- * Can this platform run the gunzip program?
+ * Can this platform run the gzip program?
*/
int
-canGunzip(void)
+canGzip(void)
{
static int tested = 0, value = 0;
if (!tested) {
tested = 1;
- if (systemf("gunzip -V %s", redirectArgs) == 0)
+ if (systemf("gzip -V %s", redirectArgs) == 0)
value = 1;
}
return (value);
}
/*
- * Can this platform run the grzip program?
+ * Can this platform run the gunzip program?
*/
int
-canGrzip(void)
+canGunzip(void)
{
static int tested = 0, value = 0;
if (!tested) {
tested = 1;
- if (systemf("grzip -V %s", redirectArgs) == 0)
+ if (systemf("gunzip -V %s", redirectArgs) == 0)
value = 1;
}
return (value);
/* Return true if this platform can run the "bunzip2" program. */
int canBunzip2(void);
+/* Return true if this platform can run the "grzip" program. */
+int canGrzip(void);
+
/* Return true if this platform can run the "gzip" program. */
int canGzip(void);
/* Return true if this platform can run the "gunzip" program. */
int canGunzip(void);
-/* Return true if this platform can run the "grzip" program. */
-int canGrzip(void);
-
/* Return true if this platform can run the "lrzip" program. */
int canLrzip(void);