Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libc/tinystdio/
Dfgetwc.c60 __strong_reference(fgetwc, getwc);
61 #elif !defined(getwc)
62 wint_t getwc(FILE *stream) { return fgetwc(stream); } in getwc() function
Dgetwchar.c38 return getwc(stdin); in getwchar()
Dfgetws.c43 if ((c = getwc(stream)) == WEOF) in fgetws()
Dfputwc.c59 #elif !defined(getwc)
Dvfscanf.c54 #define GETC(s) getwc(s)
/picolibc-3.7.0-3.6.0/newlib/libc/stdio/
Dgetwc.c33 #undef getwc
40 getwc (FILE *fp) in getwc() function
Dmeson.build195 'getwc.c',
/picolibc-3.7.0-3.6.0/newlib/libc/include/
Dwchar.h228 wint_t getwc (__FILE *);
273 #define getwc(fp) fgetwc(fp) macro
/picolibc-3.7.0-3.6.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.7.0-3.6.0/
DCOPYING.picolibc180 Files: newlib/libc/stdio/getwc.c