Searched refs:utmpx2 (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetutx.c390 struct utmpx *utmpx2; local
401 if ((utmpx2 = getutxid(&utmpx)) == NULL)
403 getutmp(utmpx2, &utmpcompat);
453 struct utmpx *utmpx2; local
465 if ((utmpx2 = getutxline(&utmpx)) == NULL)
467 getutmp(utmpx2, &utmpcompat);
705 struct utmpx *utmpx2; local
711 if ((utmpx2 = pututxline(&utmpx)) == NULL)
713 getutmp(utmpx2, &utmpcompat);
961 struct utmpx *utmpx2; local
1243 struct utmpx *utmpx2; local
[all...]

Completed in 548 milliseconds