Home
last modified time | relevance | path

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

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