Searched refs:fmt (Results 1 – 2 of 2) sorted by relevance
97 static int _tfm_log_vprintf(const char *fmt, va_list ap) in _tfm_log_vprintf() argument104 while (*fmt) { in _tfm_log_vprintf()105 if (*fmt == '%') { in _tfm_log_vprintf()106 switch (*(++fmt)) { in _tfm_log_vprintf()145 fmt++; in _tfm_log_vprintf()147 _tfm_flush_formatted_buffer(&outputbuf, *fmt++); in _tfm_log_vprintf()160 int tfm_log_printf(const char *fmt, ...) in tfm_log_printf() argument165 va_start(ap, fmt); in tfm_log_printf()166 count = _tfm_log_vprintf(fmt, ap); in tfm_log_printf()
38 int tfm_log_printf(const char *fmt, ...);