Home | History | Annotate | Download | only in chat

Lines Matching refs:report_string

199 char *report_string[MAX_REPORTS] ;
1103 report_string[n_reports++] = s1;
1125 if ( strcmp(s1,report_string[i]) == 0 ) {
1126 free(report_string[i]);
1127 report_string[i] = NULL;
1136 pack_array(report_string,old_max);
1421 if ((report_string[n] != (char*) NULL) &&
1422 s - temp >= (report_len = strlen(report_string[n])) &&
1423 strncmp(s - report_len, report_string[n], report_len) == 0) {
1428 strcat (report_buffer, report_string[n]);
1429 strlcat(report_buffer, report_string[n],
1432 free(report_string[n]);
1433 report_string[n] = (char *) NULL;