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