HomeSort by: relevance | last modified time | path
    Searched defs:getchar_unlocked (Results 1 - 6 of 6) sorted by relevancy

  /src/lib/libc/stdio/
getchar.c 52 #undef getchar_unlocked macro
67 getchar_unlocked(void) function
  /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
unlocked-io.h 109 # define getchar() getchar_unlocked ()
111 # define getchar_unlocked() getchar () macro
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
unlocked-io.h 109 # define getchar() getchar_unlocked ()
111 # define getchar_unlocked() getchar () macro
  /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
unlocked-io.h 109 # define getchar() getchar_unlocked ()
111 # define getchar_unlocked() getchar () macro
  /src/external/gpl2/xcvs/dist/lib/
unlocked-io.h 109 # define getchar() getchar_unlocked ()
111 # define getchar_unlocked() getchar () macro
  /src/include/
stdio.h 318 int getchar_unlocked(void);
524 #define getchar_unlocked() getc_unlocked(stdin) macro

Completed in 61 milliseconds