Lines Matching refs:fmt
191 message (int prefix, const char *fmt, ...) in message() argument
193 message (prefix, fmt, va_alist) in message()
195 const char *fmt;
205 if (fmt != 0)
214 VA_START (args, fmt);
215 VA_PRINTF (stdout, fmt, args);
227 error (const struct floc *flocp, const char *fmt, ...) in error() argument
229 error (flocp, fmt, va_alist) in error()
231 const char *fmt;
248 VA_START(args, fmt);
249 VA_PRINTF (stderr, fmt, args);
260 fatal (const struct floc *flocp, const char *fmt, ...) in fatal() argument
262 fatal (flocp, fmt, va_alist) in fatal()
264 const char *fmt;
281 VA_START(args, fmt);
282 VA_PRINTF (stderr, fmt, args);