Searched refs:nextcp (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sbin/mount/
H A Dvfslist.c69 char *nextcp, *fsl; local
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
[all...]
/netbsd-current/bin/df/
H A Ddf.c306 char *nextcp, **av; local
323 for (i = 1, nextcp = fslist;
324 (nextcp = strchr(nextcp, ',')) != NULL; i++)
325 ++nextcp;
331 for (i = 1, nextcp = fslist;
332 (nextcp = strchr(nextcp, ',')) != NULL; i++) {
333 *nextcp = '\0';
334 av[i] = ++nextcp;
[all...]

Completed in 92 milliseconds