Searched defs:fwrite (Results 1 – 4 of 4) sorted by relevance
/third_party/musl/porting/liteos_a/kernel/src/stdio/ |
D | fwrite.c | 28 size_t fwrite(const void *restrict src, size_t size, size_t nmemb, FILE *restrict f) in fwrite() function
|
/third_party/musl/src/stdio/ |
D | fwrite.c | 28 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/ |
D | fwrite.c | 28 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/ |
D | pthread.h | 543 #define fwrite(...) (pthread_testcancel(), fwrite(__VA_ARGS__)) macro
|