Searched defs:putc (Results 1 – 14 of 14) 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
46 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
87 #define putc(ch) icedcc_putc(ch) macro
1379 putc: label
76 static inline void putc(int c) in putc() function
69 void (*putc)(unsigned char c); member
154 #define putc(c, stream) fputc(c, stream) macro
474 .macro putc ch macro