Home
last modified time | relevance | path

Searched defs:fseeko (Results 1 – 7 of 7) sorted by relevance

/external/libvpx/libvpx/
Dtools_common.h27 #define fseeko _fseeki64 macro
32 #define fseeko fseeko64 macro
41 #define fseeko fseek macro
/external/libaom/libaom/common/
Dtools_common.h30 #define fseeko _fseeki64 macro
36 #define fseeko fseeko64 macro
45 #define fseeko fseek macro
/external/flac/include/share/
Dcompat.h53 #define fseeko _fseeki64 macro
57 #define fseeko fseeko64 macro
/external/rust/crates/libc/src/unix/
Dmod.rs1322 pub fn fseeko(stream: *mut ::FILE, offset: ::off_t, whence: ::c_int) -> ::c_int; in fseeko() function
/external/rust/crates/libc/src/
Dwasi.rs577 pub fn fseeko(stream: *mut ::FILE, offset: ::off_t, whence: ::c_int) -> ::c_int; in fseeko() function
/external/rust/crates/libc/src/vxworks/
Dmod.rs1253 pub fn fseeko(stream: *mut ::FILE, offset: ::off_t, whence: ::c_int) -> ::c_int; in fseeko() function
/external/rust/crates/libc/src/fuchsia/
Dmod.rs3810 pub fn fseeko(stream: *mut ::FILE, offset: ::off_t, whence: ::c_int) -> ::c_int; in fseeko() function