Home
last modified time | relevance | path

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

/freebsd-src/lib/libc/stdio/
H A Dfwrite.c94 fwrite(const void * __restrict buf, size_t size, size_t count, in fwrite() function
/freebsd-src/bin/sh/bltin/
H A Dbltin.h59 #define fwrite(ptr, size, nmemb, file) outbin(ptr, (size) * (nmemb), file) macro
/freebsd-src/stand/liblua/
H A Dlstd.h61 #define fwrite lua_loader_fwrite macro
H A Dlstd.c120 fwrite(const void *ptr, size_t size, size_t count, FILE *stream) in fwrite() function
/freebsd-src/contrib/diff/lib/
H A Dunlocked-io.h93 # define fwrite(w,x,y,z) fwrite_unlocked (w,x,y,z) macro
/freebsd-src/sys/contrib/xen/io/
H A Dfsif.h150 struct fsif_write_request fwrite; member