Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/ntp/dist/ntpd/
Drefclock_msfees.c355 static int offcompare P((const void *va, const void *vb));
1230 offcompare( in offcompare() function
1284 qsort(coffs, (size_t)samples, sizeof(coffs[0]), offcompare); in ees_process()