/src/bin/csh/ |
lex.c | 1419 Char ttyline[BUFSIZE]; local in function:bgetc 1486 ttyline[i] = *p; 1487 ttyline[i - (i == BUFSIZE)] = '\0'; 1491 c = numleft ? numleft : tenex(ttyline, BUFSIZE); 1499 (void)memcpy(fbuf[buf] + off, ttyline,
|
lex.c | 1419 Char ttyline[BUFSIZE]; local in function:bgetc 1486 ttyline[i] = *p; 1487 ttyline[i - (i == BUFSIZE)] = '\0'; 1491 c = numleft ? numleft : tenex(ttyline, BUFSIZE); 1499 (void)memcpy(fbuf[buf] + off, ttyline,
|
/src/libexec/ftpd/ |
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);
|
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);
|