Searched defs:fseeko (Results 1 – 6 of 6) sorted by relevance
/third_party/ffmpeg/tools/ |
D | qt-faststart.c | 35 #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/ |
D | mod.rs | 1366 pub fn fseeko(stream: *mut ::FILE, offset: ::off_t, whence: ::c_int) -> ::c_int; in fseeko() function
|
/third_party/rust/crates/libc/src/ |
D | wasi.rs | 691 pub fn fseeko(stream: *mut ::FILE, offset: ::off_t, whence: ::c_int) -> ::c_int; in fseeko() function
|
/third_party/rust/crates/libc/src/solid/ |
D | mod.rs | 525 pub fn fseeko(stream: *mut FILE, offset: off_t, whence: c_int) -> c_int; in fseeko() function
|
/third_party/rust/crates/libc/src/vxworks/ |
D | mod.rs | 1268 pub fn fseeko(stream: *mut ::FILE, offset: ::off_t, whence: ::c_int) -> ::c_int; in fseeko() function
|
/third_party/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 3830 pub fn fseeko(stream: *mut ::FILE, offset: ::off_t, whence: ::c_int) -> ::c_int; in fseeko() function
|