Lines Matching refs:ap
181 static void debug_vprintf(const char *format, va_list ap)
183 vfprintf(debug_file ? debug_file : stderr, format, ap);
191 va_list ap;
193 va_start(ap, format);
195 debug_vprintf(format, ap);
197 va_end(ap);
206 va_list ap)
216 ret = vasprintf(&message, format, ap);
269 va_list ap)
288 va_copy(ap_fallback, ap);
289 ret = journal_send(file, line, function, level, format, ap);
322 debug_vprintf(format, ap);
335 va_list ap;
337 va_start(ap, format);
338 sss_vdebug_fn(file, line, function, level, 0, format, ap);
339 va_end(ap);
343 const char *fmt, va_list ap)
364 fmt, ap);