Home
last modified time | relevance | path

Searched defs:fwrite (Results 1 – 6 of 6) sorted by relevance

/freebsd-14-stable/lib/libc/stdio/
HDfwrite.c97 fwrite(const void * __restrict buf, size_t size, size_t count, in fwrite() function
/freebsd-14-stable/stand/liblua/
HDlstd.h61 #define fwrite lua_loader_fwrite macro
HDlstd.c120 fwrite(const void *ptr, size_t size, size_t count, FILE *stream) in fwrite() function
/freebsd-14-stable/contrib/diff/lib/
HDunlocked-io.h93 # define fwrite(w,x,y,z) fwrite_unlocked (w,x,y,z) macro
/freebsd-14-stable/sys/contrib/xen/io/
HDfsif.h150 struct fsif_write_request fwrite; member
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/rtsan/
HDrtsan_interceptors.cpp143 INTERCEPTOR(size_t, fwrite, const void *ptr, size_t size, size_t nitems, in INTERCEPTOR() argument