Searched refs:zipfn (Results 1 - 10 of 10) sorted by relevance

/haiku/src/bin/unzip/
H A Dprocess.c274 if ( (G.zipfn = (char *)malloc(len+sizeof(EXE_EXTENSION))) !=
276 strcpy(G.zipfn, G.argv0);
277 strcpy(G.zipfn+len, EXE_EXTENSION);
279 free(G.zipfn);
280 G.zipfn = G.argv0; /* for "cannot find myself" message only */
284 G.zipfn = G.argv0; /* for "cannot find myself" message only */
294 G.zipfn));
312 while ((G.zipfn = do_wild(__G__ G.wildzipfn)) != (char *)NULL) {
313 Trace((stderr, "do_wild( %s ) returns %s\n", G.wildzipfn, G.zipfn));
315 lastzipfn = G.zipfn;
[all...]
H A Dglobals.h241 char *zipfn; /* GRR: WINDLL: must nuke any malloc'd zipfn... */ member in struct:Globals
H A Dextract.c635 (error_in_archive == PK_WARN)? "warning-" : "", G.zipfn));
638 G.zipfn));
641 G.zipfn));
644 , G.zipfn, num, (num==1L)? "":"s"));
655 G.zipfn));
875 G.zipfn, LoadFarString(ReportMsg)));
896 G.zipfn, LoadFarString(ReportMsg)));
1055 LoadFarString(BackslashPathSep), G.zipfn));
1304 (*G.statreportcb)(__G__ UZ_ST_START_EXTRACT, G.zipfn,
1329 (*G.statreportcb)(__G__ UZ_ST_FINISH_MEMBER, G.zipfn,
[all...]
H A Dfileio.c187 G.zipfd = open(G.zipfn, O_RDONLY, 0, "ctx=stm");
190 G.zipfd = open(G.zipfn, 0);
196 G.zipfd = fopen(G.zipfn, FOPR);
199 G.zipfd = open(G.zipfn, O_RDONLY | O_BINARY);
201 G.zipfd = open(G.zipfn, O_RDONLY);
216 G.zipfn));
682 G.zipfn, LoadFarString(ReportMsg)));
772 (*G.statreportcb)(__G__ UZ_ST_IN_PROGRESS, G.zipfn, G.filename, NULL))
H A Dcrypt.c434 GLOBAL(zipfn), GLOBAL(filename));
H A Dcryptf.c437 GLOBAL(zipfn), GLOBAL(filename));
H A Dunzip.c766 G.zipfn = GetLoadPath(__G);/* non-MSC NT puts path into G.filename[] */
768 G.zipfn = G.argv0;
H A Dzipinfo.c616 Info(slide, 0, ((char *)slide, ((int)strlen(G.zipfn) < 39)?
617 LoadFarString(LongHeader) : LoadFarString(ShortHeader), G.zipfn,
847 (*G.statreportcb)(__G__ UZ_ST_FINISH_MEMBER, G.zipfn,
H A Dinflate.c448 G.zipfn, G.filename));
H A Dinflatef.c206 G.zipfn, G.filename));

Completed in 205 milliseconds