Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/sort/
Dcoll.c51 static int monthcoll(struct key_value*, struct key_value *, size_t offset);
443 return monthcoll; in get_sort_func()
1231 monthcoll(struct key_value *kv1, struct key_value *kv2, size_t offset __unused) in monthcoll() function