Lines Matching refs:utmpx2
390 struct utmpx *utmpx2;
401 if ((utmpx2 = getutxid(&utmpx)) == NULL)
403 getutmp(utmpx2, &utmpcompat);
453 struct utmpx *utmpx2;
465 if ((utmpx2 = getutxline(&utmpx)) == NULL)
467 getutmp(utmpx2, &utmpcompat);
705 struct utmpx *utmpx2;
711 if ((utmpx2 = pututxline(&utmpx)) == NULL)
713 getutmp(utmpx2, &utmpcompat);
961 struct utmpx *utmpx2;
964 if ((utmpx2 = modutx(&utmpx)) == NULL)
967 getutmp(utmpx2, utp);
1243 struct utmpx *utmpx2;
1249 if ((utmpx2 = makeutx(&utmpx)) == NULL)
1252 getutmp(utmpx2, utmp);