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.c183 FILE* report_fp = (FILE *) 0; variable
330 if (report_fp != NULL)
331 fclose (report_fp);
333 report_fp = fopen (report_file, "a");
334 if (report_fp != NULL) {
336 fprintf (report_fp, "Opening \"%s\"...\n",
365 if (report_fp == NULL)
366 report_fp = stderr;
652 fprintf (report_fp, "chat: %s\n", report_buffer);
654 if (report_file != (char *) 0 && report_fp !
[all...]

Completed in 46 milliseconds