Home
last modified time | relevance | path

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

/freebsd-14.2/bin/pax/
H A Dar_subs.c267 ls_list(arcn, now, listf); in extract()
301 (void)putc('\n', listf); in extract()
322 (void)putc('\n', listf); in extract()
467 ls_list(arcn, now, listf); in wr_archive()
490 (void)putc('\n', listf); in wr_archive()
508 (void)putc('\n', listf); in wr_archive()
620 (void)fprintf(listf, in append()
682 (void)fputs("done.\n", listf); in append()
887 (void)putc('\n', listf); in copy()
907 (void)putc('\n', listf); in copy()
[all …]
H A Dar_io.c318 (void)putc('\n', listf); in ar_close()
319 (void)fprintf(listf, in ar_close()
322 (void)fflush(listf); in ar_close()
349 (void)fputs("done.\n", listf); in ar_close()
351 (void)fflush(listf); in ar_close()
377 (void)putc('\n', listf); in ar_close()
387 (void)fprintf(listf, "%s: unknown format, %ju bytes skipped.\n", in ar_close()
389 (void)fflush(listf); in ar_close()
395 (void)fprintf(listf, "%llu blocks\n", in ar_close()
398 (void)fprintf(listf, in ar_close()
[all …]
H A Dtty_subs.c148 (void)fflush(listf); in paxwarn()
176 (void)fflush(listf); in syswarn()
H A Dpax.c103 FILE *listf; /* file pointer to print file list to */ variable
234 listf = stderr; in main()
H A Doptions.c522 listf = stdout; in pax_options()
817 listf = stderr; in tar_options()
819 listf = stdout; in tar_options()
1117 listf = stdout; in cpio_options()
H A Dextern.h235 extern FILE *listf;