Searched refs:outfp (Results 1 - 1 of 1) sorted by last modified time

/haiku/src/bin/unzip/
H A Dfileio.c1201 FILE *outfp; local
1238 outfp = (FILE *)stderr;
1240 outfp = (FILE *)stdout;
1283 putc('\n', outfp);
1284 fflush(outfp);
1349 if ((error = WriteError(q, p-q+1, outfp)) != 0)
1351 fflush(outfp);
1368 if ((error = WriteError(q, size, outfp)) != 0)
1370 fflush(outfp);

Completed in 54 milliseconds