Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_a/kernel/src/stdio/
H A Dfseek.c4 int __fseeko_unlocked(FILE *f, off_t off, int whence) in __fseeko_unlocked() function
38 result = __fseeko_unlocked(f, off, whence); in __fseeko()
/third_party/musl/porting/liteos_m/kernel/src/stdio/
H A Dfseek.c3 int __fseeko_unlocked(FILE *f, off_t off, int whence) in __fseeko_unlocked() function
31 result = __fseeko_unlocked(f, off, whence); in __fseeko()
H A Drewind.c6 __fseeko_unlocked(f, 0, SEEK_SET); in rewind()
/third_party/musl/porting/uniproton/kernel/src/stdio/
H A Dfseek.c3 int __fseeko_unlocked(FILE *f, off_t off, int whence) in __fseeko_unlocked() function
31 result = __fseeko_unlocked(f, off, whence); in __fseeko()
H A Drewind.c6 __fseeko_unlocked(f, 0, SEEK_SET); in rewind()
/third_party/musl/src/stdio/
H A Dfseek.c7 int __fseeko_unlocked(FILE *f, off_t off, int whence) in __fseeko_unlocked() function
44 result = __fseeko_unlocked(f, off, whence); in __fseeko()
H A Drewind.c12 __fseeko_unlocked(f, 0, SEEK_SET); in rewind()
/third_party/musl/porting/liteos_m/kernel/src/internal/
H A Dstdio_impl.h51 hidden int __fseeko_unlocked(FILE *, off_t, int);
/third_party/musl/porting/liteos_a/kernel/src/internal/
H A Dstdio_impl.h71 hidden int __fseeko_unlocked(FILE *, off_t, int);
/third_party/musl/porting/uniproton/kernel/src/internal/
H A Dstdio_impl.h51 hidden int __fseeko_unlocked(FILE *, off_t, int);
/third_party/musl/src/internal/
H A Dstdio_impl.h146 hidden int __fseeko_unlocked(FILE *, off_t, int);
/third_party/musl/porting/linux/user/src/internal/
H A Dstdio_impl.h142 hidden int __fseeko_unlocked(FILE *, off_t, int);

Completed in 3 milliseconds