Lines Matching defs:fmt
85 static void perr_printf(int newline, const char *fmt, ...)
91 va_start(ap, fmt);
92 vfprintf(stdout, fmt, ap);
105 static void err_printf(const char *fmt, ...)
110 va_start(ap, fmt);
111 vfprintf(stdout, fmt, ap);
124 static int err_exit(const char *fmt, ...)
129 va_start(ap, fmt);
130 vfprintf(stdout, fmt, ap);
144 static int perr_exit(const char *fmt, ...)
150 va_start(ap, fmt);
151 vfprintf(stdout, fmt, ap);