HomeSort by: relevance | last modified time | path
    Searched refs:getc_unlocked (Results 1 - 25 of 41) sorted by relevancy

1 2

  /src/lib/libc/stdio/
getc.c 54 #undef getc_unlocked macro
70 getc_unlocked(FILE *fp) function
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/
stdio.d 503 int getc_unlocked(FILE*);
514 int getc_unlocked(FILE*);
524 int getc_unlocked(FILE*);
534 int getc_unlocked(FILE*);
544 int getc_unlocked(FILE*);
554 int getc_unlocked(FILE*);
564 int getc_unlocked(FILE*);
574 int getc_unlocked(FILE*);
584 int getc_unlocked(FILE*);
594 int getc_unlocked(FILE*)
    [all...]
  /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
localcharset.c 87 # define getc getc_unlocked
  /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
localcharset.c 87 # define getc getc_unlocked
  /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
localcharset.c 87 # define getc getc_unlocked
  /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/external/gpl2/diffutils/dist/lib/
unlocked-io.h 55 # define getc(x) getc_unlocked (x)
  /src/external/gpl3/gdb/dist/gnulib/import/
getdelim.c 47 # define getc_maybe_unlocked(fp) getc_unlocked(fp)
  /src/external/gpl3/gdb.old/dist/gnulib/import/
getdelim.c 47 # define getc_maybe_unlocked(fp) getc_unlocked(fp)
  /src/include/
stdio.h 317 int getc_unlocked(FILE *);
521 #define getc_unlocked(fp) __sgetc(fp) macro
524 #define getchar_unlocked() getc_unlocked(stdin)
  /src/external/gpl2/grep/dist/intl/
localcharset.c 84 # define getc getc_unlocked
  /src/external/gpl3/gcc/dist/fixincludes/
system.h 70 # define getc(Stream) getc_unlocked (Stream)
  /src/external/gpl3/gcc.old/dist/fixincludes/
system.h 70 # define getc(Stream) getc_unlocked (Stream)
  /src/external/gpl2/gettext/dist/gettext-runtime/intl/
localcharset.c 88 # define getc getc_unlocked
  /src/external/gpl2/texinfo/dist/intl/
localcharset.c 93 # define getc getc_unlocked
  /src/external/gpl3/gcc.old/dist/intl/
localcharset.c 91 # define getc getc_unlocked
  /src/external/gpl3/binutils/dist/binutils/
strings.c 542 /* Only use getc_unlocked if we found a declaration for it.
547 c = getc_unlocked (stream);
926 return getc_unlocked (stream);
  /src/external/gpl3/binutils.old/dist/binutils/
strings.c 542 /* Only use getc_unlocked if we found a declaration for it.
547 c = getc_unlocked (stream);
926 return getc_unlocked (stream);
  /src/external/gpl3/gcc/dist/libcpp/
system.h 87 # define getc(Stream) getc_unlocked (Stream)
  /src/external/gpl3/gcc.old/dist/libcpp/
system.h 87 # define getc(Stream) getc_unlocked (Stream)
  /src/external/gpl2/gettext/dist/gettext-tools/src/
po-lex.c 65 # define getc getc_unlocked
  /src/external/mit/lua/dist/src/
liolib.c 100 #define l_getc(f) getc_unlocked(f)

Completed in 42 milliseconds

1 2