Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/tinystdio/
Dfputwc.c33 fputwc(wchar_t c, FILE *stream) in fputwc() function
55 __strong_reference(fputwc, putwc);
57 wint_t putwc(wchar_t c, FILE *stream) { return fputwc(c, stream); } in putwc()
Dfputws.c44 if (fputwc(c, stream) == WEOF) in fputws()
DCMakeLists.txt72 fputwc.c
Dmeson.build74 'fputwc.c',
/picolibc-latest/newlib/libc/stdio/
Dputwc.c42 return fputwc (wc, fp); in putwc()
Dputwchar.c95 return fputwc (wc, stdout); in putwchar()
Dsfputws.c19 if (fputwc (buf[i], fp) == WEOF) in __sfputws()
Dswprint.c34 if (fputwc (p[i], fp) == WEOF) { in __swprint()
Dfputwc.c164 fputwc ( in fputwc() function
Dnano-vfprintf.c371 if (fputwc ( p[i], fp) == WEOF) in _sprint()
416 if (fputwc ( p[i], fp) == WEOF) in _sfputs()
Dstdio.tex64 * Function fputwc:: Write a wide character to a file or stream
184 @include stdio/fputwc.def
Dmeson.build187 'fputwc.c',
/picolibc-latest/newlib/libc/include/
Dwchar.h109 wint_t fputwc (wchar_t, __FILE *);
/picolibc-latest/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-latest/
DCOPYING.picolibc173 newlib/libc/stdio/fputwc.c
1997 newlib/libc/tinystdio/fputwc.c