Lines Matching defs:afmt
48 static char *afmt = "%07llo";
566 afmt = NULL;
570 afmt = "%07llo";
574 afmt = "%07lld";
578 afmt = "%07llx";
588 afmt = " ";
592 afmt = NULL;
596 afmt = NULL;
598 if (afmt == NULL)
752 afmt = "%07llx";
762 afmt = "%07llo";
771 afmt = "%07lld";
901 (void) printf(afmt, offset);
918 (void) printf(afmt, offset);