Searched refs:xz (Results 1 - 25 of 118) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/scripts/
H A Dxzless.in20 # Instead of unsetting XZ_OPT, just make sure that xz will use file format
23 xz='@xz@ --format=auto'
28 Like 'less', but operate on the uncompressed contents of xz compressed FILEs.
52 LESSOPEN="|-$xz -cdfq -- %s"
54 LESSOPEN="|$xz -cdfq -- %s"
H A Dxzmore.in20 # Instead of unsetting XZ_OPT, just make sure that xz will use file format
23 xz='@xz@ --format=auto'
28 Like 'more', but operate on the uncompressed contents of xz compressed FILEs.
54 $xz -cdfq | eval "${PAGER:-more}"
72 $xz -cdfq -- "$FILE" | eval "${PAGER:-more}"
H A Dxzdiff.in20 # Instead of unsetting XZ_OPT, just make sure that xz will use file format
24 xz='@xz@ --format=auto'
67 xz1=$xz
68 xz2=$xz
74 *[-.]xz | *[-.]lzma | *.t[lx]z)
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/scripts/
H A Dxzless20 # Instead of unsetting XZ_OPT, just make sure that xz will use file format
23 xz='xz --format=auto'
28 Like 'less', but operate on the uncompressed contents of xz compressed FILEs.
52 LESSOPEN="|-$xz -cdfq -- %s"
54 LESSOPEN="|$xz -cdfq -- %s"
H A Dxzless.in20 # Instead of unsetting XZ_OPT, just make sure that xz will use file format
23 xz='@xz@ --format=auto'
28 Like 'less', but operate on the uncompressed contents of xz compressed FILEs.
52 LESSOPEN="|-$xz -cdfq -- %s"
54 LESSOPEN="|$xz -cdfq -- %s"
H A Dxzmore20 # Instead of unsetting XZ_OPT, just make sure that xz will use file format
23 xz='xz --format=auto'
28 Like 'more', but operate on the uncompressed contents of xz compressed FILEs.
54 $xz -cdfq | eval "${PAGER:-more}"
72 $xz -cdfq -- "$FILE" | eval "${PAGER:-more}"
H A Dxzmore.in20 # Instead of unsetting XZ_OPT, just make sure that xz will use file format
23 xz='@xz@ --format=auto'
28 Like 'more', but operate on the uncompressed contents of xz compressed FILEs.
54 $xz -cdfq | eval "${PAGER:-more}"
72 $xz -cdfq -- "$FILE" | eval "${PAGER:-more}"
H A Dxzdiff20 # Instead of unsetting XZ_OPT, just make sure that xz will use file format
24 xz='xz --format=auto'
67 xz1=$xz
68 xz2=$xz
74 *[-.]xz | *[-.]lzma | *.t[lx]z)
H A Dxzdiff.in20 # Instead of unsetting XZ_OPT, just make sure that xz will use file format
24 xz='@xz@ --format=auto'
67 xz1=$xz
68 xz2=$xz
74 *[-.]xz | *[-.]lzma | *.t[lx]z)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/tests/
H A Dtest_files.sh12 # If both xz and xzdec were not build, skip this test.
13 XZ=../src/xz/xz
22 for I in "$srcdir"/files/good-*.xz
41 for I in "$srcdir"/files/bad-*.xz
H A Dtest_compress.sh12 # If xz wasn't built, this test is skipped.
13 if test -x ../src/xz/xz ; then
77 XZ="../src/xz/xz --memlimit-compress=48MiB --memlimit-decompress=5MiB \
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/tests/
H A Dtest_files.sh12 # If both xz and xzdec were not build, skip this test.
13 XZ=../src/xz/xz
22 for I in "$srcdir"/files/good-*.xz
41 for I in "$srcdir"/files/bad-*.xz
H A Dtest_compress.sh12 # If xz wasn't built, this test is skipped.
13 if test -x ../src/xz/xz ; then
77 XZ="../src/xz/xz --memlimit-compress=48MiB --memlimit-decompress=5MiB \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/xz/
H A Dxz_dec_syms.c11 #include <linux/xz.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/
H A DMakefile.am11 SUBDIRS += xz
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/
H A DMakefile.am11 SUBDIRS += xz
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/xz/
H A DMakefile2 # src/xz/Makefile. Generated from Makefile.in by configure.
19 pkgdatadir = $(datadir)/xz
20 pkgincludedir = $(includedir)/xz
21 pkglibdir = $(libdir)/xz
22 pkglibexecdir = $(libexecdir)/xz
37 bin_PROGRAMS = xz$(EXEEXT)
41 subdir = src/xz
79 am_xz_OBJECTS = xz-args.$(OBJEXT) xz-coder.$(OBJEXT) \
80 xz
277 xz = xz macro
[all...]
H A DMakefile.in37 bin_PROGRAMS = xz$(EXEEXT)
41 subdir = src/xz
79 am_xz_OBJECTS = xz-args.$(OBJEXT) xz-coder.$(OBJEXT) \
80 xz-file_io.$(OBJEXT) xz-hardware.$(OBJEXT) xz-list.$(OBJEXT) \
81 xz-main.$(OBJEXT) xz-message.$(OBJEXT) xz
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/dos/
H A DMakefile43 all: xz.exe
109 ../src/xz/args.c \
110 ../src/xz/coder.c \
111 ../src/xz/file_io.c \
112 ../src/xz/hardware.c \
113 ../src/xz/list.c \
114 ../src/xz/main.c \
115 ../src/xz/message.c \
116 ../src/xz/options.c \
117 ../src/xz/signal
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/dos/
H A DMakefile43 all: xz.exe
109 ../src/xz/args.c \
110 ../src/xz/coder.c \
111 ../src/xz/file_io.c \
112 ../src/xz/hardware.c \
113 ../src/xz/list.c \
114 ../src/xz/main.c \
115 ../src/xz/message.c \
116 ../src/xz/options.c \
117 ../src/xz/signal
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/windows/
H A Dbuild.bash88 cp -v src/xzdec/{xz,lzma}dec.exe src/lzmainfo/lzmainfo.exe "$DESTDIR"
104 make -C src/xz LDFLAGS=-static
107 cp -v src/xz/xz.exe src/liblzma/.libs/liblzma.a "$DESTDIR"
170 txtcp pkg/doc/manuals "" doc/man/txt/{xz,xzdec,lzmainfo}.txt
171 cp -v doc/man/pdf-*/{xz,xzdec,lzmainfo}-*.pdf pkg/doc/manuals
183 "$SEVENZ_EXE" a -tzip ../xz-$VER-windows.zip *
184 "$SEVENZ_EXE" a ../xz-$VER-windows.7z *
187 echo "NOTE: 7z.exe was not found. xz-$VER-windows.zip"
188 echo " and xz
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/windows/
H A Dbuild.bash88 cp -v src/xzdec/{xz,lzma}dec.exe src/lzmainfo/lzmainfo.exe "$DESTDIR"
104 make -C src/xz LDFLAGS=-static
107 cp -v src/xz/xz.exe src/liblzma/.libs/liblzma.a "$DESTDIR"
170 txtcp pkg/doc/manuals "" doc/man/txt/{xz,xzdec,lzmainfo}.txt
171 cp -v doc/man/pdf-*/{xz,xzdec,lzmainfo}-*.pdf pkg/doc/manuals
183 "$SEVENZ_EXE" a -tzip ../xz-$VER-windows.zip *
184 "$SEVENZ_EXE" a ../xz-$VER-windows.7z *
187 echo "NOTE: 7z.exe was not found. xz-$VER-windows.zip"
188 echo " and xz
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/xz/
H A DMakefile.in37 bin_PROGRAMS = xz$(EXEEXT)
41 subdir = src/xz
79 am_xz_OBJECTS = xz-args.$(OBJEXT) xz-coder.$(OBJEXT) \
80 xz-file_io.$(OBJEXT) xz-hardware.$(OBJEXT) xz-list.$(OBJEXT) \
81 xz-main.$(OBJEXT) xz-message.$(OBJEXT) xz
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/squashfs-4.2/
H A DMakefile24 # XZ Utils liblzma (http://tukaani.org/xz/) is supported
50 # Both XZ Utils liblzma (http://tukaani.org/xz/) and LZMA SDK
70 COMP_DEFAULT = xz
72 XZ_DIR = $(SQUASHFS_DIR)/../../tools/misc/xz
153 COMPRESSORS += xz
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/lib/
H A DMakefile19 pkgdatadir = $(datadir)/xz
20 pkgincludedir = $(includedir)/xz
21 pkglibdir = $(libdir)/xz
22 pkglibexecdir = $(libexecdir)/xz
85 ACLOCAL = ${SHELL} /home/antony/R7000/V1.0.5.42_1.1.76/src/tools/misc/xz/build-aux/missing --run aclocal-1.11
86 AMTAR = ${SHELL} /home/antony/R7000/V1.0.5.42_1.1.76/src/tools/misc/xz/build-aux/missing --run tar
90 AUTOCONF = ${SHELL} /home/antony/R7000/V1.0.5.42_1.1.76/src/tools/misc/xz/build-aux/missing --run autoconf
91 AUTOHEADER = ${SHELL} /home/antony/R7000/V1.0.5.42_1.1.76/src/tools/misc/xz/build-aux/missing --run autoheader
92 AUTOMAKE = ${SHELL} /home/antony/R7000/V1.0.5.42_1.1.76/src/tools/misc/xz/build-aux/missing --run automake-1.11
97 CCASFLAGS = -Os -O2 -DBCMNVRAM -DBCMWPA2 -DRESTART_ALL_PROCESSES -D__CONFIG_USBAP__ -DBCMQOS -DBCMWPS -DBT_IGMP_SUPPORT -D__CONFIG_EMF__ -DTRAFFIC_MGMT_RSSI_POLICY -DPHYMON -DSUPPORT_REMOTE_HTTPS -DREMOTE_SMB_CONF -DREMOTE_USER_CONF -DUSERSETUP_SUPPORT -DXAGENT_CLOUD_SUPPORT -DINCLUDE_WPS_V20 -DINCLUDE_5G_AUTO_CHANNEL -DOPENDNS_PARENTAL_CONTROL -DINCLUDE_ACCESSCONTROL -DGUEST_MANAGE_SUPPORT -DINCLUDE_QUICK_QOS -DINCLUDE_UCP -DU12H270 -DR7000 -DMULTIPLE_SSID -DENABLE_ML -DOPEN_SOURCE_SUPPORT -DBCM53125 -DBCM5301X -DACS_INTF_DETECT_PATCH -DCONFIG_RUSSIA_IPTV -DVIDEO_STREAMING_QOS -DDLNA -DHTTP_ACCESS_USB -DMAX_USB_ACCESS -DSAMBA_ENABLE -DUSB_NEW_SPEC -DINCLUDE_WIFI_BUTTON -DINCLUDE_USB_LED -DINCLUDE_DUAL_BAND -DSINGLE_FIRMWARE -DINCLUDE_GET_ST_CHKSUM -DUNIFIED_STR_TBL -DFIRST_MTD_ROTATION -DWIFI_ON_OFF_SCHE -DAUTO_CONN_24HR -DIGMP_PROXY -DAP_MODE -D__CONFIG_IGMP_SNOOPING__ -DLINUX26 -DINCLUDE_IPV6 -DPRESET_WL_SECURITY -DNEW_BCM_WPS_IPC -DSUPPORT_AC_MODE -DSTA_MODE -DPPP_RU_DESIGN -DEXT_ACS -DVLAN_SUPPORT -DARP_PROTECTION -DINCLUDE_DETECT_AP_MODE -DINCLUDE_APP_SYSTEM -DCONFIG_EXTENDER_MODE -DBCM_DCS -DEXT_ACS -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"xz\"
229 xz = xz macro
[all...]

Completed in 158 milliseconds

12345