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.c211 char *report_string[MAX_REPORTS] ; variable
1105 report_string[n_reports++] = s1;
1127 if ( strcmp(s1,report_string[i]) == 0 ) {
1128 free(report_string[i]);
1129 report_string[i] = NULL;
1138 pack_array(report_string,old_max);
1416 if ((report_string[n] != (char*) NULL) &&
1417 s - temp >= (report_len = strlen(report_string[n])) &&
1418 strncmp(s - report_len, report_string[n], report_len) == 0) {
1423 strcat (report_buffer, report_string[
[all...]

Completed in 45 milliseconds