Searched defs:lenvp (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.rshd.c441 char **lenvp; local
1227 lenvp = renvp;
1228 while (*lenvp != NULL) {
1234 * *lenvp is localenev[index] and valid.
1236 if (locale_envmatch(localeenv[index], *lenvp)) {
1237 add_to_envinit(*lenvp);
1241 lenvp++;
/illumos-gate/usr/src/cmd/login/
H A Dlogin.c2161 char **lenvp; local
2164 lenvp = environ;
2165 while (*lenvp++)
2174 envinit = (char **)calloc(lenvp - environ + 10 + MAXARGS + idx,
2291 lenvp = renvp;
2292 while (*lenvp != NULL) {
2297 * *lenvp is localenev[j] and valid.
2299 if (locale_envmatch(localeenv[j], *lenvp) == 1) {
2300 envinit[basicenv++] = *lenvp;
2305 lenvp
[all...]

Completed in 87 milliseconds