Searched defs:fwrite (Results 1 – 6 of 6) sorted by relevance
/freebsd/lib/libc/stdio/ |
H A D | fwrite.c | 94 fwrite(const void * __restrict buf, size_t size, size_t count, in fwrite() function
|
/freebsd/bin/sh/bltin/ |
H A D | bltin.h | 59 #define fwrite(ptr, size, nmemb, file) outbin(ptr, (size) * (nmemb), file) macro
|
/freebsd/stand/liblua/ |
H A D | lstd.c | 120 fwrite(const void *ptr, size_t size, size_t count, FILE *stream) in fwrite() function
|
/freebsd/contrib/diff/lib/ |
H A D | unlocked-io.h | 93 # define fwrite(w,x,y,z) fwrite_unlocked (w,x,y,z) macro
|
/freebsd/sys/contrib/xen/io/ |
H A D | fsif.h | 150 struct fsif_write_request fwrite; member
|
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/ |
H A D | rtsan_interceptors.cpp | 143 INTERCEPTOR(size_t, fwrite, const void *ptr, size_t size, size_t nitems, in INTERCEPTOR() argument
|