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

/seL4-test-master/projects/musllibc/src/stdio/
H A Dfsetpos.c5 return __fseeko(f, *(const off_t *)pos, SEEK_SET);
H A Dfseek.c27 int __fseeko(FILE *f, off_t off, int whence) function
38 return __fseeko(f, off, whence);
41 weak_alias(__fseeko, fseeko);
/seL4-test-master/projects/musllibc/src/internal/
H A Dstdio_impl.h69 int __fseeko(FILE *, off_t, int);

Completed in 92 milliseconds