Home
last modified time | relevance | path

Searched refs:cpnext (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/kern/
H A Dkern_environment.c323 char *cp, *cpnext, *eqpos, *found; in init_dynamic_kenv_from() local
330 for (cp = init_env; cp != NULL; cp = cpnext) { in init_dynamic_kenv_from()
331 cpnext = kernenv_next(cp); in init_dynamic_kenv_from()