Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dqueue.c153 static int workcmpf1 __P((const void *, const void *));
3066 qsort((char *) WorkList, wc, sizeof(*WorkList), workcmpf1);
3320 workcmpf1(av, bv) in workcmpf1() function