/netbsd-src/external/gpl2/rcs/dist/src/ |
H A D | rcstime.c | 127 date2str(date, datebuf) in date2str() argument 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 D | rcsrev.c | 280 char datebuf[datesize + zonelenmax]; local 285 date ? date2str(date,datebuf) : "", 406 char datebuf[datesize + zonelenmax]; local 490 date2str(next->date, datebuf) 539 char datebuf[datesize + zonelenmax]; local 625 date2str(trail->date, datebuf)
|
H A D | rcsedit.c | 1029 char datebuf[datesize + zonelenmax]; local 1052 aputs(date2str(date,datebuf), out); 1066 date2str(date, datebuf), 1199 sp1 = date2str(date, datebuf); 1208 delta->num, (int)(sp1-datebuf), datebuf, sp1,
|
H A D | rlog.c | 573 char datebuf[datesize + zonelenmax]; local 588 date2str(node->date, datebuf),
|
/netbsd-src/external/mpl/bind/dist/lib/isc/ |
H A D | httpd.c | 768 char datebuf[ISC_FORMATHTTPTIMESTAMP_SIZE]; in httpd_compress() 778 isc_time_formathttptimestamp(&now, datebuf, sizeof(datebuf)); in httpd_compress() 829 httpd_addheader(req, "Date", datebuf); in prepare_response() 830 httpd_addheader(req, "Expires", datebuf); in prepare_response() 839 httpd_addheader(req, "Last-Modified", datebuf); in prepare_response() 787 char datebuf[ISC_FORMATHTTPTIMESTAMP_SIZE]; prepare_response() local
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/ |
H A D | httpd.c | 959 char datebuf[ISC_FORMATHTTPTIMESTAMP_SIZE]; in isc_httpd_recvdone() local 991 isc_time_formathttptimestamp(&now, datebuf, sizeof(datebuf)); in isc_httpd_recvdone() 1036 isc_httpd_addheader(httpd, "Date", datebuf); in isc_httpd_recvdone() 1037 isc_httpd_addheader(httpd, "Expires", datebuf); in isc_httpd_recvdone() 1046 isc_httpd_addheader(httpd, "Last-Modified", datebuf); in isc_httpd_recvdone()
|
/netbsd-src/external/bsd/ekermit/dist/ |
H A D | kermit.c | 1355 UCHAR datebuf[DATE_MAX], * p; in sattr() local 1361 (k,k->filename,datebuf,DATE_MAX,&tmp,k->xfermode); in sattr() 1365 debug(DB_LOG,"sattr filedate: ",datebuf,0); in sattr() 1399 debug(DB_LOG,"sattr DATEBUF: ",datebuf,0); in sattr() 1401 if (datebuf[0]) { /* File modtime */ in sattr() 1402 p = datebuf; in sattr() 1410 for (x = 0; x < DATE_MAX-1 && datebuf[x]; x++) in sattr() 1411 r->filedate[x] = datebuf[x]; in sattr()
|
/netbsd-src/external/gpl2/xcvs/dist/src/ |
H A D | rcs.c | 8694 char datebuf[MAXDATELEN + 1]; in make_file_label() local 8702 RCS_getrevtime (rcs, rev, datebuf, 0); in make_file_label() 8703 (void) date_to_internet (date, datebuf); in make_file_label() 8727 (void) tm_to_internet (datebuf, wm); in make_file_label() 8728 label = Xasprintf ("-L%s\t%s", path, datebuf); in make_file_label()
|