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

/freebsd-10.1-release/contrib/opie/
H A Dopieftpd.c331 static char ttyline[20]; variable
515 opielogwtmp(ttyline, "", "", "ftp");
568 sprintf(ttyline, "ftp%d", getpid());
569 opielogwtmp(ttyline, pw->pw_name, remotehost, "ftp");
1282 opielogwtmp(ttyline, "", "", "ftp");
/freebsd-10.1-release/crypto/heimdal/appl/ftp/ftpd/
H A Dftpd.c93 static char ttyline[20]; variable
358 snprintf(ttyline, sizeof(ttyline), "ftp%u", (unsigned)getpid());
713 ftpd_logwtmp(ttyline, pw->pw_name, remotehost);
822 ftpd_logwtmp(ttyline, "", "");
1874 ftpd_logwtmp(ttyline, "", "");

Completed in 51 milliseconds