Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/tar/
H A Dbsdtar.h119 #define OPTFLAG_TOTALS (0x00001000) /* --totals */ macro
H A Dbsdtar.c765 bsdtar->flags |= OPTFLAG_TOTALS; in main()
H A Dwrite.c587 if (bsdtar->flags & OPTFLAG_TOTALS) { in write_archive()