Home
last modified time | relevance | path

Searched refs:datesize (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl2/rcs/dist/src/
H A Drcstime.c48 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 Drcsdiff.c149 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 Drcsbase.h228 #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 Drcsrev.c118 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 Dci.c286 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 Drlog.c187 char strtdate[datesize]; /* duelst and datelist */
188 char enddate[datesize];
573 char datebuf[datesize + zonelenmax];
H A Dco.c209 char finaldate[datesize];
H A Drcsedit.c1029 char datebuf[datesize + zonelenmax];
/netbsd-src/external/gpl2/xcvs/dist/contrib/
H A Drcs-5.7-commitid.patch226 #define datesize (yearlength+16) /* size of output of time2date */
259 char olddate[datesize];
260 char newdatebuf[datesize + zonelenmax];
261 char targetdatebuf[datesize + zonelenmax];