Searched refs:__sputc_raw (Results 1 – 1 of 1) sorted by relevance
450 #define __sputc_raw(c, p) \ macro461 ? __sputc_raw('\r', (p)) : 0 , \462 __sputc_raw((c), (p)))464 #define __sputc(c, p) __sputc_raw(c, p)