Searched refs:fputwc (Results 1 – 15 of 15) sorted by relevance
/picolibc-latest/newlib/libc/tinystdio/ |
D | fputwc.c | 33 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()
|
D | fputws.c | 44 if (fputwc(c, stream) == WEOF) in fputws()
|
D | CMakeLists.txt | 72 fputwc.c
|
D | meson.build | 74 'fputwc.c',
|
/picolibc-latest/newlib/libc/stdio/ |
D | putwc.c | 42 return fputwc (wc, fp); in putwc()
|
D | putwchar.c | 95 return fputwc (wc, stdout); in putwchar()
|
D | sfputws.c | 19 if (fputwc (buf[i], fp) == WEOF) in __sfputws()
|
D | swprint.c | 34 if (fputwc (p[i], fp) == WEOF) { in __swprint()
|
D | fputwc.c | 164 fputwc ( in fputwc() function
|
D | nano-vfprintf.c | 371 if (fputwc ( p[i], fp) == WEOF) in _sprint() 416 if (fputwc ( p[i], fp) == WEOF) in _sfputs()
|
D | stdio.tex | 64 * Function fputwc:: Write a wide character to a file or stream 184 @include stdio/fputwc.def
|
D | meson.build | 187 'fputwc.c',
|
/picolibc-latest/newlib/libc/include/ |
D | wchar.h | 109 wint_t fputwc (wchar_t, __FILE *);
|
/picolibc-latest/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-latest/ |
D | COPYING.picolibc | 173 newlib/libc/stdio/fputwc.c 1997 newlib/libc/tinystdio/fputwc.c
|