tfilecount        472 modules/file_shelter.c static unsigned tfilecount = 0;
tfilecount        775 modules/file_shelter.c                             tfilecount--;
tfilecount        782 modules/file_shelter.c                     tfilecount--;
tfilecount        789 modules/file_shelter.c                 tfilecount--;
tfilecount        883 modules/file_shelter.c                 tfilecount = filecount;
tfilecount        901 modules/file_shelter.c                 tfilecount = filecount;
tfilecount       1043 modules/file_shelter.c             if (tfilecount || tdircount) {
tfilecount       1044 modules/file_shelter.c                 sprintf(osdbuf, "Not restored: %u files, %u dirs", tfilecount, tdircount);
tfilecount       1062 modules/file_shelter.c             if (tfilecount || tdircount) {
tfilecount       1063 modules/file_shelter.c                 sprintf(osdbuf, "Failed: %u files, %u dirs", tfilecount, tdircount);
tfilecount       1163 modules/file_shelter.c             if ((tfilecount!=fc) || (tdircount!=dc)) {
tfilecount       1164 modules/file_shelter.c                 sprintf(osdbuf, "Remaining: %u files, %u dirs       ", tfilecount, tdircount);
tfilecount       1168 modules/file_shelter.c             fc = tfilecount;