Home
last modified time | relevance | path

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

/dports/biology/mrbayes/MrBayes-3.2.7/src/
H A Dmcmc.c11209 char bkupFileName[220], oldBkupFileName[220], ckpFileName[220], *tempString=NULL; in PrintCheckPoint() local
11240 strcpy (oldBkupFileName, bkupFileName); in PrintCheckPoint()
11241 strcat (oldBkupFileName, "~"); in PrintCheckPoint()
11244 remove (oldBkupFileName); in PrintCheckPoint()
11245 rename (bkupFileName, oldBkupFileName); in PrintCheckPoint()
11303 remove (oldBkupFileName); in PrintCheckPoint()