Searched refs:sort_uint16 (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/bsd/nsd/dist/
H A Dixfrcreate.c386 static int sort_uint16(const void* x, const void* y) function
451 qsort(marked, marked_num, sizeof(marked[0]), &sort_uint16);
536 qsort(marktypes, marktypes_used, sizeof(marktypes[0]), &sort_uint16);
542 if(bsearch(&tp, marktypes, marktypes_used, sizeof(marktypes[0]), &sort_uint16)) {

Completed in 84 milliseconds