Home | History | Annotate | Download | only in openssh

Lines Matching defs:line

340     const char *hostname, const char *line)
345 login_init_entry(newli, pid, username, hostname, line);
368 const char *hostname, const char *line)
376 /* set the line information */
377 if (line)
378 line_fullname(li->line, line, sizeof(li->line));
466 !sys_auth_record_login(li->username,li->hostname,li->line,
540 * 'line' string utility functions
542 * These functions process the 'line' string into one of three forms:
587 * form of the line (Just use the last <dstsize> characters of the
656 line_abbrevname(ut->ut_id, li->line, sizeof(ut->ut_id));
678 line_stripname(ut->ut_line, li->line, sizeof(ut->ut_line));
750 line_abbrevname(utx->ut_id, li->line, sizeof(utx->ut_id));
762 line_stripname(utx->ut_line, li->line, sizeof(utx->ut_line));
1049 line_abbrevname(utx.ut_id, li->line, sizeof(utx.ut_id));
1150 * username on a given tty line. However, some systems (HP-UX is one)
1228 line_fullname(li->line, ut.ut_line,
1229 MIN_SIZEOF(li->line, ut.ut_line));
1382 * line. So, we just need to find the username in struct utmpx
1391 line_fullname(li->line, utx.ut_line, sizeof(li->line));
1431 char line[UT_LINESIZE];
1433 (void)line_stripname(line, li->line, sizeof(line));
1435 if (!logout(line))
1439 logwtmp(line, "", "");
1543 line_stripname(last.ll_line, li->line, sizeof(last.ll_line));
1578 line_fullname(li->line, ll->ll_line, sizeof(li->line));
1603 line_fullname(li->line, last.ll_line, sizeof(li->line));
1639 line_fullname(li->line, utx->ut_line,
1640 MIN_SIZEOF(li->line, utx->ut_line));