Lines Matching refs:envp
237 static char **envp;
866 * envp if there is any; otherwise, envp is set to
871 envp = getargs(inputline);
877 if (envp != (char **)NULL)
880 * *envp is the first string in
881 * inputline. envp++ makes envp point
885 envp++;
1114 envp = &zero; /* XXX: is this right? */
1498 if ((envp = getargs(inputline)) != (char **)NULL) {
1502 SCPYL(user_name, *envp++);
1508 envp = &argv[optind+1];
1627 envp = &zero;
2350 if (envp == NULL)
2354 *envp != NULL && j < (MAXARGS-1);
2355 j++, envp++) {
2361 if ((endptr = strchr(*envp, '=')) == NULL) {
2364 * strlen(*envp) + 1 char for 'L' +
2367 * total = strlen(*envp) + MAXARGSWIDTH + 3
2369 int total = strlen(*envp) + MAXARGSWIDTH + 3;
2376 l_index, *envp);
2381 if (!legalenvvar(*envp)) { /* this env var permited? */
2389 for (i = 0, length = endptr + 1 - *envp;
2391 if (strncmp(*envp, envinit[i], length)
2393 envinit[i] = *envp;
2403 envinit[basicenv+k] = *envp;