Searched defs:rep_len (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/chat/
H A Dchat.c639 int c, rep_len; local
641 rep_len = strlen(report_buffer);
642 while (rep_len + 1 <= sizeof(report_buffer)) {
648 report_buffer[rep_len] = c;
649 ++rep_len;
651 report_buffer[rep_len] = 0;
1433 int rep_len = strlen (report_buffer); local
1434 report_buffer[rep_len] = c;
1435 report_buffer[rep_len + 1] = '\0';

Completed in 61 milliseconds