Searched defs:source_file (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-c/
H A Dtc.c368 const char *source_file, const size_t source_line,
373 if (source_file != NULL) {
374 err = atf_dynstr_init_fmt(out_reason, "%s:%zd: ", source_file,
393 const char *source_file, const size_t source_line,
399 format_reason_ap(out_reason, source_file, source_line, reason, ap);
367 format_reason_ap(atf_dynstr_t *out_reason, const char *source_file, const size_t source_line, const char *reason, va_list ap) argument
392 format_reason_fmt(atf_dynstr_t *out_reason, const char *source_file, const size_t source_line, const char *reason, ...) argument

Completed in 30 milliseconds