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

/macosx-10.10/rsync-45/rsync/
H A Dtls.c62 char datebuf[50]; local
98 snprintf(datebuf, sizeof datebuf,
107 strlcpy(datebuf, " ", sizeof datebuf);
120 datebuf, fname, linkbuf);
/macosx-10.10/xnu-2782.1.97/tools/tests/xnu_quick_test/
H A Dmisc.c401 char datebuf[256]; local
418 strftime(datebuf, sizeof(datebuf), MY_PRINTF_DATE_FMT, timeptr);
431 rv = printf("%s %s", datebuf, bufp);
/macosx-10.10/bind9-45.101/bind9/lib/isc/
H A Dhttpd.c668 char datebuf[32]; /* Only need 30, but safety first */ local
705 isc_time_formathttptimestamp(&now, datebuf, sizeof(datebuf));
740 isc_httpd_addheader(httpd, "Date", datebuf);
741 isc_httpd_addheader(httpd, "Expires", datebuf);
742 isc_httpd_addheader(httpd, "Last-Modified", datebuf);
/macosx-10.10/ntp-92/lib/isc/
H A Dhttpd.c635 char datebuf[32]; /* Only need 30, but safety first */ local
671 isc_time_formathttptimestamp(&now, datebuf, sizeof(datebuf));
700 isc_httpd_addheader(httpd, "Date", datebuf);
701 isc_httpd_addheader(httpd, "Expires", datebuf);
702 isc_httpd_addheader(httpd, "Last-Modified", datebuf);

Completed in 72 milliseconds