Searched refs:sortpath (Results 1 – 2 of 2) sorted by relevance
63 static int sortpath(const void *, const void *);182 qsort(table, endtb - table, sizeof (struct mountbody *), sortpath);243 sortpath(a, b) in sortpath() function
58 int sortpath();201 qsort(table, numentries, sizeof (struct mountbody *), sortpath); in main()234 sortpath(a, b) in sortpath() function