Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/libarchive/tar/
HDbsdtar.h102 #define OPTFLAG_UNLINK_FIRST (0x00002000) /* -U */ macro
HDbsdtar.c754 bsdtar->flags |= OPTFLAG_UNLINK_FIRST; in main()
915 if (bsdtar->flags & OPTFLAG_UNLINK_FIRST) in main()