Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/ntpdc/
H A Dntpdc.c88 static int helpsort (const void *, const void *);
1551 qsort((void *)list, words, sizeof(list[0]), helpsort); in help()
1591 helpsort( in helpsort() function
/freebsd/contrib/ntp/ntpq/
H A Dntpq.c204 static int helpsort (const void *, const void *);
2386 qsort((void *)list, words, sizeof(list[0]), helpsort); in help()
2423 * helpsort - do hostname qsort comparisons in help()
2426 helpsort(
2430 helpsort( helpsort() function