Searched refs:getc_unlocked (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dgetc.c58 #undef getc_unlocked macro
78 getc_unlocked(FILE *fp) function
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dstdio.h76 int getc_unlocked (FILE *);
1465 int getc_unlocked (FILE *);
1614 #define getc_unlocked(fp) __sgetc(fp) macro
1617 #define getchar_unlocked() getc_unlocked(stdin)

Completed in 83 milliseconds