Home
last modified time | relevance | path

Searched refs:getc_unlocked (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
Dgetc.c58 #undef getc_unlocked
78 getc_unlocked(FILE *fp) in getc_unlocked() function
/device/linaro/bootloader/edk2/StdLib/Include/
Dstdio.h1465 int getc_unlocked (FILE *);
1614 #define getc_unlocked(fp) __sgetc(fp) macro
1617 #define getchar_unlocked() getc_unlocked(stdin)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dfileobject.c30 #define GETC(f) getc_unlocked(f)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dfileobject.c30 #define GETC(f) getc_unlocked(f)