Home
last modified time | relevance | path

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

/third_party/ffmpeg/tools/
H A Dqt-faststart.c34 #undef fseeko macro
35 #define fseeko(x, y, z) fseeko64(x, y, z) macro
39 #undef fseeko macro
40 #define fseeko(x, y, z) _fseeki64(x, y, z) macro
/third_party/rust/crates/libc/src/solid/
H A Dmod.rs525 pub fn fseeko(stream: *mut FILE, offset: off_t, whence: c_int) -> c_int; in fseeko() functions
/third_party/rust/crates/libc/src/
H A Dwasi.rs691 pub fn fseeko(stream: *mut ::FILE, offset: ::off_t, whence: ::c_int) -> ::c_int; in fseeko() functions
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs1366 pub fn fseeko(stream: *mut ::FILE, offset: ::off_t, whence: ::c_int) -> ::c_int; in fseeko() functions
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs1268 pub fn fseeko(stream: *mut ::FILE, offset: ::off_t, whence: ::c_int) -> ::c_int; in fseeko() functions
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3830 pub fn fseeko(stream: *mut ::FILE, offset: ::off_t, whence: ::c_int) -> ::c_int; in fseeko() functions

Completed in 29 milliseconds