Searched refs:rep_len (Results 1 – 1 of 1) sorted by relevance
633 int c, rep_len; local635 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); local1430 report_buffer[rep_len] = c;1431 report_buffer[rep_len + 1] = '\0';