Searched refs:aes_copy_wcs (Results 1 – 1 of 1) sorted by relevance
| /minix3/external/bsd/libarchive/dist/libarchive/ |
| H A D | archive_entry.c | 108 static int aes_copy_wcs(struct aes *, const wchar_t *wcs); 336 aes_copy_wcs(struct aes *aes, const wchar_t *wcs) in aes_copy_wcs() function 790 aes_copy_wcs(&entry->ae_fflags_text, flags); in archive_entry_copy_fflags_text_w() 817 aes_copy_wcs(&entry->ae_gname, name); in archive_entry_copy_gname_w() 863 aes_copy_wcs(&entry->ae_hardlink, target); in archive_entry_copy_hardlink_w() 977 aes_copy_wcs(&entry->ae_symlink, target); in archive_entry_copy_link_w() 979 aes_copy_wcs(&entry->ae_hardlink, target); in archive_entry_copy_link_w() 1036 aes_copy_wcs(&entry->ae_pathname, name); in archive_entry_copy_pathname_w() 1121 aes_copy_wcs(&entry->ae_symlink, linkname); in archive_entry_copy_symlink_w() 1160 aes_copy_wcs(&entry->ae_uname, name); in archive_entry_copy_uname_w()
|