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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dgetchar.c54 #undef getchar_unlocked macro
69 getchar_unlocked( void ) function
H A Dgets.c65 for (s = buf; (c = getchar_unlocked()) != '\n'; ) {
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dstdio.h77 int getchar_unlocked(void);
1466 int getchar_unlocked(void);
1617 #define getchar_unlocked() getc_unlocked(stdin) macro

Completed in 53 milliseconds