Home
last modified time | relevance | path

Searched refs:getc_unlocked (Results 1 – 6 of 6) sorted by relevance

/picolibc-3.5.0-3.4.0/newlib/libc/stdio/
Dgetc_u.c70 #undef getc_unlocked
73 getc_unlocked ( in getc_unlocked() function
Dgetchar_u.c77 return getc_unlocked ( stdin ); in getchar_unlocked()
Dgetdelim.c89 if ((ch = getc_unlocked (fp)) == EOF) in __getdelim()
Dstdio.h513 int getc_unlocked (FILE *);
794 #define getchar_unlocked() getc_unlocked(stdin)
Dstdio.tex76 * getc_unlocked:: Get a character from a file or stream (macro)
/picolibc-3.5.0-3.4.0/newlib/
DChangeLog-201518249 * libc/include/stdio.h: Add declarations for getc_unlocked,