Home | Sort by: relevance | last modified time | path |
/src/usr.bin/config/ | |
pack.c | 83 typedef int (*vec_cmp_func)(const void *, int, int); typedef in typeref:typename:int (*)(const void *,int,int) 100 static int findvec(const void *, int, int, vec_cmp_func, int); 271 findvec(const void *ptr, int hash, int len, vec_cmp_func cmp, int nextplace) |