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

/freebsd-current/sbin/mount/
H A Dvfslist.c59 char *nextcp; local
68 for (i = 0, nextcp = fslist; *nextcp; nextcp++)
69 if (*nextcp == ',')
75 nextcp = fslist;
77 av[i++] = nextcp;
78 while ((nextcp = strchr(nextcp, ',')) != NULL) {
79 *nextcp
[all...]
/freebsd-current/bin/df/
H A Ddf.c298 char *nextcp; local
307 for (i = 0, nextcp = fslist; *nextcp; nextcp++)
308 if (*nextcp == ',')
314 nextcp = fslist;
316 av[i++] = nextcp;
317 while ((nextcp = strchr(nextcp, ',')) != NULL) {
318 *nextcp
[all...]
/freebsd-current/usr.bin/systat/
H A Dvmstat.c194 char *cp, *cp1, *cp2, *intrnamebuf, *nextcp; local
224 nextcp = cp + strlen(cp) + 1;
227 for (cp1 = nextcp - 1; cp1 > cp && *(cp1 - 1) == ' '; )
259 cp = nextcp;

Completed in 116 milliseconds