Searched defs: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 in typeref:struct:utmp
288 getutmp(utmpx, &utmpcompat);
289 return (&utmpcompat);
403 getutmp(utmpx2, &utmpcompat);
404 return (&utmpcompat);
467 getutmp(utmpx2, &utmpcompat);
468 return (&utmpcompat);
713 getutmp(utmpx2, &utmpcompat);
714 return (&utmpcompat);
782 bzero(&utmpcompat, sizeo
[all...]

Completed in 46 milliseconds