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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/maintainer-scripts/
H A Dgcc_release245 (${TAR} cf - "$@" | ${BZIP2} > ${TARFILE}) || \
307 (${BZIP2} -d -c $f | ${GZIP} > ${target}) || error "Could not create ${target}"
338 (${BZIP2} -d -c $1 | ${TAR} xf - ) || error "Could not unpack $1 for diffs"
339 (${BZIP2} -d -c $3 | ${TAR} xf - ) || error "Could not unpack $3 for diffs"
344 ${BZIP2} ../${5%.bz2} || error "Could not generate ../$5"
577 BZIP2="${BZIP2:-bzip2}"
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/maintainer-scripts/
H A Dgcc_release277 (${TAR} cf - "$@" | ${BZIP2} > ${TARFILE}) || \
340 (${BZIP2} -d -c $f | ${GZIP} > ${target}) || error "Could not create ${target}"
371 (${BZIP2} -d -c $1 | ${TAR} xf - ) || error "Could not unpack $1 for diffs"
372 (${BZIP2} -d -c $3 | ${TAR} xf - ) || error "Could not unpack $3 for diffs"
377 ${BZIP2} ../${5%.bz2} || error "Could not generate ../$5"
609 BZIP2="${BZIP2:-bzip2}"
/netbsd-6-1-5-RELEASE/gnu/dist/autoconf/
H A DMakefile.maint169 BZIP2 = bzip2
173 $(BZIP2) -9 $(my_distdir).tar
/netbsd-6-1-5-RELEASE/external/bsd/libarchive/dist/libarchive/
H A Darchive_read_support_format_xar.c114 BZIP2, enumerator in enum:enctype
1328 case BZIP2:
1441 case BZIP2:
1450 case BZIP2: detail = "bzip2"; break;
1501 case BZIP2:
1592 case BZIP2:
1766 encoding = BZIP2;
/netbsd-6-1-5-RELEASE/external/bsd/libarchive/dist/libarchive/test/
H A Dtest_read_format_xar.c619 BZIP2 enumerator in enum:enc
634 case BZIP2:
692 verify(archive8, sizeof(archive8), verify0, NULL, BZIP2);

Completed in 115 milliseconds