Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp912 INTERCEPTOR(char *, fgets_unlocked, char *s, int size, void *stream) { in INTERCEPTOR() argument
914 char *res = REAL(fgets_unlocked)(s, size, stream); in INTERCEPTOR()
919 #define MSAN_MAYBE_INTERCEPT_FGETS_UNLOCKED INTERCEPT_FUNCTION(fgets_unlocked)
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def1333 /// char *fgets_unlocked(char *s, int n, FILE *stream);
1334 TLI_DEFINE_ENUM_INTERNAL(fgets_unlocked)
1335 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 \