Searched refs:datesize (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/external/gpl2/rcs/dist/src/ |
| H A D | rcstime.c | 48 char date[datesize]; 84 char target[datesize]; 99 char const source[datesize]; in date2time() 101 char s[datesize + zonelenmax]; 128 char const date[datesize]; in date2str() 129 char datebuf[datesize + zonelenmax];
|
| H A D | rcsdiff.c | 149 static char const *setup_label P((struct buf*,char const*,char const[datesize])); 170 char date2[datesize]; 467 char const date[datesize]; 470 char datestr[datesize + zonelenmax];
|
| H A D | rcsbase.h | 228 #define datesize (yearlength+16) /* size of output of time2date */ macro 687 char const *date2str P((char const[datesize],char[datesize + zonelenmax])); 688 time_t date2time P((char const[datesize])); 689 void str2date P((char const*,char[datesize])); 690 void time2date P((time_t,char[datesize]));
|
| H A D | rcsrev.c | 118 static void cantfindbranch P((char const*,char const[datesize],char const*,char const*)); 278 char const *revno, date[datesize], *author, *state; in cantfindbranch() 280 char datebuf[datesize + zonelenmax]; 406 char datebuf[datesize + zonelenmax]; 539 char datebuf[datesize + zonelenmax];
|
| H A D | ci.c | 286 char altdate[datesize]; 287 char olddate[datesize]; 288 char newdatebuf[datesize + zonelenmax]; 289 char targetdatebuf[datesize + zonelenmax]; 1164 static char buffer[datesize]; /* date buffer */ in getcurdate() 1277 bufalloc(&logbuf, i + datesize + zonelenmax); in getlogmsg()
|
| H A D | rlog.c | 187 char strtdate[datesize]; /* duelst and datelist */ 188 char enddate[datesize]; 573 char datebuf[datesize + zonelenmax];
|
| H A D | co.c | 209 char finaldate[datesize];
|
| H A D | rcsedit.c | 1029 char datebuf[datesize + zonelenmax];
|
| /netbsd-src/external/gpl2/xcvs/dist/contrib/ |
| H A D | rcs-5.7-commitid.patch | 226 #define datesize (yearlength+16) /* size of output of time2date */ 259 char olddate[datesize]; 260 char newdatebuf[datesize + zonelenmax]; 261 char targetdatebuf[datesize + zonelenmax];
|