Home
last modified time | relevance | path

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

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