Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dqueue.c161 static int workcmpf7 __P((const void *, const void *));
3150 qsort((char *) WorkList, wc, sizeof(*WorkList), workcmpf7);
3504 workcmpf7(av, bv) in workcmpf7() function