Searched refs:getc_unlocked (Results 1 – 24 of 24) sorted by relevance
| /NextBSD/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 | 59 MLINKS+=getc.3 fgetc.3 getc.3 getc_unlocked.3 getc.3 getchar.3 \
|
| /NextBSD/contrib/diff/lib/ |
| HD | unlocked-io.h | 99 # define getc(x) getc_unlocked (x) 101 # define getc_unlocked(x) getc (x) macro
|
| /NextBSD/include/ |
| HD | stdio.h | 322 int getc_unlocked(FILE *); 518 #define getc_unlocked(fp) __sgetc(fp) macro 521 #define getchar_unlocked() getc_unlocked(stdin)
|
| /NextBSD/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;
|
| /NextBSD/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;
|
| /NextBSD/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
|
| /NextBSD/contrib/llvm/include/llvm/Analysis/ |
| HD | TargetLibraryInfo.def | 514 /// int getc_unlocked(FILE *stream); 515 TLI_DEFINE_ENUM_INTERNAL(getc_unlocked) 516 TLI_DEFINE_STRING_INTERNAL("getc_unlocked")
|
| /NextBSD/contrib/llvm/lib/Analysis/ |
| HD | TargetLibraryInfo.cpp | 229 TLI.setUnavailable(LibFunc::getc_unlocked); in initialize()
|
| /NextBSD/contrib/ntp/lib/isc/ |
| HD | lex.c | 429 c = getc_unlocked(stream); in isc_lex_gettoken()
|
| /NextBSD/contrib/llvm/lib/Transforms/IPO/ |
| HD | FunctionAttrs.cpp | 1329 case LibFunc::getc_unlocked: in inferPrototypeAttributes()
|
| /NextBSD/contrib/compiler-rt/lib/dfsan/ |
| HD | libc_ubuntu1404_abilist.txt | 1842 fun:getc_unlocked=uninstrumented
|
| /NextBSD/contrib/libreadline/ |
| HD | aclocal.m4 | 2368 AC_CHECK_FUNCS([feof_unlocked fgets_unlocked getc_unlocked getcwd getegid \
|