Home
last modified time | relevance | path

Searched refs:fread_unlocked (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/diff/lib/
H A Dunlocked-io.h87 # define fread(w,x,y,z) fread_unlocked (w,x,y,z)
89 # define fread_unlocked(w,x,y,z) fread (w,x,y,z) macro
/freebsd/lib/libc/stdio/
H A Dfread.c146 __weak_reference(__fread, fread_unlocked);
H A DSymbol.map173 fread_unlocked;
H A DMakefile.inc63 MLINKS+=fread.3 fread_unlocked.3 \
/freebsd/include/ssp/
H A Dstdio.h51 __ssp_redirect(size_t, fread_unlocked, (void *__restrict __buf, size_t __len,
/freebsd/lib/libc/tests/secure/
H A Dfortify_stdio_test.c617 fread_unlocked(__stack.__buf, __len, 1, stdin); in ATF_TC_BODY()
640 fread_unlocked(__stack.__buf, __len, 1, stdin); in ATF_TC_BODY()
664 fread_unlocked(__stack.__buf, __len, 1, stdin); in ATF_TC_BODY()
688 fread_unlocked(__stack.__buf, __len, 1, stdin); in ATF_TC_BODY()
721 fread_unlocked(__stack.__buf, __len, 1, stdin); in ATF_TC_BODY()
/freebsd/include/
H A Dstdio.h359 size_t fread_unlocked(void * __restrict, size_t, size_t, FILE * __restrict);
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp125 INTERCEPTOR(SIZE_T, fread_unlocked, void *ptr, SIZE_T size, SIZE_T nmemb, in INTERCEPTOR() argument
128 SIZE_T res = REAL(fread_unlocked)(ptr, size, nmemb, file); in INTERCEPTOR()
133 #define MSAN_MAYBE_INTERCEPT_FREAD_UNLOCKED INTERCEPT_FUNCTION(fread_unlocked)
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def1410 /// size_t fread_unlocked(void *ptr, size_t size, size_t nitems, FILE *stream);
1411 TLI_DEFINE_ENUM_INTERNAL(fread_unlocked)
1412 TLI_DEFINE_STRING_INTERNAL("fread_unlocked")
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1773 fun:fread_unlocked=uninstrumented