Searched refs:archive_strlen (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_string.h128 #define archive_strlen(a) ((a)->length) macro
H A Darchive_read_support_format_mtree.c486 if (archive_strlen(&mtree->current_dir) > 0) {
563 size_t n = archive_strlen(&mtree->current_dir);
584 if (archive_strlen(&mtree->contents_name) > 0)
594 archive_strlen(&mtree->contents_name) > 0)) {
H A Darchive_write_set_format_pax.c884 if (archive_strlen(&(pax->pax_header)) > 0) {
896 archive_strlen(&(pax->pax_header)));
957 pax->entry_bytes_remaining = archive_strlen(&(pax->pax_header));
961 archive_strlen(&(pax->pax_header)));
H A Darchive_read_support_format_tar.c1155 if (as->s[archive_strlen(as) - 1] != '/')
1279 if (archive_strlen(&(tar->entry_gname)) > 0) {
1293 if (archive_strlen(&(tar->entry_linkpath)) > 0) {
1317 if (archive_strlen(&(tar->entry_pathname_override)) > 0)
1319 else if (archive_strlen(&(tar->entry_pathname)) > 0)
1334 if (archive_strlen(&(tar->entry_uname)) > 0) {
H A Darchive_read_support_format_xar.c684 if (archive_strlen(&(file->hardlink)) > 0)
694 if (archive_strlen(&(file->fflags_text)) > 0)
2806 if (archive_strlen(&(xar->file->fflags_text)) > 0)
2903 if (archive_strlen(&(xar->file->fflags_text)) > 0)
H A Darchive_read_support_format_zip.c470 if (zip->pathname.s[archive_strlen(&zip->pathname) - 1] == '/')
H A Darchive_write_set_format_mtree.c348 if (archive_strlen(dir) > 0) {
H A Darchive_read_support_format_iso9660.c2986 if (file->parent != NULL && archive_strlen(&file->parent->name) > 0) {
2990 if (archive_strlen(&file->name) == 0)

Completed in 77 milliseconds