Home | History | Annotate | Download | only in src

Lines Matching refs:fmtstr

445   const char *fmtstr;
447 fmtstr = "%-*s %*" PRIx64 " %*" PRIx64 "\n";
449 fmtstr = "%-*s %*" PRId64 " %*" PRId64 "\n";
451 fmtstr = "%-*s %*" PRIo64 " %*" PRIo64 "\n";
463 printf (fmtstr,
494 const char *fmtstr;
496 fmtstr = "%" PRIx64 "(%s)";
498 fmtstr = "%" PRId64 "(%s)";
500 fmtstr = "%" PRIo64 "(%s)";
519 printf (fmtstr, shdr->sh_size,