Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/chat/
H A Dchat.c177 FILE* report_fp = (FILE *) 0; variable
324 if (report_fp != NULL)
325 fclose (report_fp);
327 report_fp = fopen (report_file, "a");
328 if (report_fp != NULL) {
330 fprintf (report_fp, "Opening \"%s\"...\n",
359 if (report_fp == NULL)
360 report_fp = stderr;
646 fprintf (report_fp, "chat: %s\n", report_buffer);
651 fclose (report_fp);
[all …]