Home
last modified time | relevance | path

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

/bionic/libc/stdio/
Dgetchar.c39 #undef getchar_unlocked
42 getchar_unlocked(void) in getchar_unlocked() function
/bionic/libc/include/
Dstdio.h320 int getchar_unlocked(void);
434 #define getchar_unlocked() getc_unlocked(stdin) macro