Home | History | Annotate | Download | only in block

Lines Matching full:stderr

52 #undef stderr
53 #define stderr STDERR
54 FILE* stderr = NULL;
60 fprintf(stderr, "Nonono! %s:%d %s\n", file, line, msg);
757 fprintf(stderr, "File %s is larger than 2GB\n", buffer);
904 fprintf(stderr, "Could not read directory %s\n",
931 fprintf(stderr,"Directory does not fit in FAT%d (capacity %s)\n",
1007 DLOG(if (stderr == NULL) {
1008 stderr = fopen("vvfat.log", "a");
1009 setbuf(stderr, NULL);
1044 fprintf(stderr, "Big fat greek warning: FAT32 has not been tested. You are welcome to do so!\n");
1232 fprintf(stderr, "%02x ", p[i + j]);
1234 fprintf(stderr, " ");
1235 fprintf(stderr, " ");
1237 fprintf(stderr, "%c", (p[i + j] < ' ' || p[i + j] > 0x7f) ? '.' : p[i + j]);
1238 fprintf(stderr, "\n");
1247 fprintf(stderr, "direntry %p: ", direntry);
1261 fprintf(stderr, "%s\n", buffer);
1267 fprintf(stderr,"%s attributes=0x%02x begin=%d size=%d\n",
1276 fprintf(stderr, "mapping (%p): begin, end = %d, %d, dir_index = %d, "
1282 fprintf(stderr, "parent_mapping_index = %d, first_dir_index = %d\n", mapping->info.dir.parent_mapping_index, mapping->info.dir.first_dir_index);
1284 fprintf(stderr, "offset = %d\n", mapping->info.file.offset);
1301 DLOG(fprintf(stderr, "sectors %d+%d allocated\n", (int)sector_num, n));
1308 DLOG(fprintf(stderr, "sector %d not allocated\n", (int)sector_num));
1371 DLOG(fprintf(stderr, "clear_commits (%d commits)\n", s->commits.next));
1773 fprintf(stderr, "cluster %d used more than once\n", (int)cluster_num);
1778 DLOG(fprintf(stderr, "read cluster %d (sector %d)\n", (int)cluster_num, (int)cluster2sector(s, cluster_num)));
1782 fprintf(stderr, "Error fetching direntries\n");
1791 DLOG(fprintf(stderr, "check direntry %d: \n", i); print_direntry(direntries + i));
1798 fprintf(stderr, "Error in long name\n");
1807 fprintf(stderr, "Error in short name (%d)\n", subret);
1817 fprintf(stderr, "Name too long: %s/%s\n", path, lfn.name);
1825 DLOG(fprintf(stderr, "invalid begin for directory: %s\n", path2); print_direntry(direntries + i));
1831 DLOG(fprintf(stderr, "problem in directory %s:\n", path2); print_direntry(direntries + i));
1840 DLOG(fprintf(stderr, "Cluster count mismatch\n"));
1884 fprintf(stderr, "Could not copy fat\n");
1904 DLOG(fprintf(stderr, "problem in directory\n"));
1912 DLOG(fprintf(stderr, "FAT was modified (%d), but cluster is not used?\n", i));
1920 DLOG(fprintf(stderr, "unused, modified cluster: %d\n", i));
2146 DLOG(fprintf(stderr, "commit_direntries for %s, parent_mapping_index %d\n", mapping->path, parent_mapping_index));
2232 fprintf(stderr, "Could not open %s... (%s, %d)\n", mapping->path,
2282 fprintf(stderr, "deleted\n");
2349 fprintf(stderr, "handle_renames\n");
2352 fprintf(stderr, "%d, %s (%d, %d)\n", i, commit->path ? commit->path : "(null)", commit->param.rename.cluster, commit->action);
2584 DLOG(fprintf(stderr, "DELETE (%d)\n", i); print_mapping(mapping); print_direntry(entry));
2613 fprintf(stderr, "Error handling renames (%d)\n", ret);
2624 fprintf(stderr, "Fatal: error while committing (%d)\n", ret);
2631 fprintf(stderr, "Error handling commits (%d)\n", ret);
2638 fprintf(stderr, "Error deleting\n");
2684 fprintf(stderr, "Tried to write to write-protected file %s\n",
2709 fprintf(stderr, "Warning: non-ASCII filename\n");
2718 fprintf(stderr, "Warning: tried to write to write-protected file\n");
2732 DLOG(fprintf(stderr, "Write to qcow backend: %d + %d\n", (int)sector_num, nb_sectors));
2735 fprintf(stderr, "Error writing to qcow backend\n");
2857 fprintf(stderr, "Nonono!\n");