Searched refs:OPTFLAG_FAST_READ (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/libarchive/tar/
H A Dbsdtar.h112 #define OPTFLAG_FAST_READ (0x00000008) /* --fast-read */ macro
H A Dbsdtar.c647 bsdtar->flags |= OPTFLAG_FAST_READ;
803 if (bsdtar->flags & OPTFLAG_FAST_READ)
H A Dread.c256 if ((bsdtar->flags & OPTFLAG_FAST_READ) &&

Completed in 169 milliseconds