Home
last modified time | relevance | path

Searched refs:getc_unlocked (Results 1 – 17 of 17) sorted by relevance

/dragonfly/lib/libc/stdio/
HDgetc.c44 #undef getc_unlocked
57 getc_unlocked(FILE *fp) in getc_unlocked() function
HDSymbol.map66 getc_unlocked;
HDMakefile.inc76 getc.3 getc_unlocked.3 \
/dragonfly/contrib/grep/lib/
HDunlocked-io.h101 # define getc(x) getc_unlocked (x)
103 # define getc_unlocked(x) getc (x) macro
/dragonfly/contrib/cvs-1.12/lib/
HDunlocked-io.h102 # define getc(x) getc_unlocked (x)
104 # define getc_unlocked(x) getc (x) macro
/dragonfly/include/
HDstdio.h309 int getc_unlocked(FILE *);
495 #define getc_unlocked(fp) __sgetc(fp) macro
498 #define getchar_unlocked() getc_unlocked(stdin)
/dragonfly/contrib/gdb-7/gdb/gnulib/import/
HDlocalcharset.c99 # define getc getc_unlocked
/dragonfly/contrib/gcc-4.7/libcpp/
HDsystem.h84 # define getc(Stream) getc_unlocked (Stream)
HDconfig.in99 /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
158 /* Define to 1 if you have the `getc_unlocked' function. */
/dragonfly/usr.bin/sdiff/
HDsdiff.c467 ch1 = getc_unlocked(f1); in bindiff()
468 ch2 = getc_unlocked(f2); in bindiff()
/dragonfly/contrib/gcc-8.0/libcpp/
HDsystem.h83 # define getc(Stream) getc_unlocked (Stream)
/dragonfly/contrib/binutils-2.27/binutils/
HDstrings.c515 c = getc_unlocked (stream); in get_char()
/dragonfly/contrib/binutils-2.34/binutils/
HDstrings.c478 c = getc_unlocked (stream); in get_char()
/dragonfly/contrib/gcc-4.7/gcc/
HDsystem.h87 # define getc(Stream) getc_unlocked (Stream)
HDconfig.in700 /* Define to 1 if we found a declaration for 'getc_unlocked', otherwise define
1070 /* Define to 1 if you have the `getc_unlocked' function. */
/dragonfly/contrib/gcc-8.0/gcc/
HDsystem.h91 # define getc(Stream) getc_unlocked (Stream)
/dragonfly/gnu/usr.bin/cvs/lib/
HDconfig.h.proto209 /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you