Home
last modified time | relevance | path

Searched refs:want_type (Results 1 – 6 of 6) sorted by relevance

/dragonfly/contrib/libarchive/libarchive/
H A Darchive_acl.c503 int want_type; in archive_acl_text_want_type() local
516 want_type = 0; in archive_acl_text_want_type()
523 if (want_type == 0) in archive_acl_text_want_type()
526 return (want_type); in archive_acl_text_want_type()
674 int id, r, want_type; in archive_acl_to_text_w() local
680 if (want_type == 0) in archive_acl_to_text_w()
913 if (want_type == 0) in archive_acl_to_text_l()
1138 int want_type) in archive_acl_from_text_w() argument
1155 switch (want_type) { in archive_acl_from_text_w()
1221 type = want_type; in archive_acl_from_text_w()
[all …]
H A Darchive_entry.c1543 archive_entry_acl_count(struct archive_entry *entry, int want_type) in archive_entry_acl_count() argument
1545 return archive_acl_count(&entry->acl, want_type); in archive_entry_acl_count()
1554 archive_entry_acl_reset(struct archive_entry *entry, int want_type) in archive_entry_acl_reset() argument
1556 return archive_acl_reset(&entry->acl, want_type); in archive_entry_acl_reset()
1564 archive_entry_acl_next(struct archive_entry *entry, int want_type, int *type, in archive_entry_acl_next() argument
1568 r = archive_acl_next(entry->archive, &entry->acl, want_type, type, in archive_entry_acl_next()
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dsearch.c383 lookup_field_1 (tree type, tree name, bool want_type) in lookup_field_1() argument
424 if (want_type) in lookup_field_1()
469 tree temp = lookup_field_1 (TREE_TYPE (field), name, want_type); in lookup_field_1()
483 && (!want_type in lookup_field_1()
958 int want_type; member
1038 if (!lfi->want_type) in lookup_field_r()
1043 nval = lookup_field_1 (type, lfi->name, lfi->want_type); in lookup_field_r()
1052 if (lfi->want_type && TREE_CODE (nval) != TYPE_DECL in lookup_field_r()
1212 lfi.want_type = want_type; in lookup_member()
1280 lookup_field (tree xbasetype, tree name, int protect, bool want_type) in lookup_field() argument
[all …]
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dsearch.c907 int want_type; member
980 nval = get_class_binding (type, lfi->name, lfi->want_type); in lookup_field_r()
984 if (lfi->want_type && nval && !DECL_DECLARES_TYPE_P (nval)) in lookup_field_r()
1083 lookup_member (tree xbasetype, tree name, int protect, bool want_type, in lookup_member() argument
1136 lfi.want_type = want_type; in lookup_member()
1320 lookup_field (tree xbasetype, tree name, int protect, bool want_type) in lookup_field() argument
1322 tree rval = lookup_member (xbasetype, name, protect, want_type, in lookup_field()
H A Dname-lookup.c1163 fields_linear_search (tree klass, tree name, bool want_type) in fields_linear_search() argument
1172 if (tree temp = search_anon_aggr (TREE_TYPE (decl), name, want_type)) in fields_linear_search()
1190 if (!want_type || DECL_DECLARES_TYPE_P (decl)) in fields_linear_search()
1203 search_anon_aggr (tree anon, tree name, bool want_type) in search_anon_aggr() argument
1206 tree ret = get_class_binding_direct (anon, name, want_type); in search_anon_aggr()
/dragonfly/contrib/gdb-7/gdb/
H A Dminsyms.c488 enum minimal_symbol_type want_type, other_type; in lookup_minimal_symbol_by_pc_section_1() local
490 want_type = want_trampoline ? mst_solib_trampoline : mst_text; in lookup_minimal_symbol_by_pc_section_1()
608 && MSYMBOL_TYPE (&msymbol[hi - 1]) == want_type in lookup_minimal_symbol_by_pc_section_1()