Lines Matching refs:pager
29 static FILE *pager;
81 fprintf(pager, "Corrupted directory block (%u)!\n", blk);
98 fprintf(pager, "\n");
101 fprintf(pager, "%s", tmp);
105 fprintf(pager, "\n");
130 fprintf(pager, "Number of entries (count): %d\n", limit.count);
131 fprintf(pager, "Number of entries (limit): %d\n", limit.limit);
135 fprintf(pager, "Entry #%d: Hash 0x%08x%s, block %u\n", i,
140 fprintf(pager, "\n");
145 fprintf(pager, "Entry #%d: Hash 0x%08x, block %u\n", i,
155 fprintf(pager, "---------------------\n");
169 fprintf(pager, "Couldn't allocate child block.\n");
212 pager = open_pager();
273 fprintf(pager, "Root node dump:\n");
274 fprintf(pager, "\t Reserved zero: %u\n", rootnode->reserved_zero);
275 fprintf(pager, "\t Hash Version: %d\n", rootnode->hash_version);
276 fprintf(pager, "\t Info length: %d\n", rootnode->info_length);
277 fprintf(pager, "\t Indirect levels: %d\n", rootnode->indirect_levels);
278 fprintf(pager, "\t Flags: %d\n", rootnode->unused_flags);
289 close_pager(pager);