Home
last modified time | relevance | path

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

/net-tools-latest/libcoap/src/
Ddebug.c256 # define vfprintf(fd, ...) vprintf(__VA_ARGS__) macro
258 # define vfprintf(fd, ...) PRINTF(__VA_ARGS__) macro
502 vfprintf(log_fd, format, ap); in coap_log_impl()
/net-tools-latest/tinydtls-0.8.2/
Ddebug.c225 vfprintf(log_fd, format, ap); in dsrv_log()