Searched refs:nextcp (Results 1 – 1 of 1) sorted by relevance
61 char *nextcp; in makevfslist() local69 for (i = 0, nextcp = fslist; *nextcp; nextcp++) in makevfslist()70 if (*nextcp == ',') in makevfslist()76 nextcp = fslist; in makevfslist()78 av[i++] = nextcp; in makevfslist()79 while ((nextcp = strchr(nextcp, ',')) != NULL) { in makevfslist()80 *nextcp++ = '\0'; in makevfslist()81 av[i++] = nextcp; in makevfslist()