Home
last modified time | relevance | path

Searched defs:fwrite_unlocked (Results 1 – 2 of 2) sorted by relevance

/freebsd/lib/libc/stdio/
H A Dfwrite.c49 fwrite_unlocked(const void * __restrict buf, size_t size, size_t count, in fwrite_unlocked() function
/freebsd/contrib/diff/lib/
H A Dunlocked-io.h95 # define fwrite_unlocked(w,x,y,z) fwrite (w,x,y,z) macro