Searched refs:date_buf (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/unbound/sldns/ |
| H A D | wire2str.c | 1686 char date_buf[16]; in sldns_wire2str_time_scan() 1691 date_buf[15]=0; in sldns_wire2str_time_scan() 1693 strftime(date_buf, 15, "%Y%m%d%H%M%S", &tm)) { in sldns_wire2str_time_scan() 1696 return sldns_str_print(s, sl, "%s", date_buf); in sldns_wire2str_time_scan() 1684 char date_buf[16]; sldns_wire2str_time_scan() local
|
| /freebsd/contrib/ldns/ |
| H A D | host2str.c | 414 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()
|