OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XZ
(Results
1 - 13
of
13
) sorted by relevancy
/src/external/public-domain/xz/dist/tests/
test_files.sh
12
# If both
xz
and xzdec were not build, skip this test.
13
XZ
=../src/
xz
/
xz
15
test -x "$
XZ
" ||
XZ
=
17
if test -z "$
XZ
$XZDEC"; then
22
for I in "$srcdir"/files/good-*.
xz
24
if test -z "$
XZ
" || "$
XZ
" -dc "$I" > /dev/null; the
[
all
...]
test_compress.sh
12
# If
xz
wasn't built, this test is skipped.
13
if test -x ../src/
xz
/
xz
; then
29
if $
XZ
-c "$@" "$FILE" > tmp_compressed; then
37
if $
XZ
-cd tmp_compressed > tmp_uncompressed ; then
77
XZ
="../src/
xz
/
xz
--memlimit-compress=48MiB --memlimit-decompress=5MiB \
test_scripts.sh
13
XZ
=../src/
xz
/
xz
17
for i in
XZ
XZDIFF XZGREP; do
23
PATH=`pwd`/../src/
xz
:$PATH
27
preimage=$srcdir/files/good-1-check-crc32.
xz
28
samepostimage=$srcdir/files/good-1-check-crc64.
xz
29
otherpostimage=$srcdir/files/good-1-lzma2-1.
xz
47
"$XZDIFF" "$preimage" "$srcdir/files/missing.
xz
" >/dev/null 2>&1
57
cp "$srcdir/files/good-1-lzma2-1.
xz
" xzgrep_test_1.x
[
all
...]
/src/external/public-domain/xz/dist/macosx/
build.sh
55
cp -a ../extra Root/usr/local/share/doc/
xz
69
mkdir -p liblzma/usr/local/share/doc/
xz
70
mv Root/usr/local/share/doc/
xz
/examples* liblzma/usr/local/share/doc/
xz
74
for bin in
xz
lzmainfo xzdec lzmadec; do
86
rmdir debug lib po src/liblzma/api src/liblzma src/lzmainfo src/scripts src/
xz
src/xzdec src tests
88
( cd Root/usr/local; COPY_EXTENDED_ATTRIBUTES_DISABLE=true COPYFILE_DISABLE=true tar cvjf ../../../
XZ
.tbz * )
98
ID="org.tukaani.
xz
"
101
$PACKAGEMAKER -r Root/usr/local -l /usr/local -e Resources -i $ID -n $VERSION -t
XZ
-o
XZ
.pkg -g $PKGFORMAT --verbos
[
all
...]
/src/external/gpl3/gcc/dist/maintainer-scripts/
gcc_release
282
# gcc-"${RELEASE}".tar.
xz
tarball.
305
TARFILE="$1.tar.
xz
"
309
(${TAR} cf - "$@" | ${
XZ
} > ${TARFILE}) || \
334
target=${f%.
xz
}.gz
335
(${
XZ
} -d -c $f | ${GZIP} > ${target}) || error "Could not create ${target}"
344
*.tar.
xz
) old_vers=${old_file%.tar.
xz
};;
350
if [ -e ${old_dir}/${f}-${old_vers}.tar.
xz
]; then
351
old_tar=${old_dir}/${f}-${old_vers}.tar.
xz
355
new_tar=${WORKING_DIRECTORY}/${f}-${RELEASE}.tar.
xz
[
all
...]
/src/external/gpl3/gcc.old/dist/maintainer-scripts/
gcc_release
282
# gcc-"${RELEASE}".tar.
xz
tarball.
305
TARFILE="$1.tar.
xz
"
309
(${TAR} cf - "$@" | ${
XZ
} > ${TARFILE}) || \
334
target=${f%.
xz
}.gz
335
(${
XZ
} -d -c $f | ${GZIP} > ${target}) || error "Could not create ${target}"
344
*.tar.
xz
) old_vers=${old_file%.tar.
xz
};;
350
if [ -e ${old_dir}/${f}-${old_vers}.tar.
xz
]; then
351
old_tar=${old_dir}/${f}-${old_vers}.tar.
xz
355
new_tar=${WORKING_DIRECTORY}/${f}-${RELEASE}.tar.
xz
[
all
...]
/src/external/bsd/libarchive/dist/libarchive/
archive_read_support_format_xar.c
120
XZ
,
1531
case
XZ
:
1537
if (xar->entry_encoding ==
XZ
)
1583
case
XZ
:
1588
case
XZ
: detail = "
xz
"; break;
1678
case
XZ
:
1695
(xar->entry_encoding ==
XZ
)?"
xz
":"lzma",
1708
case
XZ
[
all
...]
archive_write_set_format_xar.c
146
XZ
,
473
else if (strcmp(value, "
xz
") == 0)
475
xar->opt_compression =
XZ
;
477
name = "
xz
";
1019
case
XZ
:
1020
encname = "application/x-
xz
"; break;
2969
"Can't allocate memory for
xz
stream");
3104
return (compression_unsupported_encoder(a, lastrm, "
xz
"));
3131
case
XZ
:
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp
1814
Value *
XZ
= Builder.CreateAdd(X, Z);
1816
return BinaryOperator::CreateSub(
XZ
, YW);
2333
Value *
XZ
= Builder.CreateFAddFMF(X, Z, &I);
2335
return BinaryOperator::CreateFSubFMF(
XZ
, YW, &I);
/src/external/gpl3/gcc/dist/libbacktrace/
configure
647
XZ
14265
# Extract the first word of "
xz
", so it can be a program name with args.
14266
set dummy
xz
; ac_word=$2
14272
if test -n "$
XZ
"; then
14273
ac_cv_prog_XZ="$
XZ
" # Let the user override the test.
14282
ac_cv_prog_XZ="
xz
"
14292
XZ
=$ac_cv_prog_XZ
14293
if test -n "$
XZ
"; then
14294
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $
XZ
" >&5
14295
$as_echo "$
XZ
" >&6;
[
all
...]
/src/external/gpl3/gcc.old/dist/libbacktrace/
configure
647
XZ
13937
# Extract the first word of "
xz
", so it can be a program name with args.
13938
set dummy
xz
; ac_word=$2
13944
if test -n "$
XZ
"; then
13945
ac_cv_prog_XZ="$
XZ
" # Let the user override the test.
13954
ac_cv_prog_XZ="
xz
"
13964
XZ
=$ac_cv_prog_XZ
13965
if test -n "$
XZ
"; then
13966
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $
XZ
" >&5
13967
$as_echo "$
XZ
" >&6;
[
all
...]
/src/external/gpl3/gdb/dist/libbacktrace/
configure
647
XZ
14162
# Extract the first word of "
xz
", so it can be a program name with args.
14163
set dummy
xz
; ac_word=$2
14169
if test -n "$
XZ
"; then
14170
ac_cv_prog_XZ="$
XZ
" # Let the user override the test.
14179
ac_cv_prog_XZ="
xz
"
14189
XZ
=$ac_cv_prog_XZ
14190
if test -n "$
XZ
"; then
14191
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $
XZ
" >&5
14192
$as_echo "$
XZ
" >&6;
[
all
...]
/src/external/gpl3/gdb.old/dist/libbacktrace/
configure
647
XZ
14163
# Extract the first word of "
xz
", so it can be a program name with args.
14164
set dummy
xz
; ac_word=$2
14170
if test -n "$
XZ
"; then
14171
ac_cv_prog_XZ="$
XZ
" # Let the user override the test.
14180
ac_cv_prog_XZ="
xz
"
14190
XZ
=$ac_cv_prog_XZ
14191
if test -n "$
XZ
"; then
14192
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $
XZ
" >&5
14193
$as_echo "$
XZ
" >&6;
[
all
...]
Completed in 67 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026