Lines Matching defs:out
112 FILE* out = getOutFile(type);115 fprintf(out, "FATAL ERROR: ");117 fputs(message, out);121 putc('\n', out);122 fflush(out);128 FILE* out = getOutFile(type);131 fprintf(out, "FATAL ERROR: ");133 vfprintf(out, format, args);137 putc('\n', out);138 fflush(out);