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

/macosx-10.10/libarchive-30/libarchive/libarchive/
H A Darchive_entry.c102 static void aes_copy(struct aes *dest, struct aes *src);
174 aes_copy(struct aes *dest, struct aes *src) function
186 __archive_errx(1, "No memory for aes_copy()");
407 aes_copy(&entry2->ae_fflags_text, &entry->ae_fflags_text);
408 aes_copy(&entry2->ae_gname, &entry->ae_gname);
409 aes_copy(&entry2->ae_hardlink, &entry->ae_hardlink);
410 aes_copy(&entry2->ae_pathname, &entry->ae_pathname);
411 aes_copy(&entry2->ae_sourcepath, &entry->ae_sourcepath);
412 aes_copy(&entry2->ae_symlink, &entry->ae_symlink);
414 aes_copy(
[all...]

Completed in 83 milliseconds