Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dqueue.c159 static int workcmpf6 __P((const void *, const void *));
3140 qsort((char *) WorkList, wc, sizeof(*WorkList), workcmpf6);
3473 workcmpf6(av, bv) in workcmpf6() function