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

/haiku-fatelf/src/bin/gzip/
H A Dgzip.c226 char z_suffix[MAX_SUFFIX+1]; /* default suffix (can be set with --suffix) */ variable
227 int z_len; /* strlen(z_suffix) */
478 strncpy(z_suffix, Z_SUFFIX, sizeof(z_suffix)-1);
479 z_len = strlen(z_suffix);
524 strcpy(z_suffix, optarg);
856 * Try several times if necessary to avoid truncating the z_suffix. For
954 {z_suffix, ".gz", ".z", ".taz", ".tgz", "-gz", "-z", "_z",
961 if (strequ(z_suffix, "z")) suf++; /* check long suffixes first */
993 * original name, try adding successively z_suffix,
[all...]

Completed in 31 milliseconds