Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dqueue.c156 static int workcmpf4 __P((const void *, const void *));
3118 qsort((char *) WorkList, wc, sizeof(*WorkList), workcmpf4);
3426 workcmpf4(av, bv) in workcmpf4() function