Home
last modified time | relevance | path

Searched refs:olddate (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/cvs-1.12/contrib/
H A Dcvs2vendor.sh95olddate=`rlog -r1.1.1.1 $dstdir/$bfile | grep "^date: " | awk '{printf("%s.%s\n",$2,$3); exit}' | …
96 sed "s/$olddate/$newdate/" < $dstdir/$bfile,v > $dstdir/$bfile.x
H A Drcs-5.7-commitid.patch259 char olddate[datesize];
/dragonfly/gnu/usr.bin/rcs/ci/
H A Dci.c291 char olddate[datesize]; variable
601 str2date(prevdate.string, olddate);
602 newdelta.date = olddate;