Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dqueue.c154 static int workcmpf2 __P((const void *, const void *));
3102 qsort((char *) WorkList, wc, sizeof(*WorkList), workcmpf2);
3360 workcmpf2(av, bv) in workcmpf2() function