Home
last modified time | relevance | path

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; in getutid() local
401 if ((utmpx2 = getutxid(&utmpx)) == NULL) in getutid()
403 getutmp(utmpx2, &utmpcompat); in getutid()
453 struct utmpx *utmpx2; in getutline() local
465 if ((utmpx2 = getutxline(&utmpx)) == NULL) in getutline()
467 getutmp(utmpx2, &utmpcompat); in getutline()
705 struct utmpx *utmpx2; in pututline() local
711 if ((utmpx2 = pututxline(&utmpx)) == NULL) in pututline()
713 getutmp(utmpx2, &utmpcompat); in pututline()
960 struct utmpx *utmpx2; in modut() local
[all …]