/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. 49 #define fopen64 fopen macro 54 #define fopen64 fopen macro 59 #define fopen64 fopen macro
|
H A D | ioapi.c | 23 #define FOPEN_FUNC(filename, mode) fopen64(filename, mode)
|
H A D | minizip.c | 36 #define FOPEN_FUNC(filename, mode) fopen64(filename, mode)
|
H A D | miniunz.c | 36 #define FOPEN_FUNC(filename, mode) fopen64(filename, mode)
|
/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. 49 #define fopen64 fopen macro 54 #define fopen64 fopen macro 59 #define fopen64 fopen macro
|
H A D | ioapi.c | 23 #define FOPEN_FUNC(filename, mode) fopen64(filename, mode)
|
H A D | minizip.c | 37 #define FOPEN_FUNC(filename, mode) fopen64(filename, mode)
|
H A D | miniunz.c | 36 #define FOPEN_FUNC(filename, mode) fopen64(filename, mode)
|
/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. 49 #define fopen64 fopen macro 56 #define fopen64 fopen macro 61 #define fopen64 fopen macro
|
H A D | ioapi.c | 23 #define FOPEN_FUNC(filename, mode) fopen64(filename, mode)
|
H A D | minizip.c | 37 #define FOPEN_FUNC(filename, mode) fopen64(filename, mode)
|
H A D | miniunz.c | 36 #define FOPEN_FUNC(filename, mode) fopen64(filename, mode)
|
/third_party/musl/porting/linux/user/src/stdio/ |
H A D | fopen.c | 33 weak_alias(fopen, fopen64);
|
/third_party/musl/porting/liteos_a/kernel/src/stdio/ |
H A D | fopen.c | 42 weak_alias(fopen, fopen64);
|
/third_party/musl/porting/liteos_m/kernel/src/stdio/ |
H A D | fopen.c | 40 weak_alias(fopen, fopen64);
|
/third_party/musl/src/stdio/ |
H A D | fopen.c | 33 weak_alias(fopen, fopen64);
|
/third_party/musl/porting/uniproton/kernel/src/stdio/ |
H A D | fopen.c | 40 weak_alias(fopen, fopen64);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | stdio.h | 208 #define fopen64 fopen macro
|
/third_party/musl/porting/linux/user/include/ |
H A D | stdio.h | 215 #define fopen64 fopen macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | stdio.h | 208 #define fopen64 fopen macro
|
/third_party/musl/include/ |
H A D | stdio.h | 215 #define fopen64 fopen macro
|
/third_party/mesa3d/src/drm-shim/ |
H A D | drm_shim.c | 272 PUBLIC FILE *fopen64(const char *path, const char *mode)
|
/third_party/elfutils/libdwfl/ |
H A D | linux-kernel-modules.c | 59 #define fopen fopen64
|
/third_party/pulseaudio/src/utils/ |
H A D | padsp.c | 246 _fopen64 = (FILE* (*)(const char *, const char*)) dlsym_fn(RTLD_NEXT, "fopen64"); \ 2702 #undef fopen64 macro 2703 FILE *fopen64(const char *__restrict filename, const char *__restrict mode) { function 2705 debug(DEBUG_LEVEL_VERBOSE, __FILE__": fopen64(%s)\n", filename?filename:"NULL");
|
/third_party/elfutils/debuginfod/ |
H A D | debuginfod-client.c | 101 #define fopen fopen64
|