Searched refs:fwrite_unlocked (Results 1 – 7 of 7) sorted by relevance
/freebsd/lib/libc/stdio/ |
H A D | fwrite.c | 49 fwrite_unlocked(const void * __restrict buf, size_t size, size_t count, in fwrite_unlocked() function 100 n = fwrite_unlocked(buf, size, count, fp); in fwrite()
|
H A D | Symbol.map | 174 fwrite_unlocked;
|
H A D | Makefile.inc | 65 fread.3 fwrite_unlocked.3
|
/freebsd/contrib/diff/lib/ |
H A D | unlocked-io.h | 93 # define fwrite(w,x,y,z) fwrite_unlocked (w,x,y,z) 95 # define fwrite_unlocked(w,x,y,z) fwrite (w,x,y,z) macro
|
/freebsd/include/ |
H A D | stdio.h | 360 size_t fwrite_unlocked(const void * __restrict, size_t, size_t,
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetLibraryInfo.def | 1510 /// size_t fwrite_unlocked(const void *ptr, size_t size, size_t nitems, FILE *stream); 1511 TLI_DEFINE_ENUM_INTERNAL(fwrite_unlocked) 1512 TLI_DEFINE_STRING_INTERNAL("fwrite_unlocked")
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 1822 fun:fwrite_unlocked=uninstrumented
|