Searched refs:fgets_unlocked (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/diff/lib/ |
H A D | unlocked-io.h | 69 # 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 D | msan_interceptors.cpp | 886 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 D | TargetLibraryInfo.def | 1267 /// 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 D | libc_ubuntu1404_abilist.txt | 1721 fun:fgets_unlocked=uninstrumented
|
/freebsd/contrib/dialog/ |
H A D | aclocal.m4 | 52 AC_CHECK_FUNCS([feof_unlocked fgets_unlocked getcwd getegid geteuid \
|
H A D | configure | 9102 for ac_func in feof_unlocked fgets_unlocked getcwd getegid geteuid \
|