Searched refs:fputwc (Results 1 – 14 of 14) sorted by relevance
/picolibc-3.5.0-3.4.0/newlib/libc/tinystdio/ |
D | fputwc.c | 36 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()
|
D | fputws.c | 46 if (fputwc(c, stream) == WEOF) in fputws()
|
D | CMakeLists.txt | 69 fputwc.c
|
D | meson.build | 67 'fputwc.c',
|
/picolibc-3.5.0-3.4.0/newlib/libc/stdio/ |
D | putwc.c | 43 return fputwc (wc, fp); in putwc()
|
D | putwchar.c | 96 return fputwc (wc, stdout); in putwchar()
|
D | fputwc.c | 165 fputwc ( in fputwc() function
|
D | nano-vfprintf.c | 373 if (fputwc ( p[i], fp) == WEOF) in _sprint() 418 if (fputwc ( p[i], fp) == WEOF) in _sfputs()
|
D | stdio.tex | 64 * fputwc:: Write a wide character to a file or stream 184 @include stdio/fputwc.def
|
D | meson.build | 175 'fputwc.c',
|
D | vfprintf.c | 378 if (fputwc ( p[i], fp) == WEOF) 420 if (fputwc ( p[i], fp) == WEOF) {
|
/picolibc-3.5.0-3.4.0/newlib/libc/include/ |
D | wchar.h | 223 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/ |
D | ChangeLog-2015 | 1212 * 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/ |
D | COPYING.picolibc | 152 newlib/libc/stdio/fputwc.c 1818 newlib/libc/tinystdio/fputwc.c
|