Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/libarchive/tar/
Dbsdtar.h117 #define OPTFLAG_NULL (0x00000100) /* --null */ macro
Dread.c180 (bsdtar->flags & OPTFLAG_NULL)) != ARCHIVE_OK) in read_archive()
Dwrite.c612 (bsdtar->flags & OPTFLAG_NULL)); in archive_names_from_file()
623 } else if (((bsdtar->flags & OPTFLAG_NULL) == 0) && in archive_names_from_file()
Dbsdtar.c577 bsdtar->flags |= OPTFLAG_NULL; in main()