Home
last modified time | relevance | path

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

/dragonfly/lib/libc/stdlib/
H A Dgetenv.c328 int activeNdx; in __build_env() local
373 activeNdx = envVarsTotal - 1; in __build_env()
374 if (__findenv(envVars[envNdx].name, nameLen, &activeNdx, in __build_env()
381 envVars[activeNdx].active = true; in __build_env()