Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/login/
H A Dlogin.c2161 char **lenvp; in establish_user_environment() local
2164 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 …]
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.rshd.c441 char **lenvp; in doit() local
1227 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()