Home | History | Annotate | Download | only in src

Lines Matching defs:fmtstr

782   const char *fmtstr;
784 fmtstr = "%-*s|%0*" PRIx64 "|%-6s|%-8s|%*" PRIx64 "|%*s|%s\n";
786 fmtstr = "%-*s|%*" PRId64 "|%-6s|%-8s|%*" PRId64 "|%*s|%s\n";
788 fmtstr = "%-*s|%0*" PRIo64 "|%-6s|%-8s|%*" PRIo64 "|%*s|%s\n";
809 printf (fmtstr,
919 const char *fmtstr;
921 fmtstr = "%s %c%s %0*" PRIx64 " %0*" PRIx64 "\n";
923 fmtstr = "%s %c%s %*" PRId64 " %*" PRId64 "\n";
925 fmtstr = "%s %c%s %0*" PRIo64 " %0*" PRIo64 "\n";
950 printf (fmtstr,