Home
last modified time | relevance | path

Searched refs:AE_SET_SYMLINK (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/libarchive/libarchive/
H A Darchive_entry.c481 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 …]
H A Darchive_entry_private.h140 #define AE_SET_SYMLINK 2 macro