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

  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
getc.c 58 #undef getc_unlocked macro
78 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 764 return getc_unlocked(fp);
862 return getc_unlocked(fp);
865 int getc_unlocked(FILE* fp) { function
871 return getc_unlocked(stdin);

Completed in 299 milliseconds