MCPcopy Create free account
hub / github.com/F-Stack/f-stack / _getenv_dynamic

Function _getenv_dynamic

freebsd/kern/kern_environment.c:433–439  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

431}
432
433static char *
434_getenv_dynamic(const char *name, int *idx)
435{
436
437 mtx_assert(&kenv_lock, MA_OWNED);
438 return (_getenv_dynamic_locked(name, idx));
439}
440
441static char *
442_getenv_static_from(char *chkenv, const char *name)

Callers 4

kern_getenvFunction · 0.70
kern_setenvFunction · 0.70
kern_unsetenvFunction · 0.70
kenv_acquireFunction · 0.70

Calls 2

mtx_assertFunction · 0.85
_getenv_dynamic_lockedFunction · 0.70

Tested by

no test coverage detected