Lines Matching refs:utret
3971 struct UTMP_STR *utret = NULL;
3989 (void) utret;
4893 utret = find_utmp(&utmp);
4894 if (utret == NULL) {
4897 utret = find_utmp(&utmp);
4898 if (utret == NULL) {
4903 if (!utret)
4907 (int) utret->ut_pid, utret->ut_type, utret->ut_user,
4908 (int) sizeof(utret->ut_line), utret->ut_line,
4909 (int) sizeof(utret->ut_id), utret->ut_id));