Home
last modified time | relevance | path

Searched refs:flen (Results 1 – 1 of 1) sorted by relevance

/haiku/src/bin/unzip/
H A Dfileio.c268 int blen, flen, tlen; in open_outfile() local
271 flen = strlen(G.filename); in open_outfile()
272 tlen = flen + blen + 6; /* includes space for 5 digits */ in open_outfile()
280 if (flen > tlen) flen = tlen; in open_outfile()
288 strcpy(tname+flen, BackupSuffix); in open_outfile()
302 char *numtail = tname + flen + blen; in open_outfile()
305 switch (tlen - flen - blen - 1) { in open_outfile()