Home
last modified time | relevance | path

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

/NextBSD/lib/libc/stdio/
HDgetc.c46 #undef getc_unlocked
61 getc_unlocked(FILE *fp) in getc_unlocked() function
HDSymbol.map87 getc_unlocked;
HDMakefile.inc59 MLINKS+=getc.3 fgetc.3 getc.3 getc_unlocked.3 getc.3 getchar.3 \
/NextBSD/contrib/diff/lib/
HDunlocked-io.h99 # define getc(x) getc_unlocked (x)
101 # define getc_unlocked(x) getc (x) macro
/NextBSD/include/
HDstdio.h322 int getc_unlocked(FILE *);
518 #define getc_unlocked(fp) __sgetc(fp) macro
521 #define getchar_unlocked() getc_unlocked(stdin)
/NextBSD/contrib/binutils/binutils/
HDconfig.in33 /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
76 /* Define to 1 if you have the `getc_unlocked' function. */
HDconfigure.in86 AC_CHECK_FUNCS(sbrk utimes setmode getc_unlocked strcoll)
182 AC_CHECK_DECLS([fprintf, stpcpy, strstr, sbrk, getenv, environ, getc_unlocked,
HDstrings.c505 c = getc_unlocked (stream); in get_char()
HDChangeLog-0001124 (get_char): Use file_off instead of file_ptr. Use getc_unlocked if
127 * configure.in: Check for getc_unlocked.
HDconfigure11915 for ac_func in sbrk utimes setmode getc_unlocked strcoll
13263 char *p = (char *) getc_unlocked;
/NextBSD/contrib/gcclibs/libcpp/
HDconfigure.ac55 fread_unlocked fwrite_unlocked getchar_unlocked getc_unlocked dnl
HDconfig.in96 /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
155 /* Define to 1 if you have the `getc_unlocked' function. */
HDsystem.h71 # define getc(Stream) getc_unlocked (Stream)
HDconfigure5024 …cked fputs_unlocked fread_unlocked fwrite_unlocked getchar_unlocked getc_unlocked putchar_unlo…
6401 char *p = (char *) getc_unlocked;
/NextBSD/contrib/gcc/
HDsystem.h79 # define getc(Stream) getc_unlocked (Stream)
HDconfig.in486 /* Define to 1 if we found a declaration for 'getc_unlocked', otherwise define
790 /* Define to 1 if you have the `getc_unlocked' function. */
HDconfigure9293 …cked fputs_unlocked fread_unlocked fwrite_unlocked getchar_unlocked getc_unlocked putchar_unlo…
11395 …cked fputs_unlocked fread_unlocked fwrite_unlocked getchar_unlocked getc_unlocked putchar_unlo…
HDconfigure.ac1049 fread_unlocked fwrite_unlocked getchar_unlocked getc_unlocked dnl
/NextBSD/contrib/llvm/include/llvm/Analysis/
HDTargetLibraryInfo.def514 /// int getc_unlocked(FILE *stream);
515 TLI_DEFINE_ENUM_INTERNAL(getc_unlocked)
516 TLI_DEFINE_STRING_INTERNAL("getc_unlocked")
/NextBSD/contrib/llvm/lib/Analysis/
HDTargetLibraryInfo.cpp229 TLI.setUnavailable(LibFunc::getc_unlocked); in initialize()
/NextBSD/contrib/ntp/lib/isc/
HDlex.c429 c = getc_unlocked(stream); in isc_lex_gettoken()
/NextBSD/contrib/llvm/lib/Transforms/IPO/
HDFunctionAttrs.cpp1329 case LibFunc::getc_unlocked: in inferPrototypeAttributes()
/NextBSD/contrib/compiler-rt/lib/dfsan/
HDlibc_ubuntu1404_abilist.txt1842 fun:getc_unlocked=uninstrumented
/NextBSD/contrib/libreadline/
HDaclocal.m42368 AC_CHECK_FUNCS([feof_unlocked fgets_unlocked getc_unlocked getcwd getegid \