| /src/external/gpl2/rcs/dist/src/ |
| rcstime.c | 123 * Format a user-readable form of the RCS format DATE into the buffer DATEBUF. 124 * Yield DATEBUF. 127 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) [all...] |
| 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)
|
| 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,
|
| rlog.c | 573 char datebuf[datesize + zonelenmax]; local 588 date2str(node->date, datebuf),
|
| /src/external/mpl/dhcp/bind/dist/lib/isc/ |
| httpd.c | 959 char datebuf[ISC_FORMATHTTPTIMESTAMP_SIZE]; local 991 isc_time_formathttptimestamp(&now, datebuf, sizeof(datebuf)); 1036 isc_httpd_addheader(httpd, "Date", datebuf); 1037 isc_httpd_addheader(httpd, "Expires", datebuf); 1046 isc_httpd_addheader(httpd, "Last-Modified", datebuf);
|
| /src/external/mpl/bind/dist/lib/isc/ |
| httpd.c | 759 char datebuf[ISC_FORMATHTTPTIMESTAMP_SIZE]; local 769 isc_time_formathttptimestamp(&now, datebuf, sizeof(datebuf)); 820 httpd_addheader(req, "Date", datebuf); 821 httpd_addheader(req, "Expires", datebuf); 830 httpd_addheader(req, "Last-Modified", datebuf);
|
| /src/external/bsd/ekermit/dist/ |
| kermit.c | 1355 UCHAR datebuf[DATE_MAX], * p; local 1361 (k,k->filename,datebuf,DATE_MAX,&tmp,k->xfermode); 1365 debug(DB_LOG,"sattr filedate: ",datebuf,0); 1399 debug(DB_LOG,"sattr DATEBUF: ",datebuf,0); 1401 if (datebuf[0]) { /* File modtime */ 1402 p = datebuf; 1410 for (x = 0; x < DATE_MAX-1 && datebuf[x]; x++) 1411 r->filedate[x] = datebuf[x];
|
| /src/external/gpl2/xcvs/dist/src/ |
| rcs.c | 8694 char datebuf[MAXDATELEN + 1]; local 8702 RCS_getrevtime (rcs, rev, datebuf, 0); 8703 (void) date_to_internet (date, datebuf); 8727 (void) tm_to_internet (datebuf, wm); 8728 label = Xasprintf ("-L%s\t%s", path, datebuf);
|