Searched defs:putc_unlocked (Results 1 – 5 of 5) sorted by relevance
56 putc_unlocked(int ch, FILE *fp) in putc_unlocked() function
64 # define putc_unlocked(c,stream) putc (c, stream) macro
118 # define putc_unlocked(x,y) putc (x,y) macro
117 # define putc_unlocked(x,y) putc (x,y) macro
496 #define putc_unlocked(x, fp) __sputc(x, fp) macro