Home
last modified time | relevance | path

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

/src/contrib/unbound/dnstap/
H A Dunbound-dnstap-socket.c600 time_t time_t_sec; in tv_to_str() local
606 time_t_sec = tv.tv_sec; in tv_to_str()
607 (void)ctime_r(&time_t_sec, buf); in tv_to_str()