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

/osnet-11/usr/src/lib/libc/port/gen/
H A Dgetutx.c132 static struct utmp utmpcompat; /* Buffer for returning utmp-format data */ variable in typeref:struct:utmp
287 getutmp(utmpx, &utmpcompat);
288 return (&utmpcompat);
402 getutmp(utmpx2, &utmpcompat);
403 return (&utmpcompat);
466 getutmp(utmpx2, &utmpcompat);
467 return (&utmpcompat);
712 getutmp(utmpx2, &utmpcompat);
713 return (&utmpcompat);
781 bzero(&utmpcompat, sizeo
[all...]

Completed in 526 milliseconds