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

/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_entry_private.h147 #define AE_SET_SYMLINK 2 macro
H A Darchive_entry.c725 if (entry->ae_set & AE_SET_SYMLINK)
733 if (entry->ae_set & AE_SET_SYMLINK)
956 if (entry->ae_set & AE_SET_SYMLINK)
966 if (entry->ae_set & AE_SET_SYMLINK)
976 if (entry->ae_set & AE_SET_SYMLINK)
985 if (entry->ae_set & AE_SET_SYMLINK)
1103 entry->ae_set |= AE_SET_SYMLINK;
1105 entry->ae_set &= ~AE_SET_SYMLINK;
1113 entry->ae_set |= AE_SET_SYMLINK;
1115 entry->ae_set &= ~AE_SET_SYMLINK;
[all...]

Completed in 102 milliseconds