Home
last modified time | relevance | path

Searched defs:ftello (Results 1 - 6 of 6) sorted by relevance

/third_party/ffmpeg/tools/
H A Dqt-faststart.c36 #undef ftello macro
37 #define ftello(x) ftello64(x) macro
41 #undef ftello macro
42 #define ftello(x) _ftelli64(x) macro
/third_party/rust/crates/libc/src/solid/
H A Dmod.rs526 pub fn ftello(stream: *mut FILE) -> off_t; in ftello() functions
/third_party/rust/crates/libc/src/
H A Dwasi.rs692 pub fn ftello(stream: *mut ::FILE) -> ::off_t; in ftello() functions
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs1367 pub fn ftello(stream: *mut ::FILE) -> ::off_t; in ftello() functions
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs1269 pub fn ftello(stream: *mut ::FILE) -> ::off_t; in ftello() functions
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3831 pub fn ftello(stream: *mut ::FILE) -> ::off_t; in ftello() functions

Completed in 25 milliseconds