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

  /src/lib/libc/stdio/
getc.c 54 #undef getc_unlocked macro
70 getc_unlocked(FILE *fp) function
  /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
unlocked-io.h 102 # define getc(x) getc_unlocked (x)
104 # define getc_unlocked(x) getc (x) macro
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
unlocked-io.h 102 # define getc(x) getc_unlocked (x)
104 # define getc_unlocked(x) getc (x) macro
  /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
unlocked-io.h 102 # define getc(x) getc_unlocked (x)
104 # define getc_unlocked(x) getc (x) macro
  /src/external/gpl2/xcvs/dist/lib/
unlocked-io.h 102 # define getc(x) getc_unlocked (x)
104 # define getc_unlocked(x) getc (x) macro
  /src/include/
stdio.h 317 int getc_unlocked(FILE *);
521 #define getc_unlocked(fp) __sgetc(fp) macro
524 #define getchar_unlocked() getc_unlocked(stdin)

Completed in 17 milliseconds