Lines Matching refs:ubuf
96 static struct utmp ubuf; /* Last entry returned to client */ variable
181 utmp_frec2api(&fubuf, &ubuf); in _compat_getutent()
184 return (&ubuf); in _compat_getutent()
196 utmp_api2frec(&ubuf, &fubuf); in _compat_getutid()
228 utmp_frec2api(&fubuf, &ubuf); in _compat_getutid()
229 return (&ubuf); in _compat_getutid()
250 utmp_frec2api(&fubuf, &ubuf); in _compat_getutid()
251 return (&ubuf); in _compat_getutid()
264 utmp_frec2api(&fubuf, &ubuf); in _compat_getutid()
275 utmp_api2frec(&ubuf, &fubuf); in _compat_getutline()
287 utmp_frec2api(&fubuf, &ubuf); in _compat_getutline()
288 return (&ubuf); in _compat_getutline()
292 utmp_frec2api(&fubuf, &ubuf); in _compat_getutline()
373 utmp_frec2api(&fubuf, &ubuf); in _compat_pututline()
374 answer = &ubuf; in _compat_pututline()
401 bzero(&ubuf, sizeof (ubuf)); in _compat_setutent()
414 bzero(&ubuf, sizeof (ubuf)); in _compat_endutent()