| /src/external/ibm-public/postfix/dist/src/global/ |
| nbdb_util_test.c | 234 const char *want_type; member in struct:map_leg_type_test 282 } else if (!got_type != !tp->want_type) { 284 STR_OR_NULL(got_type), STR_OR_NULL(tp->want_type)); 286 } else if (got_type && strcmp(got_type, tp->want_type) != 0) { 288 got_type, tp->want_type); 307 .want_type = "cdb", 316 .want_type = "lmdb", 325 .want_type = "lmdb", 334 .want_type = "cdb", 343 .want_type = "lmdb" [all...] |
| /src/external/bsd/libarchive/dist/libarchive/ |
| archive_acl.c | 59 static size_t archive_acl_text_len(struct archive_acl *acl, int want_type, 378 * Return a count of entries matching "want_type". 381 archive_acl_count(struct archive_acl *acl, int want_type) 389 if ((ap->type & want_type) != 0) 394 if (count > 0 && ((want_type & ARCHIVE_ENTRY_ACL_TYPE_ACCESS) != 0)) 410 * of entries matching "want_type", or zero if there are no 414 archive_acl_reset(struct archive_acl *acl, int want_type) 418 count = archive_acl_count(acl, want_type); 425 if ((want_type & ARCHIVE_ENTRY_ACL_TYPE_ACCESS) != 0) 444 archive_acl_next(struct archive *a, struct archive_acl *acl, int want_type, 515 int want_type; local 686 int id, r, want_type; local 923 int id, r, want_type; local [all...] |
| archive_entry.c | 1692 * Return a count of entries matching "want_type". 1695 archive_entry_acl_count(struct archive_entry *entry, int want_type) 1697 return archive_acl_count(&entry->acl, want_type); 1702 * of entries matching "want_type", or zero if there are no 1706 archive_entry_acl_reset(struct archive_entry *entry, int want_type) 1708 return archive_acl_reset(&entry->acl, want_type); 1716 archive_entry_acl_next(struct archive_entry *entry, int want_type, int *type, 1720 r = archive_acl_next(entry->archive, &entry->acl, want_type, type,
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| name-lookup.h | 451 extern tree get_class_binding_direct (tree, tree, bool want_type = false); 452 extern tree get_class_binding (tree, tree, bool want_type = false);
|
| search.cc | 411 Otherwise, return a DECL with the indicated name. If WANT_TYPE is 984 int want_type; 1062 nval = get_class_binding (type, lfi->name, lfi->want_type); 1158 WANT_TYPE is 1 when we should only return TYPE_DECLs. 1165 lookup_member (tree xbasetype, tree name, int protect, bool want_type, 1216 lfi.want_type = want_type; 1407 lookup_field (tree xbasetype, tree name, int protect, bool want_type) 1409 tree rval = lookup_member (xbasetype, name, protect, want_type, 1427 tree rval = lookup_member (xbasetype, name, protect, /*want_type=*/false 983 int want_type; member in struct:lookup_field_info [all...] |
| name-lookup.cc | 1780 fields_linear_search (tree klass, tree name, bool want_type) 1789 if (tree temp = search_anon_aggr (TREE_TYPE (decl), name, want_type)) 1807 if (!want_type || DECL_DECLARES_TYPE_P (decl)) 1885 search_anon_aggr (tree anon, tree name, bool want_type) 1888 tree ret = get_class_binding_direct (anon, name, want_type); 1900 get_class_binding_direct (tree klass, tree name, bool want_type) 1919 if (want_type) 1961 val = want_type ? STAT_TYPE (val) : STAT_DECL (val); 1962 else if (want_type && !DECL_DECLARES_TYPE_P (val)) 1967 if (member_vec && !want_type) [all...] |
| decl.cc | 4517 bool want_type = (tag_type != none_type && tag_type != typename_type) 4519 t = lookup_member (context, name, /*protect=*/2, want_type, complain); 4509 bool want_type = (tag_type != none_type && tag_type != typename_type) local
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| name-lookup.h | 448 extern tree get_class_binding_direct (tree, tree, bool want_type = false); 449 extern tree get_class_binding (tree, tree, bool want_type = false);
|
| search.cc | 391 Otherwise, return a DECL with the indicated name. If WANT_TYPE is 944 int want_type; 1022 nval = get_class_binding (type, lfi->name, lfi->want_type); 1107 WANT_TYPE is 1 when we should only return TYPE_DECLs. 1114 lookup_member (tree xbasetype, tree name, int protect, bool want_type, 1165 lfi.want_type = want_type; 1356 lookup_field (tree xbasetype, tree name, int protect, bool want_type) 1358 tree rval = lookup_member (xbasetype, name, protect, want_type, 1376 tree rval = lookup_member (xbasetype, name, protect, /*want_type=*/false 943 int want_type; member in struct:lookup_field_info [all...] |
| name-lookup.cc | 1775 fields_linear_search (tree klass, tree name, bool want_type) 1784 if (tree temp = search_anon_aggr (TREE_TYPE (decl), name, want_type)) 1802 if (!want_type || DECL_DECLARES_TYPE_P (decl)) 1815 search_anon_aggr (tree anon, tree name, bool want_type) 1818 tree ret = get_class_binding_direct (anon, name, want_type); 1830 get_class_binding_direct (tree klass, tree name, bool want_type) 1847 val = want_type ? STAT_TYPE (val) : STAT_DECL (val); 1848 else if (want_type && !DECL_DECLARES_TYPE_P (val)) 1853 if (member_vec && !want_type) 1859 if (tree field_val = fields_linear_search (klass, lookup, want_type)) [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| minsyms.c | 781 minimal_symbol_type want_type = msym_prefer_to_msym_type (prefer); local 896 && msymbol[hi].type () != want_type 897 && msymbol[hi - 1].type () == want_type
|
| /src/external/gpl3/gdb/dist/gdb/ |
| minsyms.c | 781 minimal_symbol_type want_type = msym_prefer_to_msym_type (prefer); local 896 && msymbol[hi].type () != want_type 897 && msymbol[hi - 1].type () == want_type
|
| /src/external/bsd/libarchive/dist/test_utils/ |
| test_main.c | 3337 int want_type, int mode) 3352 if ((acls[i].type & want_type) != 0) { 3360 want_type); 3364 while (0 == (r = archive_entry_acl_next(ae, want_type, 3437 if ((want_type & ARCHIVE_ENTRY_ACL_TYPE_ACCESS) != 0 &&
|