Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/tar/
H A Dbsdtar.h120 #define OPTFLAG_UNLINK_FIRST (0x00002000) /* -U */ macro
H A Dbsdtar.c769 bsdtar->flags |= OPTFLAG_UNLINK_FIRST; in main()
930 if (bsdtar->flags & OPTFLAG_UNLINK_FIRST) in main()