Home
last modified time | relevance | path

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

/freebsd-head/contrib/ntp/sntp/
HDutilities.h23 char *tv_to_str(const struct timeval *tv);
HDutilities.c136 tv_to_str( in tv_to_str() function
HDmain.c1259 ts_str = tv_to_str(&tv_dst); in handle_pkt()
/freebsd-head/contrib/unbound/dnstap/
HDunbound-dnstap-socket.c595 static char* tv_to_str(protobuf_c_boolean has_time_sec, uint64_t time_sec, in tv_to_str() function
678 char* qtv = tv_to_str(d->message->has_query_time_sec, in log_data_frame()
698 char* rtv = tv_to_str(d->message->has_response_time_sec, in log_data_frame()
/freebsd-head/contrib/ntp/
HDChangeLog4082 * [Bug 1254] CID 56: tv_to_str() leaks a struct tm each call.
HDCommitLog149134 Correct missing leading zeros in sntp tv_usec display from tv_to_str().
149137 Correct missing leading zeros in sntp tv_usec display from tv_to_str().
179830 [Bug 1254] CID 56: tv_to_str() leaks a struct tm each call.
179847 [Bug 1254] CID 56: tv_to_str() leaks a struct tm each call.
179881 [Bug 1254] CID 56: tv_to_str() leaks a struct tm each call.
191027 Added the tv_to_str function which converts a struct timeval to a timestamp string.
191042 Added the tv_to_str function which converts a struct timeval to a timestamp string.
191045 Added the tv_to_str function which converts a struct timeval to a timestamp string.