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.c2164 char **lenvp; in establish_user_environment() local
2167 lenvp = environ; in establish_user_environment()
2168 while (*lenvp++) in establish_user_environment()
2294 lenvp = renvp; in establish_user_environment()
2295 while (*lenvp != NULL) { in establish_user_environment()
2303 envinit[basicenv++] = *lenvp; in establish_user_environment()
2308 lenvp++; in establish_user_environment()
2318 for (lenvp = renvp; *lenvp; lenvp++) { in establish_user_environment()
2319 if (!legalenvvar(*lenvp)) { in establish_user_environment()
2328 length = endptr + 1 - *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()