Searched refs:longnames (Results 1 – 4 of 4) sorted by relevance
609 arch->longnames = NULL; in setup_archive()669 arch->longnames = (char *) malloc (arch->longnames_size + 1); in setup_archive()670 if (arch->longnames == NULL) in setup_archive()676 if (fread (arch->longnames, arch->longnames_size, 1, file) != 1) in setup_archive()678 free (arch->longnames); in setup_archive()679 arch->longnames = NULL; in setup_archive()688 arch->longnames[arch->longnames_size] = 0; in setup_archive()730 if (arch->longnames != NULL) in release_archive()731 free (arch->longnames); in release_archive()754 if (arch->longnames == NULL || arch->longnames_size == 0) in get_archive_member_name()[all …]
70 char * longnames; /* The long file names table. */ member
342 arch.longnames = NULL; in process_archive()351 nested_arch.longnames = NULL; in process_archive()
16644 arch.longnames = NULL; in process_archive()16653 nested_arch.longnames = NULL; in process_archive()