Home
last modified time | relevance | path

Searched refs:fgets_unlocked (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/diff/lib/
H A Dunlocked-io.h69 # define fgets(x,y,z) fgets_unlocked (x,y,z)
71 # define fgets_unlocked(x,y,z) fgets (x,y,z) macro
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp886 INTERCEPTOR(char *, fgets_unlocked, char *s, int size, void *stream) { in INTERCEPTOR() argument
888 char *res = REAL(fgets_unlocked)(s, size, stream); in INTERCEPTOR()
893 #define MSAN_MAYBE_INTERCEPT_FGETS_UNLOCKED INTERCEPT_FUNCTION(fgets_unlocked)
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def1267 /// char *fgets_unlocked(char *s, int n, FILE *stream);
1268 TLI_DEFINE_ENUM_INTERNAL(fgets_unlocked)
1269 TLI_DEFINE_STRING_INTERNAL("fgets_unlocked")
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1721 fun:fgets_unlocked=uninstrumented
/freebsd/contrib/dialog/
H A Daclocal.m452 AC_CHECK_FUNCS([feof_unlocked fgets_unlocked getcwd getegid geteuid \
H A Dconfigure9102 for ac_func in feof_unlocked fgets_unlocked getcwd getegid geteuid \