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

/netbsd-6-1-5-RELEASE/gnu/usr.bin/rcs/lib/
H A Drcstime.c127 date2str(date, datebuf)
129 char datebuf[datesize + zonelenmax];
136 VOID sprintf(datebuf,
171 VOID sprintf(datebuf,
187 VOID sprintf(datebuf + strlen(datebuf), fmt, non_hour / 60);
189 VOID sprintf(datebuf + strlen(datebuf), fmt, non_hour);
192 return datebuf;
H A Drcsrev.c289 char datebuf[datesize + zonelenmax]; local
294 date ? date2str(date,datebuf) : "",
415 char datebuf[datesize + zonelenmax]; local
499 date2str(next->date, datebuf)
548 char datebuf[datesize + zonelenmax]; local
634 date2str(trail->date, datebuf)
H A Drcsedit.c1049 char datebuf[datesize + zonelenmax]; local
1072 aputs(date2str(date,datebuf), out);
1086 date2str(date, datebuf),
1219 sp1 = date2str(date, datebuf);
1228 delta->num, (int)(sp1-datebuf), datebuf, sp1,
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/
H A Dhttpd.c670 char datebuf[32]; /* Only need 30, but safety first */ local
707 isc_time_formathttptimestamp(&now, datebuf, sizeof(datebuf));
742 isc_httpd_addheader(httpd, "Date", datebuf);
743 isc_httpd_addheader(httpd, "Expires", datebuf);
744 isc_httpd_addheader(httpd, "Last-Modified", datebuf);
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/
H A Dhttpd.c637 char datebuf[32]; /* Only need 30, but safety first */ local
673 isc_time_formathttptimestamp(&now, datebuf, sizeof(datebuf));
702 isc_httpd_addheader(httpd, "Date", datebuf);
703 isc_httpd_addheader(httpd, "Expires", datebuf);
704 isc_httpd_addheader(httpd, "Last-Modified", datebuf);
/netbsd-6-1-5-RELEASE/gnu/usr.bin/rcs/rlog/
H A Drlog.c578 char datebuf[datesize + zonelenmax]; local
593 date2str(node->date, datebuf),
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/src/
H A Drcs.c8692 char datebuf[MAXDATELEN + 1]; local
8700 RCS_getrevtime (rcs, rev, datebuf, 0);
8701 (void) date_to_internet (date, datebuf);
8725 (void) tm_to_internet (datebuf, wm);
8726 label = Xasprintf ("-L%s\t%s", path, datebuf);

Completed in 110 milliseconds