Searched refs:key_value (Results 1 – 9 of 9) sorted by relevance
| /src/usr.bin/sort/ |
| H A D | coll.c | 55 static int wstrcoll(struct key_value *kv1, struct key_value *kv2, size_t offset); 56 static int gnumcoll(struct key_value*, struct key_value *, size_t offset); 57 static int monthcoll(struct key_value*, struct key_value *, size_t offset); 58 static int numcoll(struct key_value*, struct key_value *, size_t offset); 59 static int hnumcoll(struct key_value*, struct key_value *, size_t offset); 60 static int randomcoll(struct key_value*, struct key_value *, size_t offset); 61 static int versioncoll(struct key_value*, struct key_value *, size_t offset); 95 return (keys_num * (sizeof(struct key_value) + key_hint_size())); in keys_array_size() 107 const struct key_value *kv; in clean_keys_array() 120 struct key_value * [all …]
|
| H A D | sort.h | 90 struct key_value; 95 typedef int (*cmpcoll_t)(struct key_value *kv1, struct key_value *kv2, size_t offset);
|
| H A D | coll.h | 103 struct key_value struct 114 struct key_value key[0]; argument 162 struct key_value *get_key_from_keys_array(struct keys_array *ka, size_t ind);
|
| H A D | radixsort.c | 259 const struct key_value *kv; in get_wc_index()
|
| /src/contrib/hyperv/tools/ |
| H A D | hv_kvp_daemon.c | 1216 char *key_name, *key_value; in kvp_op_enumerate() local 1243 key_value = (char *)op_msg->body.kvp_enum_data.data.msg_value.value; in kvp_op_enumerate() 1248 kvp_get_domain_name(key_value, in kvp_op_enumerate() 1255 strlcpy(key_value, lic_version, HV_KVP_EXCHANGE_MAX_VALUE_SIZE); in kvp_op_enumerate() 1260 key_value, HV_KVP_EXCHANGE_MAX_VALUE_SIZE); in kvp_op_enumerate() 1266 key_value, HV_KVP_EXCHANGE_MAX_VALUE_SIZE); in kvp_op_enumerate() 1271 strlcpy(key_value, os_build, HV_KVP_EXCHANGE_MAX_VALUE_SIZE); in kvp_op_enumerate() 1276 strlcpy(key_value, os_name, HV_KVP_EXCHANGE_MAX_VALUE_SIZE); in kvp_op_enumerate() 1281 strlcpy(key_value, os_major, HV_KVP_EXCHANGE_MAX_VALUE_SIZE); in kvp_op_enumerate() 1286 strlcpy(key_value, os_minor, HV_KVP_EXCHANGE_MAX_VALUE_SIZE); in kvp_op_enumerate() [all …]
|
| /src/lib/libjail/ |
| H A D | jail.c | 206 const char *name, *key_value, *desc_value, *lastjid_value, *jid_value; in jail_getv() local 246 key_value = desc_value; in jail_getv() 249 key_value = lastjid_value; in jail_getv() 252 key_value = jid_value; in jail_getv() 255 key_value = name_value; in jail_getv() 261 if (jailparam_import(jp_key, key_value) < 0) in jail_getv()
|
| /src/contrib/unbound/sldns/ |
| H A D | str2wire.c | 1114 unsigned long int key_value; in sldns_str2wire_svcparam_key_lookup() local 1119 key_value = strtoul(buf, &endptr, 10); in sldns_str2wire_svcparam_key_lookup() 1123 && key_value <= 65535) /* no overflow */ in sldns_str2wire_svcparam_key_lookup() 1124 return key_value; in sldns_str2wire_svcparam_key_lookup()
|
| /src/contrib/llvm-project/lldb/source/Core/ |
| H A D | IOHandlerCursesGUI.cpp | 3881 Menu(const char *name, const char *key_name, int key_value, 3978 Menu::Menu(const char *name, const char *key_name, int key_value, in Menu() argument 3981 m_key_value(key_value), m_start_col(0), m_max_submenu_name_length(0), in Menu()
|
| /src/contrib/googletest/googlemock/include/gmock/ |
| H A D | gmock-matchers.h | 3123 bool MatchAndExplain(PairType key_value, 3127 pair_getters::First(key_value, Rank1()), &inner_listener);
|