/external/libpcap/cmake/Modules/ |
D | FindFseeko.cmake | 1 # CMake support for fseeko 38 # Check for the availability of fseeko() 41 # * Native fseeko() 49 message(STATUS "Looking for native fseeko support") 50 check_symbol_exists(fseeko stdio.h fseeko_native) 53 message(STATUS "Looking for native fseeko support - found") 56 message(STATUS "Looking for native fseeko support - not found") 64 check_symbol_exists(fseeko stdio.h fseeko_need_largefile_source) 67 message(STATUS "Looking for fseeko support with _LARGEFILE_SOURCE - found") 71 message(STATUS "Looking for fseeko support with _LARGEFILE_SOURCE - not found") [all …]
|
/external/flac/src/flac/ |
D | foreign_metadata.c | 148 if(fseeko(f, -4, SEEK_CUR) < 0) { in read_from_aiff_() 161 if(fseeko(f, size, SEEK_CUR) < 0) { in read_from_aiff_() 297 if(fseeko(f, ds64_data_size, SEEK_CUR) < 0) { in read_from_wave_() 303 if(fseeko(f, size, SEEK_CUR) < 0) { in read_from_wave_() 397 if(fseeko(f, size-24, SEEK_CUR) < 0) { in read_from_wave64_() 438 if(fseeko(fin, fm->blocks[block_num].offset, SEEK_SET) < 0) { in write_to_flac_() 442 if(fseeko(fout, FLAC__metadata_simple_iterator_get_block_offset(it), SEEK_SET) < 0) { in write_to_flac_() 455 if(fseeko(fout, FLAC__STREAM_METADATA_LENGTH_LEN/8, SEEK_CUR) < 0) { in write_to_flac_() 495 if(fseeko(f, offset, SEEK_SET) < 0) { in read_from_flac_() 646 if(fseeko(fout, offset1, SEEK_SET) < 0) { in write_to_iff_() [all …]
|
/external/ImageMagick/m4/ |
D | ac_func_fseeko.m4 | 55 AN_FUNCTION([fseeko], [AC_FUNC_FSEEKO]) 59 [Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2).], 62 [[int (*fp) (FILE *, off_t, int) = fseeko; 63 return fseeko (stdin, 0, 0) && fp (stdin, 0, 0);]]) 67 # If you want fseeko and ftello with glibc, upgrade to a fixed glibc. 70 [Define to 1 if fseeko (and presumably ftello) exists and is declared.])
|
/external/libaom/libaom/common/ |
D | tools_common.h | 30 #define fseeko _fseeki64 macro 36 #define fseeko fseeko64 macro 45 #define fseeko fseek macro
|
/external/libvpx/libvpx/ |
D | tools_common.h | 27 #define fseeko _fseeki64 macro 32 #define fseeko fseeko64 macro 41 #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/ltp/testcases/kernel/fs/stream/ |
D | stream03.c | 226 if (fseeko(stream, strlen(junk), 1) != 0) { in main() 241 if (fseeko(stream, 0, 2) != 0) { in main() 256 if (fseeko(stream, 0, 0) != 0) { in main()
|
/external/flac/include/share/ |
D | compat.h | 53 #define fseeko _fseeki64 macro 57 #define fseeko fseeko64 macro
|
/external/llvm-project/lldb/test/API/macosx/lc-note/kern-ver-str/ |
D | create-empty-corefile.cpp | 169 ::fseeko (f, 0, SEEK_SET); in get_uuid_from_binary() 213 ::fseeko (f, file_offset, SEEK_SET); in get_uuid_from_binary() 221 ::fseeko (f, file_offset, SEEK_SET); in get_uuid_from_binary()
|
/external/llvm-project/lldb/test/API/macosx/lc-note/firmware-corefile/ |
D | create-empty-corefile.cpp | 199 ::fseeko(f, 0, SEEK_SET); in get_uuid_from_binary() 239 ::fseeko(f, file_offset, SEEK_SET); in get_uuid_from_binary() 246 ::fseeko(f, file_offset, SEEK_SET); in get_uuid_from_binary()
|
/external/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Posix/ |
D | fseek.cpp | 24 rv = fseeko(fp, 15, SEEK_SET); in main()
|
/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/llvm-project/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/libvpx/libvpx/third_party/libwebm/mkvmuxer/ |
D | mkvwriter.cc | 84 return fseeko(file_, static_cast<off_t>(position), SEEK_SET); in Position()
|
/external/libaom/libaom/third_party/libwebm/mkvmuxer/ |
D | mkvwriter.cc | 84 return fseeko(file_, static_cast<off_t>(position), SEEK_SET); in Position()
|
/external/libwebm/mkvmuxer/ |
D | mkvwriter.cc | 84 return fseeko(file_, static_cast<off_t>(position), SEEK_SET); in Position()
|
/external/elfutils/tests/ |
D | lfs-symbols | 30 fseeko
|
/external/libaom/libaom/third_party/libwebm/mkvparser/ |
D | mkvreader.cc | 124 fseeko(m_file, static_cast<off_t>(offset), SEEK_SET); in Read()
|
/external/libwebm/mkvparser/ |
D | mkvreader.cc | 124 fseeko(m_file, static_cast<off_t>(offset), SEEK_SET); in Read()
|
/external/libvpx/libvpx/third_party/libwebm/mkvparser/ |
D | mkvreader.cc | 124 fseeko(m_file, static_cast<off_t>(offset), SEEK_SET); in Read()
|
/external/pdfium/third_party/libopenjpeg20/ |
D | opj_includes.h | 66 # define fseek fseeko
|
/external/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.h | 23 #ifdef fseeko 24 #undef fseeko
|
/external/ImageMagick/MagickCore/ |
D | blob-private.h | 31 # define fseek fseeko
|
/external/flac/src/libFLAC/ |
D | metadata_iterators.c | 520 if(0 != fseeko(iterator->file, iterator->length, SEEK_CUR)) { in FLAC__metadata_simple_iterator_next() 540 if(0 != fseeko(iterator->file, iterator->first_offset, SEEK_SET)) { in FLAC__metadata_simple_iterator_prev() 550 if(0 != fseeko(iterator->file, iterator->length, SEEK_CUR)) { in FLAC__metadata_simple_iterator_prev() 619 if(0 != fseeko(iterator->file, -((int)id_bytes), SEEK_CUR)) { in FLAC__metadata_simple_iterator_get_application_id() 644 …if(0 != fseeko(iterator->file, iterator->offset[iterator->depth] + FLAC__STREAM_METADATA_HEADER_LE… in FLAC__metadata_simple_iterator_get_block() 1442 if(0 != fseeko(f, chain->last_offset, SEEK_SET)) { in chain_rewrite_file_() 2930 if(0 != fseeko(iterator->file, iterator->offset[iterator->depth], SEEK_SET)) { in write_metadata_block_stationary_() 2941 if(0 != fseeko(iterator->file, iterator->offset[iterator->depth], SEEK_SET)) { in write_metadata_block_stationary_() 2953 if(0 != fseeko(iterator->file, iterator->offset[iterator->depth], SEEK_SET)) { in write_metadata_block_stationary_with_padding_() 2984 if(0 != fseeko(iterator->file, iterator->offset[iterator->depth], SEEK_SET)) { in write_metadata_block_stationary_with_padding_() [all …]
|
/external/zstd/programs/ |
D | util.h | 35 # define UTIL_fseek fseeko
|