Home
last modified time | relevance | path

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

/freebsd/lib/libc/stdio/
H A Dgetc.c42 #undef getc_unlocked
57 getc_unlocked(FILE *fp) in getc_unlocked() function
H A DSymbol.map82 getc_unlocked;
H A DMakefile.inc75 getc.3 getc_unlocked.3 \
/freebsd/contrib/diff/lib/
H A Dunlocked-io.h99 # define getc(x) getc_unlocked (x)
101 # define getc_unlocked(x) getc (x) macro
/freebsd/include/
H A Dstdio.h346 int getc_unlocked(FILE *);
527 #define getc_unlocked(fp) __sgetc(fp) macro
530 #define getchar_unlocked() getc_unlocked(stdin)
/freebsd/usr.bin/sdiff/
H A Dsdiff.c467 ch1 = getc_unlocked(f1); in bindiff()
468 ch2 = getc_unlocked(f2); in bindiff()
/freebsd/contrib/lua/src/
H A Dliolib.c98 #define l_getc(f) getc_unlocked(f)
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def1520 /// int getc_unlocked(FILE *stream);
1521 TLI_DEFINE_ENUM_INTERNAL(getc_unlocked)
1522 TLI_DEFINE_STRING_INTERNAL("getc_unlocked")
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1847 fun:getc_unlocked=uninstrumented