Home | History | Annotate | Download | only in df

Lines Matching defs:nextcp

321 	char *nextcp, **av;
338 for (i = 1, nextcp = fslist;
339 (nextcp = strchr(nextcp, ',')) != NULL; i++)
340 ++nextcp;
346 for (i = 1, nextcp = fslist;
347 (nextcp = strchr(nextcp, ',')) != NULL; i++) {
348 *nextcp = '\0';
349 av[i] = ++nextcp;