Home
last modified time | relevance | path

Searched refs:fputwc_unlocked (Results 1 – 5 of 5) sorted by relevance

/picolibc-3.5.0-3.4.0/newlib/libc/stdio/
Dfputwc_u.c34 fputwc_unlocked ( in fputwc_unlocked() function
Dputwc_u.c44 return fputwc_unlocked (wc, fp); in putwc_unlocked()
Dputwchar_u.c43 return fputwc_unlocked (wc, stdout); in putwchar_unlocked()
/picolibc-3.5.0-3.4.0/newlib/libc/include/
Dwchar.h237 wint_t fputwc_unlocked (wchar_t, __FILE *);
280 #define putwc_unlocked(wc,fp) fputwc_unlocked((wc), (fp))
282 #define putwchar_unlocked(wc) fputwc_unlocked((wc), stdout)
/picolibc-3.5.0-3.4.0/newlib/
DChangeLog-20151177 fputwc_unlocked, fputws_unlocked, getwc_unlocked, getwchar_unlocked,