Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/tar/
H A Dbsdtar.h91 #define OPTFLAG_CHROOT (0x00000004) /* --chroot */ macro
H A Dread.c218 if (mode == 'x' && (bsdtar->flags & OPTFLAG_CHROOT)) { in read_archive()
H A Dbsdtar.c324 bsdtar->flags |= OPTFLAG_CHROOT; in main()