Home
last modified time | relevance | path

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

/freebsd/usr.bin/sort/
H A Dcoll.c57 static int monthcoll(struct key_value*, struct key_value *, size_t offset);
470 return (monthcoll); in get_sort_func()
1272 monthcoll(struct key_value *kv1, struct key_value *kv2, size_t offset __unused) in monthcoll() function