Searched defs:putc (Results 1 – 15 of 15) sorted by relevance
6 void putc(char c) in putc() function
14 #define putc(s) do {} while (0) macro
14 void __weak putc(char c) in putc() function
41 void putc(char c) in putc() function
5 static inline void putc(int c) {} in putc() function
15 static inline void putc(char c) in putc() function
23 static inline void putc(int c) in putc() function
24 .globl putc symbol
87 #define putc(ch) icedcc_putc(ch) macro
1379 putc: label
76 static inline void putc(int c) in putc() function
121 #define putc(c, stream) fputc(c, stream) macro
69 void (*putc)(unsigned char c); member
474 .macro putc ch macro