HomeSort by: relevance | last modified time | path
    Searched defs:vec_cmp_func (Results 1 - 1 of 1) sorted by relevancy

  /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)

Completed in 20 milliseconds