ftpd.c | 195 static char ttyline[20]; variable in typeref:typename:char[20] 219 char *tty = ttyline; 689 (void)snprintf(ttyline, sizeof(ttyline), "ftp%d", getpid()); 1269 okwtmpx &= ftpd_logoutx(ttyline, 0, DEAD_PROCESS); 1271 ftpd_logwtmpx(ttyline, "", "", NULL, 0, DEAD_PROCESS); 1275 okwtmp &= ftpd_logout(ttyline); 1277 ftpd_logwtmp(ttyline, "", ""); 1506 login_utmp(ttyline, pw->pw_name, remotehost, &his_addr);
|