Home
last modified time | relevance | path

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

/net-tools-latest/tinydtls-0.8.2/
Ddebug.c209 static char timebuf[32]; in dsrv_log() local
218 if (print_timestamp(timebuf,sizeof(timebuf), time(NULL))) in dsrv_log()
219 fprintf(log_fd, "%s ", timebuf); in dsrv_log()
232 static char timebuf[32]; in dsrv_log() local
238 if (print_timestamp(timebuf,sizeof(timebuf), clock_time())) in dsrv_log()
239 PRINTF("%s ", timebuf); in dsrv_log()
291 static char timebuf[32]; in dtls_dsrv_hexdump_log() local
300 if (print_timestamp(timebuf, sizeof(timebuf), time(NULL))) in dtls_dsrv_hexdump_log()
301 fprintf(log_fd, "%s ", timebuf); in dtls_dsrv_hexdump_log()
335 static char timebuf[32]; in dtls_dsrv_hexdump_log() local
[all …]
/net-tools-latest/libcoap/src/
Ddebug.c484 char timebuf[32]; in coap_log_impl() local
495 if (print_timestamp(timebuf,sizeof(timebuf), now)) in coap_log_impl()
496 fprintf(log_fd, "%s ", timebuf); in coap_log_impl()