Home
last modified time | relevance | path

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

/external/libaom/common/
Dtools_common.h31 #define fseeko _fseeki64 macro
37 #define fseeko fseeko64 macro
46 #define fseeko fseek macro
/external/libvpx/
Dtools_common.h27 #define fseeko _fseeki64 macro
32 #define fseeko fseeko64 macro
41 #define fseeko fseek macro
/external/flac/include/share/
Dcompat.h56 #define fseeko _fseeki64 macro
60 #define fseeko fseeko64 macro
/external/rust/crates/libc/src/unix/
Dmod.rs1363 pub fn fseeko(stream: *mut ::FILE, offset: ::off_t, whence: ::c_int) -> ::c_int; in fseeko() function
/external/rust/crates/libc/src/
Dwasi.rs691 pub fn fseeko(stream: *mut ::FILE, offset: ::off_t, whence: ::c_int) -> ::c_int; in fseeko() function
/external/rust/crates/libc/src/solid/
Dmod.rs525 pub fn fseeko(stream: *mut FILE, offset: off_t, whence: c_int) -> c_int; in fseeko() function
/external/rust/crates/libc/src/vxworks/
Dmod.rs1268 pub fn fseeko(stream: *mut ::FILE, offset: ::off_t, whence: ::c_int) -> ::c_int; in fseeko() function
/external/rust/crates/libc/src/fuchsia/
Dmod.rs3830 pub fn fseeko(stream: *mut ::FILE, offset: ::off_t, whence: ::c_int) -> ::c_int; in fseeko() function