Home
last modified time | relevance | path

Searched refs:mread (Results 1 - 3 of 3) sorted by relevance

/third_party/musl/porting/linux/user/src/stdio/
H A Dfmemopen.c35 static size_t mread(FILE *f, unsigned char *buf, size_t len) in mread() function
119 f->f.read = mread; in fmemopen()
120 f->f.readx = mread; in fmemopen()
/third_party/musl/libc-test/src/functional/
H A Dfopencookie_test.c33 ssize_t mread(void *f, char *buf, size_t len) in mread() function
107 cookie_io_functions_t ioFunc = {.read = mread, .write = mwrite, .seek = mseek, .close = mclose}; in main()
/third_party/musl/src/stdio/
H A Dfmemopen.c35 static size_t mread(FILE *f, unsigned char *buf, size_t len) in mread() function
134 f->f.read = mread; in fmemopen()

Completed in 1 milliseconds