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

  /src/external/bsd/ntp/dist/ntpdc/
ntpdc.c 90 static int helpsort (const void *, const void *);
1553 qsort((void *)list, words, sizeof(list[0]), helpsort);
1590 * helpsort - do hostname qsort comparisons
1593 helpsort( function
  /src/external/bsd/ntp/dist/ntpq/
ntpq.c 206 static int helpsort (const void *, const void *);
2388 qsort((void *)list, words, sizeof(list[0]), helpsort);
2425 * helpsort - do hostname qsort comparisons
2428 helpsort( function

Completed in 44 milliseconds