Home | History | Annotate | Download | only in mount

Lines Matching defs:nextcp

69 	char *nextcp, *fsl;
82 for (i = 0, nextcp = fsl; *nextcp; nextcp++)
83 if (*nextcp == ',')
90 nextcp = fsl;
92 av[i++] = nextcp;
93 while ((nextcp = strchr(nextcp, ',')) != NULL) {
94 *nextcp++ = '\0';
95 av[i++] = nextcp;