Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/login/
H A Dlogin.c2167 char **lenvp; in establish_user_environment() local
2170 lenvp = environ; in establish_user_environment()
2171 while (*lenvp++) in establish_user_environment()
2180 envinit = (char **)calloc(lenvp - environ + 10 + MAXARGS + idx, in establish_user_environment()
2297 lenvp = renvp; in establish_user_environment()
2298 while (*lenvp != NULL) { in establish_user_environment()
2305 if (locale_envmatch(localeenv[j], *lenvp) == 1) { in establish_user_environment()
2306 envinit[basicenv++] = *lenvp; in establish_user_environment()
2311 lenvp++; in establish_user_environment()
2321 for (lenvp = renvp; *lenvp; lenvp++) { in establish_user_environment()
[all …]
/illumos-gate/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()