Home | History | Annotate | Download | only in openssh

Lines Matching full:ut_user

766 	strncpy(utx->ut_user, li->username,
767 MIN_SIZEOF(utx->ut_user, li->username));
1330 if (strncmp(li->username, utx->ut_user,
1331 MIN_SIZEOF(li->username, utx->ut_user)) == 0 ) {
1690 strncpy(ut.ut_user, username, sizeof(ut.ut_user));