Home
last modified time | relevance | path

Searched defs:fseeko64 (Results 1 – 10 of 10) sorted by relevance

/third_party/node/deps/v8/third_party/zlib/contrib/minizip/
Dioapi.h51 #define fseeko64 fseek macro
56 #define fseeko64 fseeko macro
62 #define fseeko64 _fseeki64 macro
65 #define fseeko64 fseek macro
/third_party/skia/third_party/externals/zlib/contrib/minizip/
Dioapi.h51 #define fseeko64 fseek macro
56 #define fseeko64 fseeko macro
62 #define fseeko64 _fseeki64 macro
65 #define fseeko64 fseek macro
/third_party/zlib/contrib/minizip/
Dioapi.h51 #define fseeko64 fseek macro
58 #define fseeko64 fseeko macro
64 #define fseeko64 _fseeki64 macro
67 #define fseeko64 fseek macro
/third_party/musl/porting/liteos_a/kernel/include/
Dstdio.h211 #define fseeko64 fseeko macro
/third_party/musl/porting/liteos_m/kernel/include/
Dstdio.h210 #define fseeko64 fseeko macro
/third_party/musl/porting/uniproton/kernel/include/
Dstdio.h210 #define fseeko64 fseeko macro
/third_party/musl/porting/linux/user/include/
Dstdio.h217 #define fseeko64 fseeko macro
/third_party/musl/include/
Dstdio.h217 #define fseeko64 fseeko macro
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
Dmod.rs1790 pub fn fseeko64(stream: *mut ::FILE, offset: ::off64_t, whence: ::c_int) -> ::c_int; in fseeko64() function
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs3950 pub fn fseeko64(stream: *mut ::FILE, offset: ::off64_t, whence: ::c_int) -> ::c_int; in fseeko64() function