Home
last modified time | relevance | path

Searched refs:getwc (Results 1 – 10 of 10) sorted by relevance

/picolibc-3.5.0-3.4.0/newlib/libc/tinystdio/
Dfgetwc.c63 __strong_reference(fgetwc, getwc);
64 #elif !defined(getwc)
65 wint_t getwc(FILE *stream) { return fgetwc(stream); } in getwc() function
Dgetwchar.c39 return getwc(stdin); in getwchar()
Dfgetws.c45 if ((c = getwc(stream)) == WEOF) in fgetws()
Dfputwc.c62 #elif !defined(getwc)
Dvfscanf.c67 #define GETC(s) getwc(s)
/picolibc-3.5.0-3.4.0/newlib/libc/stdio/
Dgetwc.c33 #undef getwc
40 getwc (FILE *fp) in getwc() function
Dmeson.build186 'getwc.c',
/picolibc-3.5.0-3.4.0/newlib/libc/include/
Dwchar.h228 wint_t getwc (__FILE *);
273 #define getwc(fp) fgetwc(fp) macro
/picolibc-3.5.0-3.4.0/newlib/
DChangeLog-2015663 * libc/stdio/Makefile.am (CHEWOUT_FILES): Remove getwc.def and
7300 * libc/stdio/stdio.tex: Remove putwc and getwc references as they
7407 (getwc): Define as macro.
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
7434 * libc/stdio/getwc.c: New file, implementing getwc and _getwc_r.
/picolibc-3.5.0-3.4.0/
DCOPYING.picolibc159 Files: newlib/libc/stdio/getwc.c