Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/tinystdio/
Dgetchar.c43 #undef getchar_unlocked
45 __strong_reference(getchar, getchar_unlocked);
47 int getchar_unlocked(void) { return getchar(); } in getchar_unlocked() function
Dstdio.h372 int getchar_unlocked (void);
379 #define getchar_unlocked(f) fgetc(stdin) macro
/picolibc-latest/newlib/libc/stdio/
Dgetchar_u.c69 #undef getchar_unlocked
72 getchar_unlocked (void) in getchar_unlocked() function
Dstdio.h512 int getchar_unlocked (void);
767 #define getchar_unlocked() _getchar_unlocked() macro
791 #define getchar_unlocked() getc_unlocked(stdin) macro
Dstdio.tex78 * Function getchar_unlocked:: Get a character from standard input (macro)
/picolibc-latest/newlib/
DChangeLog-201518250 getchar_unlocked, putc_unlocked and putchar_unlocked.