Home
last modified time | relevance | path

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

/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dfwrite.c48 fwrite(const void *buf, size_t size, size_t count, FILE *fp) in fwrite() function
/bionic/libc/include/
Dstdio.h374 size_t fwrite(const void * __restrict buf, size_t size, size_t count, FILE * __restrict stream) { in fwrite() function