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

/freebsd-10-stable/contrib/unbound/sldns/
H A Dwire2str.c1291 char date_buf[16]; local
1296 date_buf[15]=0;
1298 strftime(date_buf, 15, "%Y%m%d%H%M%S", &tm)) {
1301 return sldns_str_print(s, sl, "%s", date_buf);
/freebsd-10-stable/contrib/ldns/
H A Dhost2str.c400 char date_buf[16]; local
404 && strftime(date_buf, 15, "%Y%m%d%H%M%S", &tm)) {
405 ldns_buffer_printf(output, "%s", date_buf);

Completed in 399 milliseconds