Home
last modified time | relevance | path

Searched defs:ftell (Results 1 – 11 of 11) sorted by relevance

/third_party/musl/porting/uniproton/kernel/src/stdio/
Dftell.c29 long ftell(FILE *f) in ftell() function
/third_party/musl/src/stdio/
Dftell.c35 long ftell(FILE *f) in ftell() function
/third_party/musl/porting/liteos_a/kernel/src/stdio/
Dftell.c29 long ftell(FILE *f) in ftell() function
/third_party/musl/porting/liteos_m/kernel/src/stdio/
Dftell.c29 long ftell(FILE *f) in ftell() function
/third_party/skia/third_party/externals/brotli/c/tools/
Dbrotli.c60 #define ftell _ftelli64 macro
/third_party/rust/crates/libc/src/windows/
Dmod.rs325 pub fn ftell(stream: *mut FILE) -> c_long; in ftell() function
/third_party/rust/crates/libc/src/unix/
Dmod.rs498 pub fn ftell(stream: *mut FILE) -> c_long; in ftell() function
/third_party/rust/crates/libc/src/
Dwasi.rs480 pub fn ftell(f: *mut FILE) -> c_long; in ftell() function
/third_party/rust/crates/libc/src/solid/
Dmod.rs457 pub fn ftell(arg1: *mut FILE) -> c_long; in ftell() function
/third_party/rust/crates/libc/src/vxworks/
Dmod.rs1115 pub fn ftell(stream: *mut FILE) -> c_long; in ftell() function
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs3398 pub fn ftell(stream: *mut FILE) -> c_long; in ftell() function