Searched refs:ttyline (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/bin/csh/
H A Dlex.c1389 Char ttyline[BUFSIZE]; local
1446 c = numleft ? numleft : tenex(ttyline, BUFSIZE);
1454 (void)memcpy(fbuf[buf] + off, ttyline, c * sizeof(Char));
/netbsd-6-1-5-RELEASE/libexec/ftpd/
H A Dftpd.c192 static char ttyline[20]; variable
216 char *tty = ttyline;
679 (void)snprintf(ttyline, sizeof(ttyline), "ftp%d", getpid());
1259 okwtmpx &= ftpd_logoutx(ttyline, 0, DEAD_PROCESS);
1261 ftpd_logwtmpx(ttyline, "", "", NULL, 0, DEAD_PROCESS);
1265 okwtmp &= ftpd_logout(ttyline);
1267 ftpd_logwtmp(ttyline, "", "");
1488 login_utmp(ttyline, pw->pw_name, remotehost, &his_addr);
/netbsd-6-1-5-RELEASE/libexec/telnetd/
H A Dsys_term.c519 cleanopen(char *ttyline) argument

Completed in 181 milliseconds