Home
last modified time | relevance | path

Searched refs:OPTFLAG_NO_SUBDIRS (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/libarchive/tar/
H A Dbsdtar.h96 #define OPTFLAG_NO_SUBDIRS (0x00000080) /* -n */ macro
H A Dbsdtar.c506 bsdtar->flags |= OPTFLAG_NO_SUBDIRS; in main()
970 !(bsdtar->flags & OPTFLAG_NO_SUBDIRS)); in main()
H A Dwrite.c801 if (bsdtar->flags & OPTFLAG_NO_SUBDIRS) in excluded_callback()
841 if (((bsdtar->flags & OPTFLAG_NO_SUBDIRS) == 0) && in metadata_filter()