Searched refs:clean_tty (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/Heimdal-323.92.1/appl/login/
H A Dutmpx_login.c33 char *clean_tty = clean_ttyname(line); local
35 strncpy(ut->ut_line, clean_tty, sizeof(ut->ut_line));
37 strncpy(ut->ut_id, make_id(clean_tty), sizeof(ut->ut_id));
/macosx-10.9.5/Heimdal-323.92.1/appl/telnet/telnetd/
H A Dsys_term.c1291 char *clean_tty; local
1297 clean_tty = clean_ttyname(line);
1300 strncpy(utmpx.ut_line, clean_tty, sizeof(utmpx.ut_line));
1302 strncpy(utmpx.ut_id, make_id(clean_tty), sizeof(utmpx.ut_id));
1419 char *clean_tty = clean_ttyname(line); local
1427 strncpy(utmpx.ut_line, clean_tty, sizeof(utmpx.ut_line));
1466 strncpy(wtmp.ut_line, clean_tty, sizeof(wtmp.ut_line));
1492 char *clean_tty = clean_ttyname(line); local
1506 clean_tty,
1525 strncpy(wtmp.ut_line, clean_tty, sizeo
[all...]

Completed in 77 milliseconds