Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/chat/
H A Dchat.c205 char *report_string[MAX_REPORTS] ; variable
1099 report_string[n_reports++] = s1;
1121 if ( strcmp(s1,report_string[i]) == 0 ) {
1122 free(report_string[i]);
1123 report_string[i] = NULL;
1132 pack_array(report_string,old_max);
1412 if ((report_string[n] != (char*) NULL) &&
1413 s - temp >= (report_len = strlen(report_string[n])) &&
1414 strncmp(s - report_len, report_string[n], report_len) == 0) {
1419 strcat (report_buffer, report_string[n]);
[all …]