Lines Matching refs:fcode
118 char fcode; in _print() local
313 switch (fcode = *cp++) { in _print()
354 } else if (fcode == 'd') { in _print()
361 if (fcode == 'd' || fcode == 'D') { in _print()
387 if (fcode == 'X') { in _print()
407 switch (fcode) { in _print()
497 *--suffix = isupper(fcode) ? 'E' : 'e'; in _print()
632 fcode = 't'; /* Fake the rest of code. */ in _print()
651 fcode = 't'; /* Fake the rest of code. */ in _print()
678 fcode = 's'; /* Act as if it were %s. */ in _print()
702 p = bp = &fcode; in _print()
707 if (fcode != '\0') { in _print()
737 if (fcode == 't') { /* %t is special. */ in _print()