Searched defs:putc (Results 1 – 4 of 4) sorted by relevance
82 # define putc(c, fp) INTUSE(_IO_putc) (c, fp) macro
115 # define putc(x,y) putc_unlocked (x,y) macro
473 putc, enumerator
152 static inline void putc(int c) in putc() function