Searched refs:date_buf (Results 1 – 1 of 1) sorted by relevance
1678 char date_buf[16]; in sldns_wire2str_time_scan() local1683 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()