Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dblob-private.h32 # define ftell ftello macro
Dnt-base.h138 # define ftell _ftelli64 macro
/external/pdfium/third_party/libopenjpeg20/
Dopj_includes.h67 # define ftell ftello macro
/external/brotli/c/tools/
Dbrotli.c60 #define ftell _ftelli64 macro
/external/pdfium/third_party/libtiff/
Dtiffiop.h304 # define ftell(stream,offset,whence) ftello(stream,offset,whence) macro
/external/rust/crates/libc/src/windows/
Dmod.rs296 pub fn ftell(stream: *mut FILE) -> c_long; in ftell() function
/external/rust/crates/libc/src/unix/
Dmod.rs473 pub fn ftell(stream: *mut FILE) -> c_long; in ftell() function
/external/rust/crates/libc/src/
Dwasi.rs370 pub fn ftell(f: *mut FILE) -> c_long; in ftell() function
/external/rust/crates/libc/src/vxworks/
Dmod.rs1108 pub fn ftell(stream: *mut FILE) -> c_long; in ftell() function
/external/rust/crates/libc/src/fuchsia/
Dmod.rs3383 pub fn ftell(stream: *mut FILE) -> c_long; in ftell() function