Home | History | Annotate | Download | only in Stdio

Lines Matching refs:PUTCHAR

114 #define PUTCHAR(C) do {         \

164 PUTCHAR(*fmt++);
453 PUTCHAR(' ');
458 PUTCHAR(sign);
460 PUTCHAR('0');
461 PUTCHAR(ch);
468 PUTCHAR('0');
474 PUTCHAR('0');
478 PUTCHAR(*cp++);
483 PUTCHAR(' ');