Lines Matching refs:utp
2149 struct utmp ut, *utp;2161 while ((utp = getutent()) && (utp->ut_pid != mypid))2164 if (utp)2165 memcpy(&ut, utp, sizeof(ut));