Searched refs:getc_unlocked (Results 1 - 14 of 14) sorted by relevance

/freebsd-10.1-release/lib/libc/stdio/
H A Dgetc.c46 #undef getc_unlocked macro
61 getc_unlocked(FILE *fp) function
H A DSymbol.map87 getc_unlocked;
/freebsd-10.1-release/contrib/diff/lib/
H A Dunlocked-io.h99 # define getc(x) getc_unlocked (x)
101 # define getc_unlocked(x) getc (x) macro
/freebsd-10.1-release/include/
H A Dstdio.h319 int getc_unlocked(FILE *);
514 #define getc_unlocked(fp) __sgetc(fp) macro
517 #define getchar_unlocked() getc_unlocked(stdin)
/freebsd-10.1-release/contrib/gcclibs/libcpp/
H A Dsystem.h71 # define getc(Stream) getc_unlocked (Stream)
H A Dconfigure5024 for ac_func in clearerr_unlocked feof_unlocked ferror_unlocked fflush_unlocked fgetc_unlocked fgets_unlocked fileno_unlocked fprintf_unlocked fputc_unlocked fputs_unlocked fread_unlocked fwrite_unlocked getchar_unlocked getc_unlocked putchar_unlocked putc_unlocked
6385 echo "$as_me:$LINENO: checking whether getc_unlocked is declared" >&5
6386 echo $ECHO_N "checking whether getc_unlocked is declared... $ECHO_C" >&6
6400 #ifndef getc_unlocked
6401 char *p = (char *) getc_unlocked;
/freebsd-10.1-release/contrib/binutils/binutils/
H A Dstrings.c504 /* Only use getc_unlocked if we found a declaration for it.
509 c = getc_unlocked (stream);
H A Dconfigure11915 for ac_func in sbrk utimes setmode getc_unlocked strcoll
13247 echo "$as_me:$LINENO: checking whether getc_unlocked is declared" >&5
13248 echo $ECHO_N "checking whether getc_unlocked is declared... $ECHO_C" >&6
13262 #ifndef getc_unlocked
13263 char *p = (char *) getc_unlocked;
/freebsd-10.1-release/contrib/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h313 /// int getc_unlocked(FILE *stream);
314 getc_unlocked, enumerator in enum:llvm::LibFunc::Func
/freebsd-10.1-release/contrib/gcc/
H A Dsystem.h79 # define getc(Stream) getc_unlocked (Stream)
H A Dconfigure9293 clearerr_unlocked feof_unlocked ferror_unlocked fflush_unlocked fgetc_unlocked fgets_unlocked fileno_unlocked fprintf_unlocked fputc_unlocked fputs_unlocked fread_unlocked fwrite_unlocked getchar_unlocked getc_unlocked putchar_unlocked putc_unlocked
11395 free basename getopt clock getpagesize clearerr_unlocked feof_unlocked ferror_unlocked fflush_unlocked fgetc_unlocked fgets_unlocked fileno_unlocked fprintf_unlocked fputc_unlocked fputs_unlocked fread_unlocked fwrite_unlocked getchar_unlocked getc_unlocked putchar_unlocked putc_unlocked
/freebsd-10.1-release/contrib/llvm/lib/Target/
H A DTargetLibraryInfo.cpp172 "getc_unlocked",
525 TLI.setUnavailable(LibFunc::getc_unlocked);
/freebsd-10.1-release/contrib/ntp/lib/isc/
H A Dlex.c429 c = getc_unlocked(stream);
/freebsd-10.1-release/contrib/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp1301 case LibFunc::getc_unlocked:

Completed in 294 milliseconds