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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetenv.c72 * we will leak this too. Accordingly, we create a reference in initenv().
126 initenv() function
220 initenv();
428 initenv();
487 initenv();
/illumos-gate/usr/src/cmd/su/
H A Dsu.c107 static char *initenv[] = { variable
524 for (j = 0; initenv[j] != 0; j++) {
525 if (initvar = getenv(initenv[j])) {
533 if (strcmp(initenv[j], "TZ") == 0) {
540 malloc(strlen(initenv[j])
547 (void) strcpy(var, initenv[j]);

Completed in 60 milliseconds