Home
last modified time | relevance | path

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

/third_party/musl/porting/uniproton/kernel/src/stdio/
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()
Drewind.c6 __fseeko_unlocked(f, 0, SEEK_SET); in rewind()
/third_party/musl/porting/liteos_m/kernel/src/stdio/
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()
Drewind.c6 __fseeko_unlocked(f, 0, SEEK_SET); in rewind()
/third_party/musl/porting/liteos_a/kernel/src/stdio/
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/src/stdio/
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()
Drewind.c6 __fseeko_unlocked(f, 0, SEEK_SET); in rewind()
/third_party/musl/porting/uniproton/kernel/src/internal/
Dstdio_impl.h51 hidden int __fseeko_unlocked(FILE *, off_t, int);
/third_party/musl/porting/liteos_m/kernel/src/internal/
Dstdio_impl.h51 hidden int __fseeko_unlocked(FILE *, off_t, int);
/third_party/musl/porting/liteos_a/kernel/src/internal/
Dstdio_impl.h71 hidden int __fseeko_unlocked(FILE *, off_t, int);
/third_party/musl/src/internal/
Dstdio_impl.h75 hidden int __fseeko_unlocked(FILE *, off_t, int);
/third_party/musl/porting/linux/user/src/internal/
Dstdio_impl.h141 hidden int __fseeko_unlocked(FILE *, off_t, int);