Searched refs:newenviron (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/infocmp/
H A Dinfocmp.c899 static char *newenviron[2] = { 0, 0 }; local
917 newenviron[0] = terminfo;
919 newenviron[0] = (char *) 0;
920 environ = newenviron;
/illumos-gate/usr/src/cmd/captoinfo/
H A Dcaptoinfo.c121 static char *newenviron[] = { &TERM[0], &TERMCAP[0], 0 }; variable
1370 environ = newenviron;

Completed in 48 milliseconds