Home
last modified time | relevance | path

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

/f-stack/lib/
H A Dff_kern_environment.c269 _getenv_static_from(char *chkenv, const char *name) in _getenv_static_from() argument
274 for (cp = chkenv; cp != NULL; cp = kernenv_next(cp)) { in _getenv_static_from()
/f-stack/freebsd/kern/
H A Dkern_environment.c442 _getenv_static_from(char *chkenv, const char *name) in _getenv_static_from() argument
447 for (cp = chkenv; cp != NULL; cp = kernenv_next(cp)) { in _getenv_static_from()