Home
last modified time | relevance | path

Searched defs:ftello (Results 1 – 8 of 8) sorted by relevance

/external/libaom/common/
Dtools_common.h32 #define ftello _ftelli64 macro
38 #define ftello ftello64 macro
47 #define ftello ftell macro
/external/libvpx/
Dtools_common.h28 #define ftello _ftelli64 macro
33 #define ftello ftello64 macro
42 #define ftello ftell macro
/external/flac/include/share/
Dcompat.h57 #define ftello _ftelli64 macro
61 #define ftello ftello64 macro
/external/rust/crates/libc/src/unix/
Dmod.rs1364 pub fn ftello(stream: *mut ::FILE) -> ::off_t; in ftello() function
/external/rust/crates/libc/src/
Dwasi.rs692 pub fn ftello(stream: *mut ::FILE) -> ::off_t; in ftello() function
/external/rust/crates/libc/src/solid/
Dmod.rs526 pub fn ftello(stream: *mut FILE) -> off_t; in ftello() function
/external/rust/crates/libc/src/vxworks/
Dmod.rs1269 pub fn ftello(stream: *mut ::FILE) -> ::off_t; in ftello() function
/external/rust/crates/libc/src/fuchsia/
Dmod.rs3831 pub fn ftello(stream: *mut ::FILE) -> ::off_t; in ftello() function