Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/fs.d/nfs/dfmounts/
H A Ddfmounts.c63 static int sortpath(const void *, const void *);
182 qsort(table, endtb - table, sizeof (struct mountbody *), sortpath);
243 sortpath(a, b) in sortpath() function
/titanic_50/usr/src/cmd/fs.d/nfs/showmount/
H A Dshowmount.c58 int sortpath();
201 qsort(table, numentries, sizeof (struct mountbody *), sortpath); in main()
234 sortpath(a, b) in sortpath() function