Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_a/kernel/src/stdio/
Dfwrite.c28 size_t fwrite(const void *restrict src, size_t size, size_t nmemb, FILE *restrict f) in fwrite() function
/third_party/musl/src/stdio/
Dfwrite.c28 size_t fwrite(const void *restrict src, size_t size, size_t nmemb, FILE *restrict f) in fwrite() function
/third_party/musl/porting/liteos_m/kernel/src/stdio/
Dfwrite.c28 size_t fwrite(const void *restrict src, size_t size, size_t nmemb, FILE *restrict f) in fwrite() function
/third_party/mingw-w64/mingw-w64-libraries/winpthreads/include/
Dpthread.h543 #define fwrite(...) (pthread_testcancel(), fwrite(__VA_ARGS__)) macro