Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/chat/
H A Dchat.c206 char report_buffer[50] ; variable
635 rep_len = strlen(report_buffer);
636 while (rep_len + 1 <= sizeof(report_buffer)) {
642 report_buffer[rep_len] = c;
645 report_buffer[rep_len] = 0;
646 fprintf (report_fp, "chat: %s\n", report_buffer);
1418 strftime (report_buffer, 20, "%b %d %H:%M:%S ", tm_now);
1419 strcat (report_buffer, report_string[n]);
1429 int rep_len = strlen (report_buffer);
1430 report_buffer[rep_len] = c;
[all …]