Searched defs:fseeko (Results 1 - 6 of 6) sorted by relevance
| /third_party/ffmpeg/tools/ |
| H A D | qt-faststart.c | 34 #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 D | mod.rs | 525 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 D | wasi.rs | 691 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 D | mod.rs | 1366 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 D | mod.rs | 1268 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 D | mod.rs | 3830 pub fn fseeko(stream: *mut ::FILE, offset: ::off_t, whence: ::c_int) -> ::c_int; in fseeko() functions
|
Completed in 29 milliseconds