Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/nfs/showmount/
H A Dshowmount.c59 int sorthost(const void *, const void *);
188 qsort(table, numentries, sizeof (struct mountbody *), sorthost); in main()
212 sorthost(const void *_a, const void *_b) in sorthost() function
/illumos-gate/usr/src/cmd/sendmail/src/
H A Drecipient.c22 static int sorthost __P((ADDRESS *, ADDRESS *));
40 sorthost(xx, yy) in sorthost() function
711 sortfn = sorthost;