Searched refs:__fseeko (Results 1 - 10 of 10) sorted by relevance
/third_party/musl/porting/liteos_a/kernel/src/stdio/ |
H A D | fseek.c | 34 int __fseeko(FILE *f, off_t off, int whence) in __fseeko() function 45 return __fseeko(f, off, whence); in fseek() 48 weak_alias(__fseeko, fseeko);
|
/third_party/musl/porting/liteos_m/kernel/src/stdio/ |
H A D | fseek.c | 27 int __fseeko(FILE *f, off_t off, int whence)
in __fseeko() function 38 return __fseeko(f, off, whence);
in fseek() 41 weak_alias(__fseeko, fseeko);
|
/third_party/musl/porting/uniproton/kernel/src/stdio/ |
H A D | fseek.c | 27 int __fseeko(FILE *f, off_t off, int whence)
in __fseeko() function 38 return __fseeko(f, off, whence);
in fseek() 41 weak_alias(__fseeko, fseeko);
|
/third_party/musl/src/stdio/ |
H A D | fseek.c | 37 int __fseeko(FILE *f, off_t off, int whence) in __fseeko() function 51 return __fseeko(f, off, whence); in fseek() 54 weak_alias(__fseeko, fseeko);
|
H A D | fsetpos.c | 5 return __fseeko(f, *(const long long *)pos, SEEK_SET); in fsetpos()
|
/third_party/musl/porting/liteos_m/kernel/src/internal/ |
H A D | stdio_impl.h | 50 hidden int __fseeko(FILE *, off_t, int);
|
/third_party/musl/porting/liteos_a/kernel/src/internal/ |
H A D | stdio_impl.h | 70 hidden int __fseeko(FILE *, off_t, int);
|
/third_party/musl/porting/uniproton/kernel/src/internal/ |
H A D | stdio_impl.h | 50 hidden int __fseeko(FILE *, off_t, int);
|
/third_party/musl/src/internal/ |
H A D | stdio_impl.h | 145 hidden int __fseeko(FILE *, off_t, int);
|
/third_party/musl/porting/linux/user/src/internal/ |
H A D | stdio_impl.h | 141 hidden int __fseeko(FILE *, off_t, int);
|
Completed in 4 milliseconds