Searched refs:zfn (Results 1 – 2 of 2) sorted by relevance
/haiku/src/bin/unzip/ |
H A D | unzip.h | 350 int size, ZCONST char *zfn, 352 typedef int (UZ_EXP StatCBFn) (zvoid *pG, int fnflag, ZCONST char *zfn, 601 int size, ZCONST char *zfn,
|
H A D | fileio.c | 1507 int UZ_EXP UzpPassword (pG, rcnt, pwbuf, size, zfn, efn) in UzpPassword() argument 1512 ZCONST char *zfn; /* name of zip archive */ 1529 FnFilter1(zfn), FnFilter2(efn)); 1553 pG = pG; rcnt = rcnt; pwbuf = pwbuf; size = size; zfn = zfn; efn = efn;
|