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

/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_entry_private.h173 wchar_t *acl_text_w; member in struct:archive_entry
H A Darchive_entry.c1189 if (entry->acl_text_w != NULL) {
1190 free(entry->acl_text_w);
1191 entry->acl_text_w = NULL;
1287 if (entry->acl_text_w != NULL) {
1288 free(entry->acl_text_w);
1289 entry->acl_text_w = NULL;
1457 if (entry->acl_text_w != NULL) {
1458 free (entry->acl_text_w);
1459 entry->acl_text_w = NULL;
1498 wp = entry->acl_text_w
[all...]

Completed in 124 milliseconds