Searched refs:cmpdate (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl2/rcs/dist/src/ |
H A D | rcsrev.c | 239 cmpdate(d1, d2) in cmpdate() function 439 (date && cmpdate(date,next->date) < 0) || 487 if (date && cmpdate(date,next->date)<0) { 577 do { if ((!date || cmpdate(date,next->date)>=0) && 622 if (date && cmpdate(date,trail->date)<0) {
|
H A D | rlog.c | 885 if ( cmpdate(root->date, pd->strtdate) >= 0 && 886 cmpdate(root->date, pd->enddate) <= 0) 923 || ne <= cmpdate(root->date, pdate->strtdate)) 926 || ne <= cmpdate(pdate->enddate, root->date)) 938 if (cmpdate(root->date, pdate->strtdate) == 0)
|
H A D | rcsbase.h | 630 int cmpdate P((char const*,char const*));
|
H A D | ChangeLog | 34 * ci.c (main): Add -kb. Use `cmpdate', not `cmpnum', to compare dates. 72 (recentdate, extdate): cmpnum -> cmpdate 122 * rcsrev.c (cmpdate, normalizeyear): 125 (genrevs, genbranch): cmpnum -> cmpdate 128 (getdelta): Don't strip leading "19" from MKS dates; see cmpdate. 213 (cmpdate, fopenSafer, fdSafer, readAccessFilenameBuffer): New fns.
|
H A D | ci.c | 561 cmpdate(newdelta.date,targetdelta->date) < 0) {
|