Searched refs:cmpdate (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/gnu/usr.bin/rcs/lib/
H A Drcsrev.c35 * (cmpdate, normalizeyear): New functions work around MKS RCS incompatibility.
37 * (genrevs, genbranch): cmpnum -> cmpdate
236 cmpdate(d1, d2) function
436 (date && cmpdate(date,next->date) < 0) ||
484 if (date && cmpdate(date,next->date)<0) {
574 do { if ((!date || cmpdate(date,next->date)>=0) &&
619 if (date && cmpdate(date,trail->date)<0) {
H A Drcsbase.h49 * (cmpdate, fopenSafer, fdSafer, readAccessFilenameBuffer): New functions.
629 int cmpdate P((char const*,char const*));
/freebsd-10-stable/gnu/usr.bin/rcs/rlog/
H A Drlog.c38 * (recentdate, extdate): cmpnum -> cmpdate
890 if ( cmpdate(root->date, pd->strtdate) >= 0 &&
891 cmpdate(root->date, pd->enddate) <= 0)
928 || ne <= cmpdate(root->date, pdate->strtdate))
931 || ne <= cmpdate(pdate->enddate, root->date))
943 if (cmpdate(root->date, pdate->strtdate) == 0)
/freebsd-10-stable/gnu/usr.bin/rcs/ci/
H A Dci.c36 * Use `cmpdate', not `cmpnum', to compare dates.
558 cmpdate(newdelta.date,targetdelta->date) < 0) {

Completed in 117 milliseconds