Home
last modified time | relevance | path

Searched refs:key_value (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/libcxx/utils/gdb/libcxx/
H A Dprinters.py671 for key_value in self._get_key_value(current):
672 yield "", key_value
712 key_value = node.cast(self.util.cast_type).dereference()[
714 return [key_value["first"], key_value["second"]]
730 key_value = node.cast(self.util.cast_type).dereference()["__value_"]
731 return [key_value]
823 for key_value in self._get_key_value(next_val):
824 yield "", key_value
858 key_value = node["__value_"]["__cc"]
859 return [key_value["first"], key_value["second"]]
[all …]
/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Ddict_ni.c71 const char *key_value, char *val_prop) in dict_ni_do_lookup() argument
86 msg_info("ni_lookup %s %s=%s", path, key_prop, key_value); in dict_ni_do_lookup()
93 query = mymalloc(strlen(path) + strlen(key_prop) + 3 + strlen(key_value)); in dict_ni_do_lookup()
94 sprintf(query, "%s/%s=%s", path, key_prop, key_value); in dict_ni_do_lookup()
/netbsd-src/sys/dev/std/
H A Dieee1212.c334 rom->root->com.key.key_value = 0; in p1212_parse()
613 data->com.key.key_value = val; in p1212_parse_directory()
650 sdir->com.key.key_value = val; in p1212_parse_directory()
899 if ((sdir->com.key.key_value == value) || in p1212_find()
917 (data->com.key.key_value == value)) || in p1212_find()
1057 if (key->key_value >= in p1212_print_node()
1060 (unsigned short)key->key_value); in p1212_print_node()
1063 p1212_keyvalue_strings[key->key_value]); in p1212_print_node()
1078 if (key->key_value >= in p1212_print_node()
1081 (unsigned short)key->key_value); in p1212_print_node()
[all …]
H A Dieee1212var.h39 u_int8_t key_value; member
/netbsd-src/external/gpl3/binutils.old/dist/ld/
H A Dpe-dll.c3011 struct key_value struct
3017 static struct key_value *udef_table; argument
3021 const struct key_value *l = l1; in undef_sort_cmp()
3022 const struct key_value *r = r1; in undef_sort_cmp()
3031 struct key_value *kv; in pe_find_cdecl_alias_match()
3032 struct key_value key; in pe_find_cdecl_alias_match()
3042 kv = bsearch (&key, udef_table, undef_count, sizeof (struct key_value), in pe_find_cdecl_alias_match()
3067 sizeof (struct key_value), undef_sort_cmp); in pe_find_cdecl_alias_match()
3079 sizeof (struct key_value), undef_sort_cmp); in pe_find_cdecl_alias_match()
3092 sizeof (struct key_value), undef_sort_cmp); in pe_find_cdecl_alias_match()
[all …]
H A DChangeLog-2012783 (key_value): New structure.
/netbsd-src/external/gpl3/binutils/dist/ld/
H A Dpe-dll.c3090 struct key_value struct
3096 static struct key_value *udef_table; argument
3100 const struct key_value *l = l1; in undef_sort_cmp()
3101 const struct key_value *r = r1; in undef_sort_cmp()
3110 struct key_value *kv; in pe_find_cdecl_alias_match()
3111 struct key_value key; in pe_find_cdecl_alias_match()
3121 kv = bsearch (&key, udef_table, undef_count, sizeof (struct key_value), in pe_find_cdecl_alias_match()
3146 sizeof (struct key_value), undef_sort_cmp); in pe_find_cdecl_alias_match()
3158 sizeof (struct key_value), undef_sort_cmp); in pe_find_cdecl_alias_match()
3171 sizeof (struct key_value), undef_sort_cmp); in pe_find_cdecl_alias_match()
[all …]
H A DChangeLog-2012783 (key_value): New structure.
/netbsd-src/external/bsd/nsd/dist/
H A Dzonec.c763 unsigned long int key_value; in svcbparam_lookup_key() local
768 key_value = strtoul(buf, &endptr, 10); in svcbparam_lookup_key()
771 && key_value <= 65535) /* no overflow */ in svcbparam_lookup_key()
772 return key_value; in svcbparam_lookup_key()
/netbsd-src/external/bsd/unbound/dist/sldns/
H A Dstr2wire.c1113 unsigned long int key_value; in sldns_str2wire_svcparam_key_lookup() local
1118 key_value = strtoul(buf, &endptr, 10); in sldns_str2wire_svcparam_key_lookup()
1122 && key_value <= 65535) /* no overflow */ in sldns_str2wire_svcparam_key_lookup()
1123 return key_value; in sldns_str2wire_svcparam_key_lookup()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-matchers.h2549 bool MatchAndExplain(PairType key_value,
2553 pair_getters::First(key_value, Rank0()), &inner_listener);
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/gp-display-html/
H A Dgp-display-html.in12958 my $key_value = $rc_settings_user{$keyword}{"value"};
12959 gp_message ("debug", $subr_name, "keyword = $keyword value = $key_value");
/netbsd-src/external/gpl3/binutils/dist/gprofng/gp-display-html/
H A Dgp-display-html.in14284 my $key_value = $rc_settings_user{$keyword}{"value"};
14285 $msg = "keyword = " . $keyword . " value = " . $key_value;