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

/freebsd-10-stable/bin/pax/
H A Dtty_subs.c148 (void)fflush(listf);
176 (void)fflush(listf);
H A Dar_subs.c267 ls_list(arcn, now, listf);
269 (void)fputs(arcn->name, listf);
301 (void)putc('\n', listf);
322 (void)putc('\n', listf);
466 ls_list(arcn, now, listf);
468 (void)fputs(arcn->name, listf);
489 (void)putc('\n', listf);
507 (void)putc('\n', listf);
619 (void)fprintf(listf,
681 (void)fputs("done.\n", listf);
[all...]
H A Dar_io.c318 (void)putc('\n', listf);
319 (void)fprintf(listf,
322 (void)fflush(listf);
349 (void)fputs("done.\n", listf);
351 (void)fflush(listf);
377 (void)putc('\n', listf);
388 (void)fprintf(listf, "%s: unknown format, %lu bytes skipped.\n",
391 (void)fprintf(listf, "%s: unknown format, %ju bytes skipped.\n",
394 (void)fflush(listf);
400 (void)fprintf(listf, "
[all...]
H A Dpax.c103 FILE *listf; /* file pointer to print file list to */ variable
234 listf = stderr;
H A Doptions.c521 listf = stdout;
816 listf = stderr;
818 listf = stdout;
1116 listf = stdout;
H A Dextern.h236 extern FILE *listf;

Completed in 106 milliseconds