Home | History | Annotate | Download | only in misc

Lines Matching defs:backup

265 	 * See if any of the bad blocks are showing up in the backup
279 _("Warning: the backup superblock/group descriptors at block %u contain\n"
311 char backup[80];
330 memset(progress->backup, '\b', sizeof(progress->backup)-1);
331 progress->backup[sizeof(progress->backup)-1] = 0;
332 if ((2*i)+1 < (int) sizeof(progress->backup))
333 progress->backup[(2*i)+1] = 0;
349 fputs(progress->backup, stdout);