Searched refs:AE_SET_SYMLINK (Results 1 – 2 of 2) sorted by relevance
481 if ((entry->ae_set & AE_SET_SYMLINK) != 0) { in archive_entry_set_link_to_hardlink()482 entry->ae_set &= ~AE_SET_SYMLINK; in archive_entry_set_link_to_hardlink()748 if ((entry->ae_set & AE_SET_SYMLINK) == 0) in archive_entry_symlink()764 entry->ae_set |= AE_SET_SYMLINK; in archive_entry_set_link_to_symlink()777 if ((entry->ae_set & AE_SET_SYMLINK) == 0) in archive_entry_symlink_utf8()791 if ((entry->ae_set & AE_SET_SYMLINK) == 0) in archive_entry_symlink_w()805 if ((entry->ae_set & AE_SET_SYMLINK) == 0) { in _archive_entry_symlink_l()1010 if (entry->ae_set & AE_SET_SYMLINK) { in archive_entry_set_hardlink()1016 entry->ae_set &= ~AE_SET_SYMLINK; in archive_entry_set_hardlink()1023 if (target == NULL && (entry->ae_set & AE_SET_SYMLINK)) in archive_entry_set_hardlink_utf8()[all …]
140 #define AE_SET_SYMLINK 2 macro