Lines Matching defs: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;
877 for (i = 0, j = 0; i < npaths; i++)
882 npaths = nreal;
888 dss_mkleafdirs(npaths, pathnames);
899 pathnames, npaths);