Home
last modified time | relevance | path

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

/original-bsd/usr.sbin/amd/amd/
H A Dhost_ops.c132 static int sortfun P((exports *a, exports *b));
133 static int sortfun(a, b) in sortfun() function
309 qsort(ep, n_export, sizeof(exports), sortfun);