Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libdll/
H A Ddllscan.c29 char envbuf[64];
149 if (v && vn < sizeof(info.envbuf)) in dllinfo()
151 memcpy(info.envbuf, v, vn); in dllinfo()
152 info.env = info.envbuf; in dllinfo()
/illumos-gate/usr/src/cmd/login/
H A Dlogin.c1027 static char envbuf[MAXLINE]; in getargs() local
1034 ptr = envbuf; in getargs()
1045 if (ptr == &envbuf[0]) in getargs()
1073 ptr >= &envbuf[sizeof (envbuf) - 1]) { in getargs()