Searched refs:datesize (Results 1 - 8 of 8) sorted by relevance

/haiku-fatelf/src/bin/rcs/
H A Drcstime.c46 char date[datesize];
82 char target[datesize];
97 char const source[datesize];
99 char s[datesize + zonelenmax];
126 char const date[datesize];
127 char datebuf[datesize + zonelenmax];
H A Drcsdiff.c150 static char const *setup_label P((struct buf*,char const*,char const[datesize]));
171 char date2[datesize];
467 char const date[datesize];
470 char datestr[datesize + zonelenmax];
H A Drcsbase.h229 #define datesize (yearlength+16) /* size of output of time2date */ macro
684 char const *date2str P((char const[datesize],char[datesize + zonelenmax]));
685 time_t date2time P((char const[datesize]));
686 void str2date P((char const*,char[datesize]));
687 void time2date P((time_t,char[datesize]));
H A Drcsrev.c119 static void cantfindbranch P((char const*,char const[datesize],char const*,char const*));
279 char const *revno, date[datesize], *author, *state;
281 char datebuf[datesize + zonelenmax];
407 char datebuf[datesize + zonelenmax];
540 char datebuf[datesize + zonelenmax];
H A Dci.c287 char altdate[datesize];
288 char olddate[datesize];
289 char newdatebuf[datesize + zonelenmax];
290 char targetdatebuf[datesize + zonelenmax];
1164 static char buffer[datesize]; /* date buffer */
1277 bufalloc(&logbuf, i + datesize + zonelenmax);
H A Drlog.c188 char strtdate[datesize]; /* duelst and datelist */
189 char enddate[datesize];
570 char datebuf[datesize + zonelenmax];
H A Dco.c210 char finaldate[datesize];
H A Drcsedit.c1030 char datebuf[datesize + zonelenmax];

Completed in 51 milliseconds