Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/chat/
H A Dchat.c633 int c, rep_len; local
635 rep_len = strlen(report_buffer);
636 while (rep_len + 1 <= sizeof(report_buffer)) {
642 report_buffer[rep_len] = c;
643 ++rep_len;
645 report_buffer[rep_len] = 0;
1429 int rep_len = strlen (report_buffer); local
1430 report_buffer[rep_len] = c;
1431 report_buffer[rep_len + 1] = '\0';