Searched defs:fseeko (Results 1 – 8 of 8) sorted by relevance
| /external/libaom/common/ |
| D | tools_common.h | 31 #define fseeko _fseeki64 macro 37 #define fseeko fseeko64 macro 46 #define fseeko fseek macro
|
| /external/libvpx/ |
| D | tools_common.h | 27 #define fseeko _fseeki64 macro 32 #define fseeko fseeko64 macro 41 #define fseeko fseek macro
|
| /external/flac/include/share/ |
| D | compat.h | 56 #define fseeko _fseeki64 macro 60 #define fseeko fseeko64 macro
|
| /external/rust/crates/libc/src/unix/ |
| D | mod.rs | 1363 pub fn fseeko(stream: *mut ::FILE, offset: ::off_t, whence: ::c_int) -> ::c_int; in fseeko() function
|
| /external/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
|
| /external/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
|
| /external/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
|
| /external/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
|