Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/sldns/
H A Dwire2str.c1678 char date_buf[16]; in sldns_wire2str_time_scan() local
1683 date_buf[15]=0; in sldns_wire2str_time_scan()
1685 strftime(date_buf, 15, "%Y%m%d%H%M%S", &tm)) { in sldns_wire2str_time_scan()
1688 return sldns_str_print(s, sl, "%s", date_buf); in sldns_wire2str_time_scan()
/freebsd/contrib/ldns/
H A Dhost2str.c414 char date_buf[16]; in ldns_rdf2buffer_str_time() local
418 && strftime(date_buf, 15, "%Y%m%d%H%M%S", &tm)) { in ldns_rdf2buffer_str_time()
419 ldns_buffer_printf(output, "%s", date_buf); in ldns_rdf2buffer_str_time()