Home
last modified time | relevance | path

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

/openbsd-src/usr.sbin/config/
H A Dpack.c87 typedef int (*vec_cmp_func)(const void *, int, int); typedef
109 static int findvec(const void *, int, int, vec_cmp_func, int);
369 findvec(const void *ptr, int hash, int len, vec_cmp_func cmp, int nextplace) in findvec()