Searched refs:aes_copy_mbs (Results 1 – 1 of 1) sorted by relevance
| /freebsd-9-stable/contrib/libarchive/libarchive/ |
| D | archive_entry.c | 106 static int aes_copy_mbs(struct aes *, const char *mbs); 264 return (aes_copy_mbs(aes, mbs)); in aes_set_mbs() 268 aes_copy_mbs(struct aes *aes, const char *mbs) in aes_copy_mbs() function 582 aes_copy_mbs(&entry->ae_fflags_text, p); in archive_entry_fflags_text() 781 aes_copy_mbs(&entry->ae_fflags_text, flags); in archive_entry_copy_fflags_text() 811 aes_copy_mbs(&entry->ae_gname, name); in archive_entry_copy_gname() 853 aes_copy_mbs(&entry->ae_hardlink, target); in archive_entry_copy_hardlink() 967 aes_copy_mbs(&entry->ae_symlink, target); in archive_entry_copy_link() 969 aes_copy_mbs(&entry->ae_hardlink, target); in archive_entry_copy_link() 1030 aes_copy_mbs(&entry->ae_pathname, name); in archive_entry_copy_pathname() [all …]
|