Searched refs:findvec (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/usr.sbin/config/ |
| H A D | pack.c | 109 static int findvec(const void *, int, int, vec_cmp_func, int); 328 o = findvec(i->i_locs, LOCHASH(i->i_locs[l - 1]), l, in packlocs() 353 if (l == 0 || (o = findvec(vec, PVHASH(vec[l - 1]), l, in packpvec() 369 findvec(const void *ptr, int hash, int len, vec_cmp_func cmp, int nextplace) in findvec() function
|