Searched refs:xn_matched (Results 1 - 2 of 2) sorted by relevance

/haiku/src/bin/unzip/
H A Dextract.c281 int *fn_matched=NULL, *xn_matched=NULL; local
324 (xn_matched=(int *)malloc(G.xfilespecs*sizeof(int))) != (int *)NULL)
326 xn_matched[i] = FALSE;
458 if (xn_matched)
459 xn_matched[i] = TRUE;
497 if (xn_matched)
498 free((zvoid *)xn_matched);
606 if (xn_matched) {
608 if (!xn_matched[i])
611 free((zvoid *)xn_matched);
[all...]
H A Dzipinfo.c701 int *fn_matched=NULL, *xn_matched=NULL; local
719 (xn_matched=(int *)malloc(G.xfilespecs*sizeof(int))) != NULL)
721 xn_matched[j] = FALSE;
789 if (xn_matched)
790 xn_matched[i] = TRUE;
851 if (xn_matched)
852 free((zvoid *)xn_matched);
897 if (xn_matched) {
899 if (!xn_matched[j])
902 free((zvoid *)xn_matched);
[all...]

Completed in 62 milliseconds