Searched refs:lenvp (Results 1 – 2 of 2) sorted by relevance
2161 char **lenvp; in establish_user_environment() local2164 lenvp = environ; in establish_user_environment()2165 while (*lenvp++) in establish_user_environment()2174 envinit = (char **)calloc(lenvp - environ + 10 + MAXARGS + idx, in establish_user_environment()2291 lenvp = renvp; in establish_user_environment()2292 while (*lenvp != NULL) { in establish_user_environment()2299 if (locale_envmatch(localeenv[j], *lenvp) == 1) { in establish_user_environment()2300 envinit[basicenv++] = *lenvp; in establish_user_environment()2305 lenvp++; in establish_user_environment()2315 for (lenvp = renvp; *lenvp; lenvp++) { in establish_user_environment()[all …]
441 char **lenvp; in doit() local1227 lenvp = renvp; in doit()1228 while (*lenvp != NULL) { in doit()1236 if (locale_envmatch(localeenv[index], *lenvp)) { in doit()1237 add_to_envinit(*lenvp); in doit()1241 lenvp++; in doit()