Home
last modified time | relevance | path

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

/mOS-networking-stack/core/src/
H A Ddebug.c26 thread_printf(mtcp_manager_t mtcp, FILE* f_idx, const char* _Format, ...) in thread_printf() argument
29 va_start(argptr, _Format); in thread_printf()
55 len = vsnprintf(wbuf->buff + wbuf->buff_len, PRINT_LIMIT, _Format, argptr); in thread_printf()
/mOS-networking-stack/core/src/include/
H A Ddebug.h246 thread_printf(mtcp_manager_t mtcp, FILE* f_idx, const char* _Format, ...);