Searched refs:filespecs (Results 1 - 6 of 6) sorted by relevance

/haiku/src/bin/unzip/
H A Dunzip.c887 G.filespecs = argc;
898 G.filespecs = pp - G.pfnames;
901 G.filespecs = 0;
904 G.xfilespecs = argc - G.filespecs - 1;
913 G.filespecs = argc;
934 G.filespecs = pp - G.pfnames;
956 G.filespecs = argc - (G.pfnames-argv); /* for now... */
960 G.filespecs = 0; /* GRR: necessary? */
969 G.filespecs = 0;
972 G.filespecs
[all...]
H A Dglobals.h174 unsigned filespecs; /* number of real file specifications to be matched */ member in struct:Globals
175 unsigned xfilespecs; /* number of excluded filespecs to be matched */
H A Dapi.c305 G.filespecs = ptr - cpInclude;
353 G.filespecs = 1;
H A Dextract.c318 /* malloc space for check on unmatched filespecs (OK if one or both NULL) */
319 if (G.filespecs > 0 &&
320 (fn_matched=(int *)malloc(G.filespecs*sizeof(int))) != (int *)NULL)
321 for (i = 0; i < G.filespecs; ++i)
442 if (G.filespecs == 0)
446 for (i = 0; i < G.filespecs; i++)
584 Check for unmatched filespecs on command line and print warning if any
589 for (i = 0; i < G.filespecs; ++i)
H A Dlist.c211 for (i = 0; i < G.filespecs; i++)
564 for (i = 0; i < G.filespecs; i++)
H A Dzipinfo.c709 Malloc space for check on unmatched filespecs (no big deal if one or both
713 if (G.filespecs > 0 &&
714 (fn_matched=(int *)malloc(G.filespecs*sizeof(int))) != NULL)
715 for (j = 0; j < G.filespecs; ++j)
778 for (i = 0; i < G.filespecs; i++)
886 Check for unmatched filespecs on command line and print warning if any
891 for (j = 0; j < G.filespecs; ++j)

Completed in 144 milliseconds