Home
last modified time | relevance | path

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

/src/contrib/libarchive/tar/
H A Dbsdtar.h116 #define OPTFLAG_ACLS (0x00040000) /* --acls */ macro
H A Dbsdtar.c294 bsdtar->flags |= OPTFLAG_ACLS; in main()
898 if (bsdtar->flags & OPTFLAG_ACLS) in main()