Home
last modified time | relevance | path

Searched refs:report_buffer (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/usr.bin/chat/
H A Dchat.c140 static char report_buffer[50]; variable
523 rep_len = strlen(report_buffer); in terminate()
524 while (rep_len + 1 < sizeof(report_buffer)) { in terminate()
530 report_buffer[rep_len] = c; in terminate()
533 report_buffer[rep_len] = 0; in terminate()
534 fprintf (report_fp, "chat: %s\n", report_buffer); in terminate()
1241 strcat (report_buffer, report_string[n]); in get_string()
1251 int rep_len = strlen (report_buffer); in get_string()
1252 report_buffer[rep_len] = c; in get_string()
1253 report_buffer[rep_len + 1] = '\0'; in get_string()
[all …]