Home
last modified time | relevance | path

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

/freebsd-12-stable/lib/libc/stdio/
Dgetc.c48 #undef getc_unlocked
63 getc_unlocked(FILE *fp) in getc_unlocked() function
DSymbol.map87 getc_unlocked;
DMakefile.inc65 MLINKS+=getc.3 fgetc.3 getc.3 getc_unlocked.3 getc.3 getchar.3 \
/freebsd-12-stable/contrib/diff/lib/
Dunlocked-io.h99 # define getc(x) getc_unlocked (x)
101 # define getc_unlocked(x) getc (x) macro
/freebsd-12-stable/include/
Dstdio.h341 int getc_unlocked(FILE *);
524 #define getc_unlocked(fp) __sgetc(fp) macro
527 #define getchar_unlocked() getc_unlocked(stdin)
/freebsd-12-stable/contrib/binutils/binutils/
Dconfig.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. */
Dconfigure.in86 AC_CHECK_FUNCS(sbrk utimes setmode getc_unlocked strcoll)
182 AC_CHECK_DECLS([fprintf, stpcpy, strstr, sbrk, getenv, environ, getc_unlocked,
Dstrings.c505 c = getc_unlocked (stream); in get_char()
DChangeLog-0001124 (get_char): Use file_off instead of file_ptr. Use getc_unlocked if
127 * configure.in: Check for getc_unlocked.
Dconfigure11915 for ac_func in sbrk utimes setmode getc_unlocked strcoll
13263 char *p = (char *) getc_unlocked;
/freebsd-12-stable/contrib/gcclibs/libcpp/
Dconfigure.ac55 fread_unlocked fwrite_unlocked getchar_unlocked getc_unlocked dnl
Dconfig.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. */
Dsystem.h71 # define getc(Stream) getc_unlocked (Stream)
Dconfigure5024 …cked fputs_unlocked fread_unlocked fwrite_unlocked getchar_unlocked getc_unlocked putchar_unlo…
6401 char *p = (char *) getc_unlocked;
/freebsd-12-stable/contrib/gcc/
Dsystem.h79 # define getc(Stream) getc_unlocked (Stream)
Dconfig.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. */
Dconfigure9293 …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…
Dconfigure.ac1049 fread_unlocked fwrite_unlocked getchar_unlocked getc_unlocked dnl
/freebsd-12-stable/contrib/lua/src/
Dliolib.c86 #define l_getc(f) getc_unlocked(f)
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def907 /// int getc_unlocked(FILE *stream);
908 TLI_DEFINE_ENUM_INTERNAL(getc_unlocked)
909 TLI_DEFINE_STRING_INTERNAL("getc_unlocked")
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt1842 fun:getc_unlocked=uninstrumented