Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/fs.d/nfs/showmount/
H A Dshowmount.c57 int sorthost();
203 qsort(table, numentries, sizeof (struct mountbody *), sorthost); in main()
227 sorthost(a, b) in sorthost() function
/titanic_44/usr/src/cmd/sendmail/src/
H A Drecipient.c24 static int sorthost __P((ADDRESS *, ADDRESS *));
42 sorthost(xx, yy) in sorthost() function
713 sortfn = sorthost;