Searched refs:zip (Results 51 - 75 of 322) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/cmake/
H A Dcross-compile.sh75 (cd $TEMP && wget http://www.winkde.org/pub/kde/ports/win32/repository/win32libs/expat-2.0.1-bin.zip)
76 (cd $TEMP && wget http://www.winkde.org/pub/kde/ports/win32/repository/win32libs/expat-2.0.1-lib.zip)
77 (cd $cross_root && unzip -x $TMP/expat-2.0.1-bin.zip)
78 (cd $cross_root && unzip -x $TMP/expat-2.0.1-lib.zip)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/tests/
H A Dcavs_tests.sh29 # 4. Send the result file cavs/CAVS_results-*.zip to the testing lab.
80 result_file="CAVS_results-$ARCH-$DATE.zip"
92 if [ ! zip -h >/dev/null 2>&1 ]; then
93 echo "required program \"zip\" is not installed on this system" >&2
133 find . -type f -name "*rsp" -print | zip -@ "$result_file"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Dcavs_tests.sh29 # 4. Send the result file cavs/CAVS_results-*.zip to the testing lab.
80 result_file="CAVS_results-$ARCH-$DATE.zip"
92 if [ ! zip -h >/dev/null 2>&1 ]; then
93 echo "required program \"zip\" is not installed on this system" >&2
133 find . -type f -name "*rsp" -print | zip -@ "$result_file"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/libs/common/
H A DFileFunctions.cpp131 * Replaces the zip-archive with "guarding.p2p" or "ipfilter.dat",
138 wxT("file:") + file + wxT("#zip:/*"), wxFILE);
151 wxZipInputStream zip(fileInputStream);
152 while (entry.reset(zip.GetNextEntry()), entry.get() != NULL) {
155 // read 'zip' to access the entry's data
158 while (!zip.Eof()) {
159 zip.Read(buffer, sizeof(buffer));
160 target.Write(buffer, zip.LastRead());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Darc.tex10 \section{Archive formats such as zip}\label{wxarc}
12 The archive classes handle archive formats such as zip, tar, rar and cab.
16 For each archive type, there are the following classes (using zip here
43 \helpref{Archive formats such as zip}{wxarc}
52 wxFFileOutputStream out(_T("test.zip"));
53 wxZipOutputStream zip(out);
54 wxTextOutputStream txt(zip);
57 zip.PutNextEntry(_T("entry1.txt"));
60 zip.PutNextEntry(_T("subdir") + sep + _T("entry2.txt"));
71 \helpref{Archive formats such as zip}{wxar
[all...]
H A Dzipstrm.tex8 Class factory for the zip archive format. See the base class
21 \helpref{Archive formats such as zip}{wxarc}\\
35 Holds the meta-data for an entry in a zip.
75 // These are Pkware's values. Note that Info-zip disagree on some of them,
124 // Values for the flags field in the zip headers
146 \helpref{Archive formats such as zip}{wxarc}\\
153 When reading a zip from a stream that is seekable,
175 returns, however, if the zip was also written to a non-seekable stream
186 The following are stored at the end of the zip, and become available
187 when the end of the zip ha
[all...]
H A Dfilesysh.tex90 Example: GetLeftLocation("file:myzipfile.zip\#zip:index.htm") == "file:myzipfile.zip"
107 Example: GetProtocol("file:myzipfile.zip\#zip:index.htm") == "zip"
115 Example : GetRightLocation("file:myzipfile.zip\#zip:index.htm") == "index.htm"
H A Dfs.tex48 file:archives/cpp\_doc.zip\#zip:reference/fopen.htm\#syntax
50 In this example, the protocol is "zip", right location is
52 is "file:archives/cpp\_doc.zip".
54 There are {\bf two} protocols used in this example: "zip" and "file".
61 \twocolitem{{\bf wxArchiveFSHandler}}{A handler for archives such as zip
63 "archive.zip\#zip:filename", "archive.tar.gz\#gzip:\#tar:filename".}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/msdos/
H A Dmakefile.dj224 # ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/v2misc/csdpmi?[b,s].zip
28 # is found, l.c., in the archive pmode??[b,s].zip. The latest (20001022) is
89 # a stub bug that cropped up with the install from fil316b.zip.
97 # for upx???d.zip at http://upx.sourceforge.net/
99 # mlp107[b,s].zip, found in the same location as csdpmi?[b,s].zip (see above).
224 crc32$O: crc32.c $(UNZIP_H) zip.h crc32.h
225 crc32-$O: crc32.c $(UNZIP_H) zip.h crc32.h
226 crc32_$O: crc32.c $(UNZIP_H) zip.h crc32.h
227 crypt$O: crypt.c $(UNZIP_H) zip
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/flexos/
H A Dmakefile174 crc32.obj: crc32.c $(UNZIP_H) zip.h crc32.h
177 crc32.obj: crc32.c $(UNZIP_H) zip.h crc32.h
178 crypt.obj: crypt.c $(UNZIP_H) crc32.h crypt.h ttyio.h zip.h
181 ttyio.obj: ttyio.c $(UNZIP_H) crypt.h ttyio.h zip.h
184 crc32.obf: crc32.c $(UNZIP_H) zip.h crc32.h
185 crypt.obf: crypt.c $(UNZIP_H) crypt.h ttyio.h zip.h
188 ttyio.obf: ttyio.c $(UNZIP_H) crypt.h ttyio.h zip.h
191 crc32.obs: crc32.c $(UNZIP_H) zip.h crc32.h
198 ttyio.obs: ttyio.c $(UNZIP_H) crypt.h ttyio.h zip.h
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/theos/
H A Dmakefile85 crc32.o: crc32.c $(UNZIP_H) zip.h crc32.h
86 crypt.o: crypt.c $(UNZIP_H) zip.h crypt.h crc32.h ttyio.h
97 ttyio.o: ttyio.c $(UNZIP_H) zip.h crypt.h ttyio.h
105 crc32_.o: crc32.c $(UNZIP_H) zip.h crc32.h
108 crypt_.o: crypt.c $(UNZIP_H) zip.h crypt.h crc32.h ttyio.h
129 ttyio_.o: ttyio.c $(UNZIP_H) zip.h crypt.h ttyio.h
139 crc32f.o: crc32.c $(UNZIP_H) zip.h crc32.h
142 cryptf.o: crypt.c $(UNZIP_H) zip.h crypt.h crc32.h ttyio.h
151 ttyiof.o: ttyio.c $(UNZIP_H) zip.h crypt.h ttyio.h
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/win32/
H A Dmakefile.a6436 OBJZ = zip.obj crypt.obj ttyio.obj zipfile.obj zipup.obj fileio.obj util.obj \
46 ZIP_H = zip.h ziperr.h tailor.h win32/osdep.h
48 ZIPS = zip.exe zipnote.exe zipsplit.exe zipcloak.exe
52 zip.obj: zip.c $(ZIP_H) revision.h crc32.h crypt.h ttyio.h
124 zip.exe: $(OBJZ) $(OBJI)
H A Dmakefile.ibm25 OBJZ = zip.obj crypt.obj ttyio.obj zipfile.obj zipup.obj fileio.obj util.obj \
35 ZIP_H = zip.h ziperr.h tailor.h win32/osdep.h
37 ZIPS = zip.exe zipnote.exe zipsplit.exe zipcloak.exe
41 zip.obj: zip.c $(ZIP_H) revision.h crc32.h crypt.h ttyio.h
113 zip.exe: $(OBJZ) $(OBJI)
H A Dmakefile.lcc39 OBJZ1 = zip.obj zipfile.obj zipup.obj fileio.obj util.obj
52 ZIP_H = zip.h ziperr.h tailor.h win32/osdep.h
64 all: zip.exe zipnote.exe zipsplit.exe zipcloak.exe
66 zip.obj: zip.c $(ZIP_H) revision.h crc32.h crypt.h ttyio.h
115 zip.exe: $(OBJZ)
H A Dmakefile.emx61 DEF="win32/zip.def"
77 DEF="win32/zip.def"
93 DEF="win32/zip.def"
109 DEF="win32/zip.def"
169 DEF=win32/zip.def
178 OBJZ1 = zip$(OBJ) zipfile$(OBJ) zipup$(OBJ) fileio$(OBJ) util$(OBJ) \
195 ZIP_H = zip.h ziperr.h tailor.h $(OSDEP_H)
206 all: zip.exe zipnote.exe zipsplit.exe zipcloak.exe
208 zip$(OBJ): zip
[all...]
H A Dmakefile.gcc58 OBJZ1 = zip.o crypt.o ttyio.o zipfile.o zipup.o fileio.o util.o \
73 ZIP_H = zip.h ziperr.h tailor.h $(OSDEP_H)
75 ZIPS = zip.exe zipnote.exe zipsplit.exe zipcloak.exe
88 zip.o: zip.c $(ZIP_H) revision.h crc32.h crypt.h ttyio.h
143 ziprc.o: win32/zip.rc revision.h
144 - $(RC) -o $@ win32/zip.rc
146 zip.exe: $(OBJZ) ziprc.o
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/GeoIP-1.5.1/
H A DMakefile.netware25 ARCHIVE = $(DISTDIR).zip
64 ZIP = zip -qzR9
70 # http://www.gknw.com/development/prgtools/mkxdc.zip
H A DMakefile.win3220 ARCHIVE = $(DISTDIR).zip
53 ZIP = zip -qzR9
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/windll/
H A Ddecs.h7 also may be found at: ftp://ftp.info-zip.org/pub/infozip/license.html
45 int WINAPI Wiz_UnzipToMemory(LPSTR zip, LPSTR file,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/msdos/
H A Dmakefile.tc63 OBJZ = zip.obj crypt.obj ttyio.obj zipfile.obj zipup.obj fileio.obj util.obj \
73 ZIP_H = zip.h ziperr.h tailor.h msdos/osdep.h
75 ZIPS = zip.exe zipnote.exe zipsplit.exe zipcloak.exe
79 zip.obj: zip.c $(ZIP_H) revision.h crc32.h crypt.h ttyio.h
149 zip.exe: $(OBJZ) $(OBJI)
157 ren zip???*.ob *.obj
158 $(STRIP) zip.exe
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/confuse-2.7/
H A DMakefile.am56 zip: dist unpack add-windows-files
57 rm -f $(PACKAGE)-$(VERSION).zip
58 zip -r $(PACKAGE)-$(VERSION).zip $(PACKAGE)-$(VERSION)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libogg-1.1.4/
H A DMakefile.am3 AUTOMAKE_OPTIONS = foreign 1.6 dist-zip
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/html/
H A Dmakefile.wat56 all : .SYMBOLIC about help helpview printing test virtual widget zip
85 cd zip
124 zip : .SYMBOLIC
125 cd zip
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/theos/
H A DMakefile22 OBJZ = zip.o zipfile.o zipup.o fileio.o util.o globals.o crypt.o ttyio.o \
34 ZIP_H = zip.h ziperr.h tailor.h $(OSDEP_H)
36 ZIPS = zip.command zipnote.command zipsplit.command zipcloak.command
40 zip.o: zip.c $(ZIP_H) crc32.h crypt.h ttyio.h revision.h
121 zip.command: $(OBJZ) $(OBJI)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/human68k/
H A DMakefile70 crc32.o: crc32.c $(UNZIP_H) zip.h crc32.h
71 crypt.o: crypt.c $(UNZIP_H) zip.h crypt.h ttyio.h
82 ttyio.o: ttyio.c $(UNZIP_H) zip.h crypt.h ttyio.h
91 crc32_.o: crc32.c $(UNZIP_H) zip.h crc32.h
94 crypt_.o: crypt.c $(UNZIP_H) zip.h crypt.h ttyio.h
115 ttyio_.o: ttyio.c $(UNZIP_H) zip.h crypt.h ttyio.h
126 crc32f.o: crc32.c $(UNZIP_H) zip.h crc32.h
129 cryptf.o: crypt.c $(UNZIP_H) zip.h crypt.h crc32.h ttyio.h
138 ttyiof.o: ttyio.c $(UNZIP_H) zip.h crypt.h ttyio.h
179 TESTZIP = testmake.zip
[all...]

Completed in 310 milliseconds

1234567891011>>