HomeSort by: relevance | last modified time | path
    Searched refs:BZIP2 (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/maintainer-scripts/
gcc_release 375 (${BZIP2} -d -c $1 | ${TAR} xf - ) || error "Could not unpack $1 for diffs"
611 BZIP2="${BZIP2:-bzip2}"
  /src/external/gpl3/gcc.old/dist/maintainer-scripts/
gcc_release 375 (${BZIP2} -d -c $1 | ${TAR} xf - ) || error "Could not unpack $1 for diffs"
611 BZIP2="${BZIP2:-bzip2}"
  /src/external/bsd/libarchive/dist/libarchive/
archive_read_support_format_xar.c 118 BZIP2,
1487 case BZIP2:
1579 case BZIP2:
1586 case BZIP2: detail = "bzip2"; break;
1645 case BZIP2:
1704 case BZIP2:
1749 "Failed to clean up bzip2 decompressor");
1884 else if (strcmp(attr->value, "application/x-bzip2") == 0)
1885 encoding = BZIP2;
    [all...]
archive_write_set_format_xar.c 144 BZIP2,
461 else if (strcmp(value, "bzip2") == 0)
463 xar->opt_compression = BZIP2;
465 name = "bzip2";
1015 case BZIP2:
1016 encname = "application/x-bzip2"; break;
2788 "Can't allocate memory for bzip2 stream");
2857 "Bzip2 compression failed:"
2891 return (compression_unsupported_encoder(a, lastrm, "bzip2"));
3121 case BZIP2
    [all...]
  /src/external/bsd/libarchive/dist/libarchive/test/
test_read_format_xar.c 440 /* Verify that a file records with bzip2 compression
446 xar --compression bzip2 -cf archive8.xar f1
729 BZIP2
744 case BZIP2:
748 skipping("Unsupported bzip2");
813 skipping("Unsupported bzip2");
856 verify(archive8, sizeof(archive8), verify0, NULL, BZIP2);
  /src/external/apache2/llvm/autoconf/
configure 661 BZIP2
6762 # Extract the first word of "bzip2", so it can be a program name with args.
6763 set dummy bzip2; ac_word=$2
6769 case $BZIP2 in
6771 ac_cv_path_BZIP2="$BZIP2" # Let the user override the test with a path.
6792 BZIP2=$ac_cv_path_BZIP2
6793 if test -n "$BZIP2"; then
6794 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BZIP2" >&5
6795 $as_echo "$BZIP2" >&6; }

Completed in 39 milliseconds