Home | History | Annotate | Download | only in dropbear

Lines Matching full:ut_name

539 	strncpy(ut->ut_name, li->username, MIN_SIZEOF(ut->ut_name, li->username));
610 strncpy(utx->ut_name, li->username, MIN_SIZEOF(utx->ut_name, li->username));
716 * and ut_line and ut_name match, preserve the old ut_line.
721 (strncmp(old_ut.ut_name, ut->ut_name, sizeof(ut->ut_name)) == 0)) {
980 if (strncmp(li->username, ut->ut_name,
981 MIN_SIZEOF(li->username, ut->ut_name)) == 0) {
1135 if ( strncmp(li->username, utx->ut_name,
1136 MIN_SIZEOF(li->username, utx->ut_name)) == 0 ) {