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

/macosx-10.10.1/libarchive-30/libarchive/libarchive/
H A Darchive_string.h126 #define archive_strlen(a) ((a)->length) macro
H A Darchive_read_support_format_mtree.c486 if (archive_strlen(&mtree->current_dir) > 0) {
562 size_t n = archive_strlen(&mtree->current_dir);
583 if (archive_strlen(&mtree->contents_name) > 0)
593 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.c1158 if (as->s[archive_strlen(as) - 1] != '/')
1282 if (archive_strlen(&(tar->entry_gname)) > 0) {
1296 if (archive_strlen(&(tar->entry_linkpath)) > 0) {
1320 if (archive_strlen(&(tar->entry_pathname_override)) > 0)
1322 else if (archive_strlen(&(tar->entry_pathname)) > 0)
1337 if (archive_strlen(&(tar->entry_uname)) > 0) {
H A Darchive_read_support_format_xar.c683 if (archive_strlen(&(file->hardlink)) > 0)
693 if (archive_strlen(&(file->fflags_text)) > 0)
2805 if (archive_strlen(&(xar->file->fflags_text)) > 0)
2902 if (archive_strlen(&(xar->file->fflags_text)) > 0)
H A Darchive_read_support_format_zip.c426 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.c2816 if (file->parent != NULL && archive_strlen(&file->parent->name) > 0) {
2820 if (archive_strlen(&file->name) == 0)

Completed in 142 milliseconds