/external/libvpx/libvpx/ |
D | tools_common.h | 27 #define fseeko _fseeki64 macro 31 #define fseeko fseeko64 macro 48 #define fseeko fseek macro
|
/external/libdivsufsort/CMakeModules/ |
D | CheckLFS.cmake | 24 # LFS type1: 8 <= sizeof(off_t), fseeko, ftello 27 check_symbol_exists("fseeko" "stdio.h" HAVE_FSEEKO) 32 set(LFS_FSEEK "fseeko")
|
/external/flac/include/share/ |
D | compat.h | 53 #define fseeko _fseeki64 macro 57 #define fseeko fseeko64 macro
|
/external/opencv3/3rdparty/zlib/ |
D | CMakeLists.txt | 14 # Check for fseeko 16 check_function_exists(fseeko HAVE_FSEEKO)
|
/external/bison/lib/ |
D | stdio.in.h | 475 # undef fseeko 476 # define fseeko rpl_fseeko 478 _GL_FUNCDECL_RPL (fseeko, int, (FILE *fp, off_t offset, int whence) 480 _GL_CXXALIAS_RPL (fseeko, int, (FILE *fp, off_t offset, int whence)); 483 _GL_FUNCDECL_SYS (fseeko, int, (FILE *fp, off_t offset, int whence) 486 _GL_CXXALIAS_SYS (fseeko, int, (FILE *fp, off_t offset, int whence)); 488 _GL_CXXALIASWARN (fseeko); 492 # undef fseeko 494 _GL_WARN_ON_USE (fseeko, "fseeko is unportable - "
|
/external/bison/linux-lib/ |
D | stdio.h | 787 # undef fseeko 788 # define fseeko rpl_fseeko 790 _GL_FUNCDECL_RPL (fseeko, int, (FILE *fp, off_t offset, int whence) 792 _GL_CXXALIAS_RPL (fseeko, int, (FILE *fp, off_t offset, int whence)); 795 _GL_FUNCDECL_SYS (fseeko, int, (FILE *fp, off_t offset, int whence) 798 _GL_CXXALIAS_SYS (fseeko, int, (FILE *fp, off_t offset, int whence)); 800 _GL_CXXALIASWARN (fseeko); 804 # undef fseeko 806 _GL_WARN_ON_USE (fseeko, "fseeko is unportable - "
|
/external/bison/darwin-lib/ |
D | stdio.h | 787 # undef fseeko 788 # define fseeko rpl_fseeko 790 _GL_FUNCDECL_RPL (fseeko, int, (FILE *fp, off_t offset, int whence) 792 _GL_CXXALIAS_RPL (fseeko, int, (FILE *fp, off_t offset, int whence)); 795 _GL_FUNCDECL_SYS (fseeko, int, (FILE *fp, off_t offset, int whence) 798 _GL_CXXALIAS_SYS (fseeko, int, (FILE *fp, off_t offset, int whence)); 800 _GL_CXXALIASWARN (fseeko); 804 # undef fseeko 806 _GL_WARN_ON_USE (fseeko, "fseeko is unportable - "
|
/external/llvm/test/CodeGen/Thumb/ |
D | 2009-08-20-ISelBug.ll | 35 %9 = call i32 @fseeko(%struct.FILE* %2, i64 %off, i32 0) nounwind ; <i32> [#uses=1] 62 declare i32 @fseeko(%struct.FILE* nocapture, i64, i32) nounwind
|
/external/elfutils/tests/ |
D | lfs-symbols | 30 fseeko
|
/external/pdfium/third_party/libopenjpeg20/ |
D | opj_includes.h | 65 # define fseek fseeko
|
/external/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.h | 23 #ifdef fseeko 24 #undef fseeko
|
D | TargetLibraryInfo.def | 561 /// int fseeko(FILE *stream, off_t offset, int whence); 562 TLI_DEFINE_ENUM_INTERNAL(fseeko) 563 TLI_DEFINE_STRING_INTERNAL("fseeko")
|
/external/zlib/src/ |
D | CMakeLists.txt | 50 # Check for fseeko 52 check_function_exists(fseeko HAVE_FSEEKO)
|
/external/zlib/src/contrib/minizip/ |
D | ioapi.h | 56 #define fseeko64 fseeko
|
D | ioapi.c | 21 #define FSEEKO_FUNC(stream, offset, origin) fseeko(stream, offset, origin)
|
D | minizip.c | 35 #define FSEEKO_FUNC(stream, offset, origin) fseeko(stream, offset, origin)
|
D | miniunz.c | 34 #define FSEEKO_FUNC(stream, offset, origin) fseeko(stream, offset, origin)
|
/external/libpcap/ |
D | config.h.in | 37 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */ 306 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
|
/external/libedit/src/ |
D | readline.c | 1206 if (fseeko(fp, (off_t)sizeof(buf) * count, SEEK_SET) == in history_truncate_file() 1253 if (fseeko(tp, (off_t)sizeof(buf) * count, SEEK_SET) < 0) { in history_truncate_file() 1271 if (fseeko(fp, (off_t)0, SEEK_SET) == (off_t)-1) { in history_truncate_file() 1276 if (fseeko(tp, (off_t)sizeof(buf) * count + (cp - buf), SEEK_SET) == in history_truncate_file()
|
/external/libmicrohttpd/ |
D | MHD_config.h.in | 56 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */ 384 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
|
/external/zlib/src/examples/ |
D | zran.c | 277 ret = fseeko(in, here->in - (here->bits ? 1 : 0), SEEK_SET); in extract()
|
/external/bsdiff/ |
D | bsdiff.cc | 317 if (fseeko(pf, 0, SEEK_SET)) in bsdiff()
|
/external/bison/m4/ |
D | stdio_h.m4 | 77 ]], [dprintf fpurge fseeko ftello getdelim getline gets pclose popen
|
/external/pdfium/third_party/libtiff/ |
D | tiffiop.h | 285 # define fseek(stream,offset,whence) fseeko(stream,offset,whence)
|
/external/libcxx/include/ |
D | fstream | 819 if (fseeko(__file_, __width > 0 ? __width * __off : 0, __whence)) 837 if (fseeko(__file_, __sp, SEEK_SET)) 902 if (fseeko(__file_, -__c, SEEK_CUR))
|