OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nextcp
(Results
1 - 2
of
2
) sorted by relevancy
/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
...]
/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
...]
Completed in 16 milliseconds
Indexes created Mon Sep 21 00:25:25 UTC 2026