Home
last modified time | relevance | path

Searched refs:OPTFLAG_INTERACTIVE (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/contrib/libarchive/tar/
H A Dbsdtar.h114 #define OPTFLAG_INTERACTIVE (0x00000020) /* -w */ macro
H A Dwrite.c697 if ((bsdtar->flags & OPTFLAG_INTERACTIVE) && in append_archive()
820 if ((bsdtar->flags & OPTFLAG_INTERACTIVE) && in excluded_callback()
851 if ((bsdtar->flags & OPTFLAG_INTERACTIVE) && in metadata_filter()
H A Dread.c349 if ((bsdtar->flags & OPTFLAG_INTERACTIVE) && in read_archive()
H A Dbsdtar.c751 bsdtar->flags |= OPTFLAG_INTERACTIVE; in main()