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

  /bionic/libc/upstream-openbsd/lib/libc/stdio/
getchar.c 37 * A subroutine version of the macro getchar_unlocked.
39 #undef getchar_unlocked macro
42 getchar_unlocked(void) function
  /external/bison/lib/
unlocked-io.h 108 # define getchar() getchar_unlocked ()
110 # define getchar_unlocked() getchar () macro
  /development/ndk/platforms/android-3/include/
stdio.h 304 int getchar_unlocked(void);
418 #define getchar_unlocked() getc_unlocked(stdin) macro
  /development/ndk/platforms/android-8/include/
stdio.h 304 int getchar_unlocked(void);
418 #define getchar_unlocked() getc_unlocked(stdin) macro

Completed in 240 milliseconds