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

/illumos-gate/usr/src/lib/libdll/common/
H A Ddllscan.c29 char envbuf[64];
149 if (v && vn < sizeof(info.envbuf))
151 memcpy(info.envbuf, v, vn);
152 info.env = info.envbuf;
/illumos-gate/usr/src/cmd/login/
H A Dlogin.c1026 static char envbuf[MAXLINE]; local
1033 ptr = envbuf;
1044 if (ptr == &envbuf[0])
1071 ptr >= &envbuf[sizeof (envbuf) - 1]) {

Completed in 62 milliseconds