Home
last modified time | relevance | path

Searched refs:putwc (Results 1 – 8 of 8) sorted by relevance

/picolibc-3.7.0-3.6.0/newlib/libc/stdio/
Dputwc.c33 #undef putwc
40 putwc (wchar_t wc, in putwc() function
Dmeson.build200 'putwc.c',
/picolibc-3.7.0-3.6.0/newlib/libc/tinystdio/
Dfputwc.c58 __strong_reference(fputwc, putwc);
60 wint_t putwc(wchar_t c, FILE *stream) { return fputwc(c, stream); } in putwc() function
Dputwchar.c39 return putwc(c, stdout); in putwchar()
Dvfwprintf.c34 #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/
Dwchar.h230 wint_t putwc (wchar_t, __FILE *);
274 #define putwc(wc,fp) fputwc((wc), (fp)) macro
/picolibc-3.7.0-3.6.0/newlib/
DChangeLog-2015664 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/
DCOPYING.picolibc182 newlib/libc/stdio/putwc.c