Home
last modified time | relevance | path

Searched refs:__ftello (Results 1 - 10 of 10) sorted by relevance

/third_party/musl/porting/liteos_a/kernel/src/stdio/
H A 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/liteos_m/kernel/src/stdio/
H A 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/
H A 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/
H A Dftell.c23 off_t __ftello(FILE *f) in __ftello() function
37 off_t pos = __ftello(f); in ftell()
45 weak_alias(__ftello, ftello);
H A Dfgetpos.c5 off_t off = __ftello(f); in fgetpos()
/third_party/musl/porting/liteos_m/kernel/src/internal/
H A Dstdio_impl.h52 hidden off_t __ftello(FILE *);
/third_party/musl/porting/liteos_a/kernel/src/internal/
H A Dstdio_impl.h72 hidden off_t __ftello(FILE *);
/third_party/musl/porting/uniproton/kernel/src/internal/
H A Dstdio_impl.h52 hidden off_t __ftello(FILE *);
/third_party/musl/src/internal/
H A Dstdio_impl.h147 hidden off_t __ftello(FILE *);
/third_party/musl/porting/linux/user/src/internal/
H A Dstdio_impl.h143 hidden off_t __ftello(FILE *);

Completed in 2 milliseconds