HomeSort by relevance Sort by last modified time
    Searched full:getchar_unlocked (Results 1 - 25 of 107) sorted by null

1 2 3 4 5

  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
getchar.c 54 #undef getchar_unlocked macro
69 getchar_unlocked( void ) function
gets.c 65 for (s = buf; (c = getchar_unlocked()) != '\n'; ) {
  /external/compiler-rt/test/msan/
getc_unlocked.c 22 c = getchar_unlocked();
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
gets.c 47 for (s = buf; (c = getchar_unlocked()) != '\n';)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread_unistd.h 144 getchar_unlocked(),
pthread.h 549 #define getchar_unlocked(...) (pthread_testcancel(), getchar_unlocked(__VA_ARGS__)) macro
    [all...]
  /bionic/tests/headers/posix/
stdio_h.c 110 FUNCTION(getchar_unlocked, int (*f)(void));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
stdio.h 71 getchar_unlocked (void) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
stdio.h 71 getchar_unlocked (void) function
  /bionic/libc/tools/
posix-2013.txt 323 getchar_unlocked
  /bionic/libc/include/
stdio.h 236 int getchar_unlocked(void);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
auto-host.h 717 /* Define to 1 if we found a declaration for 'getchar_unlocked', otherwise
1095 /* Define to 1 if you have the `getchar_unlocked' function. */
    [all...]
system.h 89 # define getchar() getchar_unlocked ()
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
GenericTaintChecker.cpp 383 .Case("getchar_unlocked", &GenericTaintChecker::postRetTaint)
  /bionic/libc/stdio/
stdio.cpp 815 int getchar_unlocked() { function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdio.h 557 extern int getchar_unlocked (void);
  /device/linaro/bootloader/edk2/StdLib/Include/
stdio.h 77 int getchar_unlocked(void);
1617 #define getchar_unlocked macro
    [all...]
  /bionic/libc/
libc.arm.map 426 getchar_unlocked;
    [all...]
libc.arm64.map 355 getchar_unlocked;
    [all...]
libc.map.txt 428 getchar_unlocked;
    [all...]
libc.mips.map 424 getchar_unlocked;
    [all...]
libc.mips64.map 355 getchar_unlocked;
    [all...]
libc.x86.map 422 getchar_unlocked;
    [all...]
libc.x86_64.map 355 getchar_unlocked;
    [all...]
  /system/extras/simpleperf/testdata/
perf_with_symbols_for_nonzero_minvaddr_dso.data     [all...]

Completed in 1416 milliseconds

1 2 3 4 5