Searched defs:putc_unlocked (Results 1 – 3 of 3) sorted by relevance
57 putc_unlocked(int ch, FILE *fp) in putc_unlocked() function
113 # define putc_unlocked(x,y) putc (x,y) macro
528 #define putc_unlocked(x, fp) __sputc(x, fp) macro