Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dqueue.c158 static int workcmpf5 __P((const void *, const void *));
3131 qsort((char *) WorkList, wc, sizeof(*WorkList), workcmpf5);
3448 workcmpf5(av, bv) in workcmpf5() function