Lines Matching refs:npaths
90 static int dss_init(uint_t npaths, char **pathnames);
91 static void dss_mkleafdirs(uint_t npaths, char **pathnames);
771 dss_mkleafdirs(uint_t npaths, char **pathnames)
788 for (i = 0; i < npaths; i++) {
829 dss_init(uint_t npaths, char **pathnames)
837 if (npaths > 1) {
846 qsort(pathnames, npaths, sizeof (char *), qstrcmp);
850 while (j < npaths) {
868 nreal = npaths - nskipped;
878 for (i = 0, j = 0; i < npaths; i++)
883 npaths = nreal;
889 dss_mkleafdirs(npaths, pathnames);
900 pathnames, npaths);