Lines Matching refs:fcode
116 char fcode; in _print() local
311 switch (fcode = *cp++) { in _print()
352 } else if (fcode == 'd') { in _print()
359 if (fcode == 'd' || fcode == 'D') { in _print()
385 if (fcode == 'X') { in _print()
405 switch (fcode) { in _print()
495 *--suffix = isupper(fcode) ? 'E' : 'e'; in _print()
630 fcode = 't'; /* Fake the rest of code. */ in _print()
649 fcode = 't'; /* Fake the rest of code. */ in _print()
676 fcode = 's'; /* Act as if it were %s. */ in _print()
700 p = bp = &fcode; in _print()
705 if (fcode != '\0') { in _print()
735 if (fcode == 't') { /* %t is special. */ in _print()