Searched refs:nextcp (Results 1 – 3 of 3) sorted by relevance
/freebsd/sbin/mount/ |
H A D | vfslist.c | 59 char *nextcp; in makevfslist() local 68 for (i = 0, nextcp = fslist; *nextcp; nextcp++) in makevfslist() 69 if (*nextcp == ',') in makevfslist() 75 nextcp = fslist; in makevfslist() 77 av[i++] = nextcp; in makevfslist() 78 while ((nextcp = strchr(nextcp, ',')) != NULL) { in makevfslist() 79 *nextcp++ = '\0'; in makevfslist() 80 av[i++] = nextcp; in makevfslist()
|
/freebsd/bin/df/ |
H A D | df.c | 298 char *nextcp; in makevfslist() local 307 for (i = 0, nextcp = fslist; *nextcp; nextcp++) in makevfslist() 308 if (*nextcp == ',') in makevfslist() 314 nextcp = fslist; in makevfslist() 316 av[i++] = nextcp; in makevfslist() 317 while ((nextcp = strchr(nextcp, ',')) != NULL) { in makevfslist() 318 *nextcp++ = '\0'; in makevfslist() 319 av[i++] = nextcp; in makevfslist()
|
/freebsd/usr.bin/systat/ |
H A D | vmstat.c | 194 char *cp, *cp1, *cp2, *intrnamebuf, *nextcp; in initkre() local 224 nextcp = cp + strlen(cp) + 1; in initkre() 227 for (cp1 = nextcp - 1; cp1 > cp && *(cp1 - 1) == ' '; ) in initkre() 259 cp = nextcp; in initkre()
|