Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
Dgetchar.c54 #undef getchar_unlocked
69 getchar_unlocked( void ) in getchar_unlocked() function
Dgets.c65 for (s = buf; (c = getchar_unlocked()) != '\n'; ) { in gets()
/device/linaro/bootloader/edk2/StdLib/Include/
Dstdio.h1466 int getchar_unlocked(void);
1617 #define getchar_unlocked() getc_unlocked(stdin) macro