Home
last modified time | relevance | path

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

/freebsd/usr.sbin/nscd/
H A Dcachelib.c58 static int entries_qsort_cmp_func(const void *, const void *);
166 entries_qsort_cmp_func(const void *e1, const void *e2) in entries_qsort_cmp_func() function
638 sizeof(struct cache_entry_ *), entries_qsort_cmp_func); in register_cache_entry()