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

/seL4-refos-master/libs/libmuslc/src/stdio/
H A Drewind.c6 __fseeko_unlocked(f, 0, SEEK_SET);
H A Dfseek.c3 int __fseeko_unlocked(FILE *f, off_t off, int whence) function
31 result = __fseeko_unlocked(f, off, whence);
/seL4-refos-master/libs/libmuslc/src/internal/
H A Dstdio_impl.h70 int __fseeko_unlocked(FILE *, off_t, int);

Completed in 33 milliseconds