Home
last modified time | relevance | path

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

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