Searched refs:OPTFLAG_UNLINK_FIRST (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/libarchive/tar/
H A Dbsdtar.h122 #define OPTFLAG_UNLINK_FIRST (0x00002000) /* -U */ macro
H A Dbsdtar.c693 bsdtar->flags |= OPTFLAG_UNLINK_FIRST;
850 if (bsdtar->flags & OPTFLAG_UNLINK_FIRST)

Completed in 105 milliseconds