Lines Matching refs:fcode
74 unsigned char fcode;
176 * ending at "ptr"-1, unless fcode is '\0'.
178 switch (fcode = *fmt++) {
198 fcode = 'o';
207 if (fcode=='o') {
227 if (fcode=='o') {
234 putchar(fcode);
238 *--bptr = fcode;
247 fcode = fcode + 'a' - 'A';
256 if (fcode=='u')
261 if (n = (fcode != 'u' && num < 0))
275 ptr = bptr = &fcode;
279 if (fcode != '\0')