Searched refs:want_type (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/contrib/libarchive/libarchive/
H A Darchive_acl.c312 * Return a count of entries matching "want_type".
315 archive_acl_count(struct archive_acl *acl, int want_type) argument
323 if ((ap->type & want_type) != 0)
328 if (count > 0 && ((want_type & ARCHIVE_ENTRY_ACL_TYPE_ACCESS) != 0))
335 * of entries matching "want_type", or zero if there are no
339 archive_acl_reset(struct archive_acl *acl, int want_type) argument
343 count = archive_acl_count(acl, want_type);
350 if ((want_type & ARCHIVE_ENTRY_ACL_TYPE_ACCESS) != 0)
369 archive_acl_next(struct archive *a, struct archive_acl *acl, int want_type, int *type, argument
384 if ((want_type
[all...]
H A Darchive_entry.c1294 * Return a count of entries matching "want_type".
1297 archive_entry_acl_count(struct archive_entry *entry, int want_type) argument
1299 return archive_acl_count(&entry->acl, want_type);
1304 * of entries matching "want_type", or zero if there are no
1308 archive_entry_acl_reset(struct archive_entry *entry, int want_type) argument
1310 return archive_acl_reset(&entry->acl, want_type);
1318 archive_entry_acl_next(struct archive_entry *entry, int want_type, int *type, argument
1322 r = archive_acl_next(entry->archive, &entry->acl, want_type, type,
/freebsd-10.1-release/contrib/gcc/cp/
H A Dsearch.c384 lookup_field_1 (tree type, tree name, bool want_type)
427 if (want_type)
462 tree temp = lookup_field_1 (TREE_TYPE (field), name, want_type);
482 && (!want_type
960 int want_type;
1057 if (!lfi->want_type)
1066 nval = lookup_field_1 (type, lfi->name, lfi->want_type);
1075 if (lfi->want_type && TREE_CODE (nval) != TYPE_DECL
1190 lookup_member (tree xbasetype, tree name, int protect, bool want_type)
1234 lfi.want_type
382 lookup_field_1(tree type, tree name, bool want_type) argument
958 int want_type; member in struct:lookup_field_info
1188 lookup_member(tree xbasetype, tree name, int protect, bool want_type) argument
1297 lookup_field(tree xbasetype, tree name, int protect, bool want_type) argument
[all...]

Completed in 55 milliseconds