HomeSort by relevance Sort by last modified time
    Searched defs:getc_unlocked (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
getc.c 58 #undef getc_unlocked macro
78 getc_unlocked(FILE *fp) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
stdio.h 64 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/
stdio.h 64 getc_unlocked (FILE *__fp) function
  /device/linaro/bootloader/edk2/StdLib/Include/
stdio.h 76 int getc_unlocked (FILE *);
1614 #define getc_unlocked macro
    [all...]
  /bionic/libc/stdio/
stdio.cpp 707 return getc_unlocked(fp);
807 return getc_unlocked(fp);
810 int getc_unlocked(FILE* fp) { function
816 return getc_unlocked(stdin);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread.h 547 #define getc_unlocked(...) (pthread_testcancel(), getc_unlocked(__VA_ARGS__)) macro
    [all...]

Completed in 134 milliseconds