Searched refs:report_buffer (Results 1 – 1 of 1) sorted by relevance
212 char report_buffer[50] ; variable641 rep_len = strlen(report_buffer);642 while (rep_len + 1 <= sizeof(report_buffer)) {648 report_buffer[rep_len] = c;651 report_buffer[rep_len] = 0;652 fprintf (report_fp, "chat: %s\n", report_buffer);1422 strftime (report_buffer, 20, "%b %d %H:%M:%S ", tm_now);1423 strcat (report_buffer, report_string[n]);1433 int rep_len = strlen (report_buffer);1434 report_buffer[rep_len] = c;[all …]