Searched refs:getc_unlocked (Results 1 – 23 of 23) sorted by relevance
| /freebsd-11-stable/lib/libc/stdio/ |
| HD | getc.c | 46 #undef getc_unlocked 61 getc_unlocked(FILE *fp) in getc_unlocked() function
|
| HD | Symbol.map | 87 getc_unlocked;
|
| HD | Makefile.inc | 65 MLINKS+=getc.3 fgetc.3 getc.3 getc_unlocked.3 getc.3 getchar.3 \
|
| /freebsd-11-stable/contrib/diff/lib/ |
| HD | unlocked-io.h | 99 # define getc(x) getc_unlocked (x) 101 # define getc_unlocked(x) getc (x) macro
|
| /freebsd-11-stable/include/ |
| HD | stdio.h | 339 int getc_unlocked(FILE *); 557 #define getc_unlocked(fp) __sgetc(fp) macro 560 #define getchar_unlocked() getc_unlocked(stdin)
|
| /freebsd-11-stable/contrib/binutils/binutils/ |
| HD | config.in | 33 /* 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. */
|
| HD | configure.in | 86 AC_CHECK_FUNCS(sbrk utimes setmode getc_unlocked strcoll) 182 AC_CHECK_DECLS([fprintf, stpcpy, strstr, sbrk, getenv, environ, getc_unlocked,
|
| HD | strings.c | 505 c = getc_unlocked (stream); in get_char()
|
| HD | ChangeLog-0001 | 124 (get_char): Use file_off instead of file_ptr. Use getc_unlocked if 127 * configure.in: Check for getc_unlocked.
|
| HD | configure | 11915 for ac_func in sbrk utimes setmode getc_unlocked strcoll 13263 char *p = (char *) getc_unlocked;
|
| /freebsd-11-stable/contrib/gcclibs/libcpp/ |
| HD | configure.ac | 55 fread_unlocked fwrite_unlocked getchar_unlocked getc_unlocked dnl
|
| HD | config.in | 96 /* 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. */
|
| HD | system.h | 71 # define getc(Stream) getc_unlocked (Stream)
|
| HD | configure | 5024 …cked fputs_unlocked fread_unlocked fwrite_unlocked getchar_unlocked getc_unlocked putchar_unlo… 6401 char *p = (char *) getc_unlocked;
|
| /freebsd-11-stable/contrib/gcc/ |
| HD | system.h | 79 # define getc(Stream) getc_unlocked (Stream)
|
| HD | config.in | 486 /* Define to 1 if we found a declaration for 'getc_unlocked', otherwise define 790 /* Define to 1 if you have the `getc_unlocked' function. */
|
| HD | configure | 9293 …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…
|
| HD | configure.ac | 1049 fread_unlocked fwrite_unlocked getchar_unlocked getc_unlocked dnl
|
| /freebsd-11-stable/contrib/lua/src/ |
| HD | liolib.c | 86 #define l_getc(f) getc_unlocked(f)
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| HD | TargetLibraryInfo.def | 874 /// int getc_unlocked(FILE *stream); 875 TLI_DEFINE_ENUM_INTERNAL(getc_unlocked) 876 TLI_DEFINE_STRING_INTERNAL("getc_unlocked")
|
| /freebsd-11-stable/contrib/ntp/lib/isc/ |
| HD | lex.c | 429 c = getc_unlocked(stream); in isc_lex_gettoken()
|
| /freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| HD | libc_ubuntu1404_abilist.txt | 1842 fun:getc_unlocked=uninstrumented
|
| /freebsd-11-stable/contrib/libreadline/ |
| HD | aclocal.m4 | 2368 AC_CHECK_FUNCS([feof_unlocked fgets_unlocked getc_unlocked getcwd getegid \
|