/netbsd-src/external/apache2/llvm/dist/libcxx/utils/gdb/libcxx/ |
H A D | printers.py | 671 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 D | dict_ni.c | 71 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 D | ieee1212.c | 334 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 D | ieee1212var.h | 39 u_int8_t key_value; member
|
/netbsd-src/external/gpl3/binutils.old/dist/ld/ |
H A D | pe-dll.c | 3011 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 D | ChangeLog-2012 | 783 (key_value): New structure.
|
/netbsd-src/external/gpl3/binutils/dist/ld/ |
H A D | pe-dll.c | 3090 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 D | ChangeLog-2012 | 783 (key_value): New structure.
|
/netbsd-src/external/bsd/nsd/dist/ |
H A D | zonec.c | 763 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 D | str2wire.c | 1113 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 D | gmock-matchers.h | 2549 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 D | gp-display-html.in | 12958 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 D | gp-display-html.in | 14284 my $key_value = $rc_settings_user{$keyword}{"value"}; 14285 $msg = "keyword = " . $keyword . " value = " . $key_value;
|