Searched refs:listf (Results 1 – 6 of 6) sorted by relevance
/freebsd/bin/pax/ |
H A D | ar_subs.c | 261 ls_list(arcn, now, listf); in extract() 263 (void)fputs(arcn->name, listf); in extract() 295 (void)putc('\n', listf); in extract() 316 (void)putc('\n', listf); in extract() 461 ls_list(arcn, now, listf); in wr_archive() 463 (void)fputs(arcn->name, listf); in wr_archive() 484 (void)putc('\n', listf); in wr_archive() 502 (void)putc('\n', listf); in wr_archive() 614 (void)fprintf(listf, in append() 676 (void)fputs("done.\n", listf); in append() [all …]
|
H A D | ar_io.c | 312 (void)putc('\n', listf); in ar_close() 313 (void)fprintf(listf, in ar_close() 316 (void)fflush(listf); in ar_close() 343 (void)fputs("done.\n", listf); in ar_close() 345 (void)fflush(listf); in ar_close() 371 (void)putc('\n', listf); in ar_close() 381 (void)fprintf(listf, "%s: unknown format, %ju bytes skipped.\n", in ar_close() 383 (void)fflush(listf); in ar_close() 389 (void)fprintf(listf, "%llu blocks\n", in ar_close() 392 (void)fprintf(listf, in ar_close() [all …]
|
H A D | tty_subs.c | 142 (void)fflush(listf); in paxwarn() 170 (void)fflush(listf); in syswarn()
|
H A D | pax.c | 91 FILE *listf; /* file pointer to print file list to */ variable 222 listf = stderr; in main()
|
H A D | options.c | 515 listf = stdout; in pax_options() 810 listf = stderr; in tar_options() 812 listf = stdout; in tar_options() 1110 listf = stdout; in cpio_options()
|
H A D | extern.h | 233 extern FILE *listf;
|