Lines Matching refs:cons
65 extern FILE *cons;
2629 if (cons != NULL) { in report_error()
2632 fprintf(cons, fmt_buf, str == NULL ? "" : str); in report_error()
2647 if (cons != NULL) { in report_error2()
2650 fprintf(cons, fmt_buf, str1, str2); in report_error2()
2664 if (cons != NULL) { in report_conn_error()
2667 fprintf(cons, fmt_buf, in report_conn_error()
2683 if (cons != NULL) { in report_info()
2684 fputs(str, cons); in report_info()
2686 fputs(arg, cons); in report_info()
2687 fputs("\n", cons); in report_info()