Home
last modified time | relevance | path

Searched refs:kv2 (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/usr.bin/sort/
Dcoll.c49 static int wstrcoll(struct key_value *kv1, struct key_value *kv2, size_t offset);
747 wstrcoll(struct key_value *kv1, struct key_value *kv2, size_t offset) in wstrcoll() argument
755 bwsprintf(stdout, kv2->k, ", k2=<", ">"); in wstrcoll()
756 printf("(%zu)", BWSLEN(kv2->k)); in wstrcoll()
759 return bwscoll(kv1->k, kv2->k, offset); in wstrcoll()
775 numcoll_impl(struct key_value *kv1, struct key_value *kv2, in numcoll_impl() argument
787 s2 = kv2->k; in numcoll_impl()
815 if (kv2->hint->status == HS_UNINITIALIZED) { in numcoll_impl()
819 kv2->hint->v.nh.n1 = wcstoull(smain2, NULL, 10); in numcoll_impl()
821 kv2->hint->v.nh.empty=true; in numcoll_impl()
[all …]
Dsort.h82 typedef int (*cmpcoll_t)(struct key_value *kv1, struct key_value *kv2, size_t offset);