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

/freebsd-10.0-release/contrib/libarchive/libarchive/
H A Darchive_write_set_format_gnutar.c50 struct gnutar { struct
176 struct gnutar *gnutar; local
178 gnutar = (struct gnutar *)calloc(1, sizeof(*gnutar));
179 if (gnutar == NULL) {
181 "Can't allocate gnutar data");
184 a->format_data = gnutar;
185 a->format_name = "gnutar";
201 struct gnutar *gnutar = (struct gnutar *)a->format_data; local
235 struct gnutar *gnutar; local
246 struct gnutar *gnutar; local
259 struct gnutar *gnutar; local
279 struct gnutar *gnutar; local
579 struct gnutar *gnutar; local
[all...]
/freebsd-10.0-release/contrib/binutils/
H A Dmissing86 tar try tar, gnutar, gtar, then tar without non-portable flags
310 # Look for gnutar/gtar before invocation to avoid ugly error
312 if (gnutar --version > /dev/null 2>&1); then
313 gnutar "$@" && exit 0
/freebsd-10.0-release/contrib/gdb/
H A Dmissing76 tar try tar, gnutar, gtar, then tar without non-portable flags
293 # Look for gnutar/gtar before invocation to avoid ugly error
295 if (gnutar --version > /dev/null 2>&1); then
296 gnutar "$@" && exit 0
/freebsd-10.0-release/contrib/libyaml/config/
H A Dmissing87 tar try tar, gnutar, gtar, then tar without non-portable flags
325 # Look for gnutar/gtar before invocation to avoid ugly error
327 if (gnutar --version > /dev/null 2>&1); then
328 gnutar "$@" && exit 0
/freebsd-10.0-release/contrib/ntp/arlib/
H A Dmissing86 tar try tar, gnutar, gtar, then tar without non-portable flags
310 # Look for gnutar/gtar before invocation to avoid ugly error
312 if (gnutar --version > /dev/null 2>&1); then
313 gnutar "$@" && exit 0
/freebsd-10.0-release/contrib/ntp/
H A Dmissing86 tar try tar, gnutar, gtar, then tar without non-portable flags
310 # Look for gnutar/gtar before invocation to avoid ugly error
312 if (gnutar --version > /dev/null 2>&1); then
313 gnutar "$@" && exit 0
/freebsd-10.0-release/contrib/ntp/sntp/
H A Dmissing86 tar try tar, gnutar, gtar, then tar without non-portable flags
310 # Look for gnutar/gtar before invocation to avoid ugly error
312 if (gnutar --version > /dev/null 2>&1); then
313 gnutar "$@" && exit 0
/freebsd-10.0-release/contrib/ofed/libibcm/config/
H A Dmissing86 tar try tar, gnutar, gtar, then tar without non-portable flags
310 # Look for gnutar/gtar before invocation to avoid ugly error
312 if (gnutar --version > /dev/null 2>&1); then
313 gnutar "$@" && exit 0
/freebsd-10.0-release/contrib/ofed/librdmacm/config/
H A Dmissing86 tar try tar, gnutar, gtar, then tar without non-portable flags
310 # Look for gnutar/gtar before invocation to avoid ugly error
312 if (gnutar --version > /dev/null 2>&1); then
313 gnutar "$@" && exit 0
/freebsd-10.0-release/contrib/openbsm/config/
H A Dmissing86 tar try tar, gnutar, gtar, then tar without non-portable flags
310 # Look for gnutar/gtar before invocation to avoid ugly error
312 if (gnutar --version > /dev/null 2>&1); then
313 gnutar "$@" && exit 0
/freebsd-10.0-release/contrib/sqlite3/
H A Dmissing86 tar try tar, gnutar, gtar, then tar without non-portable flags
310 # Look for gnutar/gtar before invocation to avoid ugly error
312 if (gnutar --version > /dev/null 2>&1); then
313 gnutar "$@" && exit 0
/freebsd-10.0-release/crypto/heimdal/
H A Dmissing87 tar try tar, gnutar, gtar, then tar without non-portable flags
325 # Look for gnutar/gtar before invocation to avoid ugly error
327 if (gnutar --version > /dev/null 2>&1); then
328 gnutar "$@" && exit 0

Completed in 130 milliseconds