Searched refs:archive (Results 1 - 25 of 211) sorted by relevance

123456789

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/misc/
H A DMakefile.am30 EXTRA_DIST += add-to-archive cvsuser.c archive.tar.gz
33 gettextsrc_DATA = archive.tar.gz
35 # The archive.tar.gz is not in the CVS. Alpha-testers must use the one from an
37 archive.tar.gz:
38 if test -f $(gettextsrcdir)/archive.tar.gz; then \
39 cp -p $(gettextsrcdir)/archive.tar.gz $@; \
41 echo "archive.tar.gz is not in the CVS. Please copy the archive.tar.gz from an already installed release to gettext-tools/misc/." 1>&2; \
H A Dadd-to-archive19 # Usage: add-to-archive /somewhere/gettext-0.xx.yy.tar.gz
21 # CVS repository in the archive.tar.gz file.
24 echo "Usage: add-to-archive /somewhere/gettext-0.xx.yy.tar.gz"
59 mkdir "$work_dir/archive"
60 work_archive=`pwd`/"$work_dir/archive"
97 (cd autopoint-files && tar xvfz ../archive.tar.gz)
101 cvs -d "$cvsroot" import -m "Import $pack_ver" archive release "$cvsver"
103 (cd autopoint-files && tar cvfz ../archive.tar.gz --owner=root --group=root archive)
104 (cd autopoint-files && du archive)
[all...]
H A Dautopoint.in309 # "du autopoint-files/archive"
421 gzip -d -c < "$gettext_dir/archive.tar.gz" | (cd "$cvs_dir" && tar xf -)
425 (cvs checkout -r"$cvsver" archive > /dev/null) 2>&1 | grep -v '^cvs checkout: Updating'
426 find archive -name CVS -type d -print | xargs rm -rf
427 if test `find archive -type f -print | wc -l` = 0; then
436 # directory, for a given file name, relative to archive.
473 for file in `find "$work_dir/archive" -type f -print | sed -e "s,^$work_dir/archive/,," | LC_ALL=C sort`; do
477 if cmp -s "$work_dir/archive/$file" "$destfile"; then
485 diff -c "$work_dir/archive/
[all...]
H A Dautopoint309 # "du autopoint-files/archive"
421 gzip -d -c < "$gettext_dir/archive.tar.gz" | (cd "$cvs_dir" && tar xf -)
425 (cvs checkout -r"$cvsver" archive > /dev/null) 2>&1 | grep -v '^cvs checkout: Updating'
426 find archive -name CVS -type d -print | xargs rm -rf
427 if test `find archive -type f -print | wc -l` = 0; then
436 # directory, for a given file name, relative to archive.
473 for file in `find "$work_dir/archive" -type f -print | sed -e "s,^$work_dir/archive/,," | LC_ALL=C sort`; do
477 if cmp -s "$work_dir/archive/$file" "$destfile"; then
485 diff -c "$work_dir/archive/
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/des/times/
H A Dhpux.cc1 HPUX 10 - 9000/887 - cc -D_HPUX_SOURCE -Aa +ESlit +O2 -Wl,-a,archive
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/windll/
H A Ddecs.h36 int WINAPI Wiz_Validate(LPSTR archive, int AllCodes);
48 int WINAPI Wiz_Grep(LPSTR archive, LPSTR file, LPSTR pattern,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/des/times/
H A Dhpux.cc1 HPUX 10 - 9000/887 - cc -D_HPUX_SOURCE -Aa +ESlit +O2 -Wl,-a,archive
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/des/times/
H A Dhpux.cc1 HPUX 10 - 9000/887 - cc -D_HPUX_SOURCE -Aa +ESlit +O2 -Wl,-a,archive
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/
H A Dperf-archive.sh2 # perf archive
21 BUILDIDS=$(mktemp /tmp/perf-archive-buildids.XXXXXX)
26 echo "perf archive: no build-ids found"
31 MANIFEST=$(mktemp /tmp/perf-archive-manifest.XXXXXX)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/libs/common/
H A DFileFunctions.cpp95 wxFile archive(file, wxFile::read);
96 if (!archive.IsOpened()) {
101 int read = archive.Read(head, std::min<off_t>(10, archive.Length()));
131 * Replaces the zip-archive with "guarding.p2p" or "ipfilter.dat",
132 * if either of those files are found in the archive.
136 wxZipFSHandler archive; local
137 wxString filename = archive.FindFirst(
168 filename = archive.FindNext();
181 * Unpacks a GZip file and replaces the archive
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Darc.tex3 %% Purpose: Overview of the archive classes
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
27 that can handle any of the archive types,
28 see '\helpref{Generic archive programming}{wxarcgeneric}'.
30 can handle archive files in a generic way.
41 \subsection{Creating an archive}\label{wxarccreate}
46 create each new entry in the archive, then write the entry's data.
69 \subsection{Extracting an archive}\labe
[all...]
H A Darchive.tex3 % wx/archive.h at 16/Sep/04 12:19:29
8 Allows the creation of streams to handle archive formats such
32 <wx/archive.h>
50 \helpref{Generic archive programming}{wxarcgeneric}\\
122 Calls the static GetInternalName() function for the archive entry type,
173 Create a new input or output stream to read or write an archive.
175 If the parent stream is passed as a pointer then the new archive stream
186 It is not necessary to do this to use the archive streams. It is usually
212 % wx/archive.h at 16/Sep/04 12:19:29
218 archive entr
[all...]
H A Dfs.tex46 protocols - for example you may want to access files in a ZIP archive:
63 "archive.zip\#zip:filename", "archive.tar.gz\#gzip:\#tar:filename".}
H A Dfsfile.tex93 archive/main.zip#zip:index.htm#global /* 'global' */
94 archive/main.zip#zip:index.htm /* NO anchor here! */
111 http://www.ms.mff.cuni.cz/~vsla8348/wxhtml/archive.zip#zip:info.txt
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dlog004.tcl21 # Use archive test to populate log
23 puts "\tLog004.a: Call archive to populate log."
24 archive $inmem
H A Drep035script.tcl51 archive {
H A Drep039.tcl63 set archopts { archive noarchive }
112 { method niter tnum recargs clean archive crash cl_logopt pmsgs largs } {
219 # Clobber replication's 30-second anti-archive timer, which will have
257 if { $archive == "archive" } {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/
H A DMakefile.am20 pushd ${top_srcdir} && git archive --prefix=${PACKAGE_TARNAME}-${PACKAGE_VERSION}/ HEAD | tar -C /tmp -x && popd;
H A Drelease.sh17 git archive --prefix="iptables-$VERSION/" "v$VERSION" | tar -xC "$TMPDIR/"
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/
H A DMakefile.am24 pushd ${top_srcdir} && git archive --prefix=${PACKAGE_TARNAME}-${PACKAGE_VERSION}/ HEAD | tar -C /tmp -x && popd;
H A Drelease.sh17 git archive --prefix="iptables-$VERSION/" "v$VERSION" | tar -xC "$TMPDIR/"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/scripts/
H A Dmakefile.cegcc42 $(NAME): remove-old copy-src compilation copy manifest archive
95 archive:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dchm.cpp44 wxChmTools(const wxFileName &archive);
51 /// get an array of archive-member-filenames
57 /// get the name of the archive representated by this class
63 /// Find a file in the archive
67 /// Extract a file in the archive into a file
70 /// check archive for a file
89 /// Array of filenames in archive
100 * @param archive The filename of the archive to open
102 wxChmTools::wxChmTools(const wxFileName &archive) argument
419 wxChmInputStream(const wxString& archive, const wxString& filename, bool simulate) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Dapi.c20 int UzpValidate(char *archive, int AllCodes);
26 int UzpGrep(char *archive, char *file, char *pattern, int cmd, int SkipBin,
523 /* Purpose: Determine if file in archive contains the string szSearch
525 Parameters: archive = archive name
526 file = file contained in the archive. This cannot be
547 int UZ_EXP UzpGrep(char *archive, char *file, char *pattern, int cmd, argument
558 if (!UzpUnzipToMemory(archive, file, &flgopts, UsrFuncts, &retstr)) {
631 int UZ_EXP UzpValidate(char *archive, int AllCodes) argument
650 if (archive
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/dvb/
H A Dget_dvb_firmware386 my $archive = 'Yuan MPC718 TV Tuner Card 2.13.10.1016.zip';
387 my $url = "ftp://ftp.work.acer-euro.com/desktop/aspire_idea510/vista/Drivers/$archive";
392 wgetfile($archive, $url);
393 unzip($archive, $tmpdir);

Completed in 272 milliseconds

123456789