Home
last modified time | relevance | path

Searched defs:fread (Results 1 – 6 of 6) sorted by relevance

/third_party/musl/porting/liteos_a/kernel/src/stdio/
Dfread.c6 size_t fread(void *restrict destv, size_t size, size_t nmemb, FILE *restrict f) in fread() function
/third_party/musl/porting/liteos_m/kernel/src/stdio/
Dfread.c6 size_t fread(void *restrict destv, size_t size, size_t nmemb, FILE *restrict f) in fread() function
/third_party/musl/src/stdio/
Dfread.c6 size_t fread(void *restrict destv, size_t size, size_t nmemb, FILE *restrict f) in fread() function
/third_party/mingw-w64/mingw-w64-headers/crt/
Dstdio.h810 size_t fread(void * __restrict__ __dst, size_t __sz, size_t __n, FILE * __restrict__ __f) in fread() function
/third_party/mingw-w64/mingw-w64-libraries/winpthreads/include/
Dpthread.h532 #define fread(...) (pthread_testcancel(), fread(__VA_ARGS__)) macro
/third_party/boost/libs/smart_ptr/test/
Dshared_ptr_test.cpp3301 void fread(boost::shared_ptr<file> pf, void *, long) in fread() function