Home
last modified time | relevance | path

Searched refs:fputwc (Results 1 – 14 of 14) sorted by relevance

/picolibc-3.5.0-3.4.0/newlib/libc/tinystdio/
Dfputwc.c36 fputwc(wchar_t c, FILE *stream) in fputwc() function
61 __strong_reference(fputwc, putwc);
63 wint_t putwc(wchar_t c, FILE *stream) { return fputwc(c, stream); } in putwc()
Dfputws.c46 if (fputwc(c, stream) == WEOF) in fputws()
DCMakeLists.txt69 fputwc.c
Dmeson.build67 'fputwc.c',
/picolibc-3.5.0-3.4.0/newlib/libc/stdio/
Dputwc.c43 return fputwc (wc, fp); in putwc()
Dputwchar.c96 return fputwc (wc, stdout); in putwchar()
Dfputwc.c165 fputwc ( in fputwc() function
Dnano-vfprintf.c373 if (fputwc ( p[i], fp) == WEOF) in _sprint()
418 if (fputwc ( p[i], fp) == WEOF) in _sfputs()
Dstdio.tex64 * fputwc:: Write a wide character to a file or stream
184 @include stdio/fputwc.def
Dmeson.build175 'fputwc.c',
Dvfprintf.c378 if (fputwc ( p[i], fp) == WEOF)
420 if (fputwc ( p[i], fp) == WEOF) {
/picolibc-3.5.0-3.4.0/newlib/libc/include/
Dwchar.h223 wint_t fputwc (wchar_t, __FILE *);
274 #define putwc(wc,fp) fputwc((wc), (fp))
276 #define putwchar(wc) fputwc((wc), stdout)
/picolibc-3.5.0-3.4.0/newlib/
DChangeLog-20151212 * libc/stdio/fputwc.c: Document unlocked variants.
2971 * libc/stdio/fputwc.c (fputwc): Likewise.
7216 * libc/stdio/fputwc.c: Fix typo in man page info.
7301 are included as part of fputwc and fgetwc, respectively.
7414 fputwc.c, fputws.c, fwide.c, getwc.c, getwchar.c, putwc.c, putwchar.c
7416 (CHEWOUT_FILES): Add fgetwc.def, fgetws.def, fputwc.def, fputws.def,
7426 * libc/stdio/fputwc.c: New file, implementing fputwc and _fputwc_r.
/picolibc-3.5.0-3.4.0/
DCOPYING.picolibc152 newlib/libc/stdio/fputwc.c
1818 newlib/libc/tinystdio/fputwc.c