| /src/sbin/mount/ |
| vfslist.c | 69 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++ = '\0' [all...] |
| vfslist.c | 69 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++ = '\0' [all...] |
| /src/bin/df/ |
| df.c | 323 char *nextcp, **av; local 340 for (i = 1, nextcp = fslist; 341 (nextcp = strchr(nextcp, ',')) != NULL; i++) 342 ++nextcp; 348 for (i = 1, nextcp = fslist; 349 (nextcp = strchr(nextcp, ',')) != NULL; i++) { 350 *nextcp = '\0'; 351 av[i] = ++nextcp; [all...] |
| df.c | 323 char *nextcp, **av; local 340 for (i = 1, nextcp = fslist; 341 (nextcp = strchr(nextcp, ',')) != NULL; i++) 342 ++nextcp; 348 for (i = 1, nextcp = fslist; 349 (nextcp = strchr(nextcp, ',')) != NULL; i++) { 350 *nextcp = '\0'; 351 av[i] = ++nextcp; [all...] |