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