Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetutx.c133 static struct utmp utmpcompat; /* Buffer for returning utmp-format data */ variable
288 getutmp(utmpx, &utmpcompat); in getutent()
289 return (&utmpcompat); in getutent()
403 getutmp(utmpx2, &utmpcompat); in getutid()
404 return (&utmpcompat); in getutid()
467 getutmp(utmpx2, &utmpcompat); in getutline()
468 return (&utmpcompat); in getutline()
713 getutmp(utmpx2, &utmpcompat); in pututline()
714 return (&utmpcompat); in pututline()
782 bzero(&utmpcompat, sizeof (utmpcompat)); in endutent()