Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/ntp/lib/isc/
H A Dhttpd.c668 char datebuf[32]; /* Only need 30, but safety first */ in isc_httpd_recvdone() local
705 isc_time_formathttptimestamp(&now, datebuf, sizeof(datebuf)); in isc_httpd_recvdone()
740 isc_httpd_addheader(httpd, "Date", datebuf); in isc_httpd_recvdone()
741 isc_httpd_addheader(httpd, "Expires", datebuf); in isc_httpd_recvdone()
742 isc_httpd_addheader(httpd, "Last-Modified", datebuf); in isc_httpd_recvdone()