Searched defs:getc_unlocked (Results 1 - 7 of 7) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
H A Dstdio.h64 getc_unlocked (FILE *__fp) function
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
H A Dstdio.h64 getc_unlocked (FILE *__fp) function
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
H A Dstdio.h64 getc_unlocked (FILE *__fp) function
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include-fixed/
H A Dstdio.h312 int getc_unlocked(FILE *);
412 #define getc_unlocked(fp) __sgetc(fp) macro
427 #define getchar_unlocked() getc_unlocked(stdin)
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include-fixed/
H A Dstdio.h312 int getc_unlocked(FILE *);
412 #define getc_unlocked(fp) __sgetc(fp) macro
427 #define getchar_unlocked() getc_unlocked(stdin)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dpthread.h547 #define getc_unlocked(...) (pthread_testcancel(), getc_unlocked(__VA_ARGS__)) macro
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dpthread.h547 #define getc_unlocked(...) (pthread_testcancel(), getc_unlocked(__VA_ARGS__)) macro

Completed in 1539 milliseconds