Home
last modified time | relevance | path

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

/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dgetchar.c39 #undef getchar_unlocked
42 getchar_unlocked(void) in getchar_unlocked() function
Dgets.c47 for (s = buf; (c = getchar_unlocked()) != '\n';) in gets()
/bionic/libc/include/
Dstdio.h322 int getchar_unlocked(void);