Home
last modified time | relevance | path

Searched refs:__ftello (Results 1 – 9 of 9) sorted by relevance

/third_party/musl/porting/liteos_m/kernel/src/stdio/
Dftell.c20 off_t __ftello(FILE *f) in __ftello() function
31 off_t pos = __ftello(f); in ftell()
39 weak_alias(__ftello, ftello);
/third_party/musl/src/stdio/
Dftell.c20 off_t __ftello(FILE *f) in __ftello() function
31 off_t pos = __ftello(f); in ftell()
39 weak_alias(__ftello, ftello);
Dfgetpos.c5 off_t off = __ftello(f); in fgetpos()
/third_party/musl/porting/liteos_a/kernel/src/stdio/
Dftell.c20 off_t __ftello(FILE *f) in __ftello() function
31 off_t pos = __ftello(f); in ftell()
39 weak_alias(__ftello, ftello);
/third_party/musl/porting/uniproton/kernel/src/stdio/
Dftell.c20 off_t __ftello(FILE *f) in __ftello() function
31 off_t pos = __ftello(f); in ftell()
39 weak_alias(__ftello, ftello);
/third_party/musl/porting/uniproton/kernel/src/internal/
Dstdio_impl.h52 hidden off_t __ftello(FILE *);
/third_party/musl/porting/liteos_m/kernel/src/internal/
Dstdio_impl.h52 hidden off_t __ftello(FILE *);
/third_party/musl/porting/liteos_a/kernel/src/internal/
Dstdio_impl.h74 hidden off_t __ftello(FILE *);
/third_party/musl/src/internal/
Dstdio_impl.h78 hidden off_t __ftello(FILE *);