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

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dgetttyent.c21 } *__ttyentjunk, *_ttyentjunk(void); variable in typeref:struct:_ttyentjunk
27 if (__ttyentjunk == 0)
28 __ttyentjunk = (struct _ttyentjunk *)calloc(1, sizeof (struct _ttyentjunk));
29 return (__ttyentjunk);

Completed in 56 milliseconds