Searched refs:OPTFLAG_NO_READ_SPARSE (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/libarchive/tar/ | ||
H A D | bsdtar.h | 112 #define OPTFLAG_NO_READ_SPARSE (0x00800000) /* --no-read-sparse */ macro |
H A D | bsdtar.c | 567 bsdtar->flags |= OPTFLAG_NO_READ_SPARSE; in main() |