HomeSort by relevance Sort by last modified time
    Searched refs:getc_unlocked (Results 1 - 25 of 29) sorted by null

1 2

  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
getc.c 58 #undef getc_unlocked macro
78 getc_unlocked(FILE *fp) function
  /external/compiler-rt/test/msan/
getc_unlocked.c 24 c = getc_unlocked (stream);
  /device/linaro/bootloader/edk2/StdLib/Include/
stdio.h 76 int getc_unlocked (FILE *);
1614 #define getc_unlocked macro
    [all...]
  /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
  /external/kmod/shared/
util.c 305 int ch = getc_unlocked(fp);
326 ch = getc_unlocked(fp);
  /external/elfutils/src/
ldlex.l 40 #define getc(s) getc_unlocked (s)
  /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);
  /bionic/tests/headers/posix/
stdio_h.c 109 FUNCTION(getc_unlocked, int (*f)(FILE*));
  /external/e2fsprogs/intl/
localcharset.c 91 # define getc getc_unlocked
  /toolchain/binutils/binutils-2.27/intl/
localcharset.c 91 # define getc getc_unlocked
  /bionic/libc/include/
stdio.h 235 int getc_unlocked(FILE* __fp);
  /external/python/cpython3/Objects/
fileobject.c 7 #define GETC(f) getc_unlocked(f)
  /toolchain/binutils/binutils-2.27/binutils/
strings.c 514 /* Only use getc_unlocked if we found a declaration for it.
519 c = getc_unlocked (stream);
  /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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdio.h 556 extern int getc_unlocked (FILE *__stream);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
system.h 85 # define getc(Stream) getc_unlocked (Stream)
    [all...]
  /external/llvm/lib/Analysis/
TargetLibraryInfo.cpp 244 TLI.setUnavailable(LibFunc::getc_unlocked);
732 case LibFunc::getc_unlocked:
    [all...]
  /external/kmod/libkmod/
libkmod-index.c 194 ch = getc_unlocked(in);
  /external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp 437 case LibFunc::getc_unlocked:
    [all...]
  /bionic/tests/
stdio_test.cpp     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
fileobject.c 30 #define GETC(f) getc_unlocked(f)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
fileobject.c 30 #define GETC(f) getc_unlocked(f)
    [all...]
  /external/python/cpython2/Objects/
fileobject.c 30 #define GETC(f) getc_unlocked(f)
    [all...]
  /external/valgrind/perf/
test_input_for_tinycc.c     [all...]

Completed in 913 milliseconds

1 2