/third_party/node/deps/v8/third_party/zlib/contrib/minizip/ |
H A D | ioapi.h | 14 Oct-2009 - Change to fseeko64, ftello64 and fopen64 so large files would work on linux. 51 #define fseeko64 fseek macro 56 #define fseeko64 fseeko macro 62 #define fseeko64 _fseeki64 macro 65 #define fseeko64 fseek macro
|
H A D | ioapi.c | 25 #define FSEEKO_FUNC(stream, offset, origin) fseeko64(stream, offset, origin)
|
H A D | minizip.c | 38 #define FSEEKO_FUNC(stream, offset, origin) fseeko64(stream, offset, origin)
|
H A D | miniunz.c | 38 #define FSEEKO_FUNC(stream, offset, origin) fseeko64(stream, offset, origin)
|
/third_party/skia/third_party/externals/zlib/contrib/minizip/ |
H A D | ioapi.h | 14 Oct-2009 - Change to fseeko64, ftello64 and fopen64 so large files would work on linux. 51 #define fseeko64 fseek macro 56 #define fseeko64 fseeko macro 62 #define fseeko64 _fseeki64 macro 65 #define fseeko64 fseek macro
|
H A D | ioapi.c | 25 #define FSEEKO_FUNC(stream, offset, origin) fseeko64(stream, offset, origin)
|
H A D | minizip.c | 39 #define FSEEKO_FUNC(stream, offset, origin) fseeko64(stream, offset, origin)
|
H A D | miniunz.c | 38 #define FSEEKO_FUNC(stream, offset, origin) fseeko64(stream, offset, origin)
|
/third_party/zlib/contrib/minizip/ |
H A D | ioapi.h | 14 Oct-2009 - Change to fseeko64, ftello64 and fopen64 so large files would work on linux. 51 #define fseeko64 fseek macro 58 #define fseeko64 fseeko macro 64 #define fseeko64 _fseeki64 macro 67 #define fseeko64 fseek macro
|
H A D | ioapi.c | 25 #define FSEEKO_FUNC(stream, offset, origin) fseeko64(stream, offset, origin)
|
H A D | minizip.c | 39 #define FSEEKO_FUNC(stream, offset, origin) fseeko64(stream, offset, origin)
|
H A D | miniunz.c | 38 #define FSEEKO_FUNC(stream, offset, origin) fseeko64(stream, offset, origin)
|
/third_party/musl/src/stdio/ |
H A D | fseek.c | 56 weak_alias(fseeko, fseeko64);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | stdio.h | 210 #define fseeko64 fseeko macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | stdio.h | 211 #define fseeko64 fseeko macro
|
/third_party/musl/porting/linux/user/include/ |
H A D | stdio.h | 217 #define fseeko64 fseeko macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | stdio.h | 210 #define fseeko64 fseeko macro
|
/third_party/musl/include/ |
H A D | stdio.h | 217 #define fseeko64 fseeko macro
|
/third_party/ffmpeg/tools/ |
H A D | qt-faststart.c | 35 #define fseeko(x, y, z) fseeko64(x, y, z)
|
/third_party/lz4/programs/ |
H A D | util.h | 89 # define UTIL_fseek fseeko64
|
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
H A D | mod.rs | 1790 pub fn fseeko64(stream: *mut ::FILE, offset: ::off64_t, whence: ::c_int) -> ::c_int; in fseeko64() functions
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 3950 pub fn fseeko64(stream: *mut ::FILE, offset: ::off64_t, whence: ::c_int) -> ::c_int; in fseeko64() functions
|
/third_party/astc-encoder/Source/ |
H A D | tinyexr.h | 4665 #define MZ_FSEEK64 fseeko64 4697 #define MZ_FSEEK64 fseeko64
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 2514 extern int fseeko64 (FILE *__stream, __off64_t __off, int __whence); [all...] |