Home | History | Annotate | Download | only in dropbear

Lines Matching full:line

236 			     const char *hostname, const char *line)
241 (void)login_init_entry(newli, pid, username, hostname, line);
264 const char *hostname, const char *line)
272 /* set the line information */
273 if (line)
274 line_fullname(li->line, line, sizeof(li->line));
388 * 'line' string utility functions
390 * These functions process the 'line' string into one of three forms:
432 * form of the line (Just use the last <dstsize> characters of the
501 line_abbrevname(ut->ut_id, li->line, sizeof(ut->ut_id));
523 line_stripname(ut->ut_line, li->line, sizeof(ut->ut_line));
594 line_abbrevname(utx->ut_id, li->line, sizeof(utx->ut_id));
606 line_stripname(utx->ut_line, li->line, sizeof(utx->ut_line));
865 line_abbrevname(utx.ut_id, li->line, sizeof(utx.ut_id));
963 * username on a given tty line. However, some systems (HP-UX is one)
1039 line_fullname(li->line, ut.ut_line,
1040 MIN_SIZEOF(li->line, ut.ut_line));
1184 /* Logouts are recorded as a blank username on a particular line.
1195 line_fullname(li->line, utx.ut_line, sizeof(li->line));
1238 char line[8];
1240 (void)line_stripname(line, li->line, sizeof(line));
1242 if (!logout(line)) {
1243 dropbear_log(LOG_WARNING, "syslogin_perform_logout: logout(%s) returned an error: %s", line, strerror(errno));
1246 logwtmp(line, "", "");
1289 (void)line_stripname(last->ll_line, li->line, sizeof(last->ll_line));