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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/chat/
H A Dchat.c206 char report_buffer[256] ; variable
651 rep_len = strlen(report_buffer);
652 while (rep_len + 1 <= sizeof(report_buffer)) {
658 report_buffer[rep_len] = c;
661 report_buffer[rep_len] = 0;
662 fprintf (report_fp, "chat: %s\n", report_buffer);
1447 strftime (report_buffer, 20, "%b %d %H:%M:%S ", tm_now);
1448 strcat (report_buffer, report_string[n]);
1458 int rep_len = strlen (report_buffer);
1459 report_buffer[rep_le
[all...]

Completed in 91 milliseconds