Lines Matching defs:out
114 FILE* out = getOutFile(type);117 fprintf(out, "FATAL ERROR: ");119 fputs(message, out);123 putc('\n', out);124 fflush(out);130 FILE* out = getOutFile(type);133 fprintf(out, "FATAL ERROR: ");135 vfprintf(out, format, args);139 putc('\n', out);140 fflush(out);