Lines Matching refs:func
44 #define ALLOCA_CODE_FUNC(f, func) \
47 const char *_func = (func); \
449 _public_ int sd_journal_print_with_location(int priority, const char *file, const char *line, const char *func, const char *format, ...) {
454 r = sd_journal_printv_with_location(priority, file, line, func, format, ap);
460 _public_ int sd_journal_printv_with_location(int priority, const char *file, const char *line, const char *func, const char *format, va_list ap) {
474 /* func is initialized from __func__ which is not a macro, but
477 ALLOCA_CODE_FUNC(f, func);
489 _public_ int sd_journal_send_with_location(const char *file, const char *line, const char *func, const char *format, ...) {
504 ALLOCA_CODE_FUNC(f, func);
523 const char *func,
535 ALLOCA_CODE_FUNC(f, func);
546 const char *func,
552 ALLOCA_CODE_FUNC(f, func);