Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/functional/
H A Dfopencookie_test.c74 int mseek(void *f, off_t *off, int whence) in mseek() function
107 cookie_io_functions_t ioFunc = {.read = mread, .write = mwrite, .seek = mseek, .close = mclose}; in main()
/third_party/musl/porting/linux/user/src/stdio/
H A Dfmemopen.c21 static off_t mseek(FILE *f, off_t off, int whence) in mseek() function
122 f->f.seek = mseek; in fmemopen()
/third_party/musl/src/stdio/
H A Dfmemopen.c21 static off_t mseek(FILE *f, off_t off, int whence) in mseek() function
137 f->f.seek = mseek; in fmemopen()

Completed in 1 milliseconds