Searched refs:putwc (Results 1 – 8 of 8) sorted by relevance
/picolibc-3.7.0-3.6.0/newlib/libc/stdio/ |
D | putwc.c | 33 #undef putwc 40 putwc (wchar_t wc, in putwc() function
|
D | meson.build | 200 'putwc.c',
|
/picolibc-3.7.0-3.6.0/newlib/libc/tinystdio/ |
D | fputwc.c | 58 __strong_reference(fputwc, putwc); 60 wint_t putwc(wchar_t c, FILE *stream) { return fputwc(c, stream); } in putwc() function
|
D | putwchar.c | 39 return putwc(c, stdout); in putwchar()
|
D | vfwprintf.c | 34 #define my_putc(c, stream) do { ++stream_len; if (putwc(c, stream) == WEOF) goto fail; } while(0)
|
/picolibc-3.7.0-3.6.0/newlib/libc/include/ |
D | wchar.h | 230 wint_t putwc (wchar_t, __FILE *); 274 #define putwc(wc,fp) fputwc((wc), (fp)) macro
|
/picolibc-3.7.0-3.6.0/newlib/ |
D | ChangeLog-2015 | 664 putwc.def. 7300 * libc/stdio/stdio.tex: Remove putwc and getwc references as they 7409 (putwc): Ditto. 7414 fputwc.c, fputws.c, fwide.c, getwc.c, getwchar.c, putwc.c, putwchar.c 7417 fwide.def, getwc.def, getwchar.def, putwc.def, putwchar.def and 7439 * libc/stdio/putwc.c: New file, implementing putwc and _putwc_r.
|
/picolibc-3.7.0-3.6.0/ |
D | COPYING.picolibc | 182 newlib/libc/stdio/putwc.c
|