Home
last modified time | relevance | path

Searched refs:workcmpf3 (Results 1 – 1 of 1) sorted by path

/freebsd/contrib/sendmail/src/
H A Dqueue.c155 static int workcmpf3 __P((const void *, const void *));
3110 qsort((char *) WorkList, wc, sizeof(*WorkList), workcmpf3);
3398 workcmpf3(av, bv) in workcmpf3() function