Home
last modified time | relevance | path

Searched refs:fmt (Results 1 – 2 of 2) sorted by relevance

/tf-m-tests-3.4.0/log/
Dtfm_log_raw.c97 static int _tfm_log_vprintf(const char *fmt, va_list ap) in _tfm_log_vprintf() argument
104 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() argument
165 va_start(ap, fmt); in tfm_log_printf()
166 count = _tfm_log_vprintf(fmt, ap); in tfm_log_printf()
Dtfm_log_raw.h38 int tfm_log_printf(const char *fmt, ...);