Searched refs:OPTFLAG_IGNORE_ZEROS (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/bsd/libarchive/dist/tar/
H A Dbsdtar.h111 #define OPTFLAG_IGNORE_ZEROS (0x00000010) /* --ignore-zeros */ macro
H A Dread.c210 if (bsdtar->flags & OPTFLAG_IGNORE_ZEROS)
H A Dwrite.c198 if (bsdtar->flags & OPTFLAG_IGNORE_ZEROS)
H A Dbsdtar.c439 bsdtar->flags |= OPTFLAG_IGNORE_ZEROS;

Completed in 142 milliseconds