Home
last modified time | relevance | path

Searched refs:fseeko (Results 1 – 25 of 100) sorted by relevance

1234

/external/libpcap/cmake/Modules/
DFindFseeko.cmake1 # 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/
Dforeign_metadata.c148 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/
Dac_func_fseeko.m455 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/
Dtools_common.h30 #define fseeko _fseeki64 macro
36 #define fseeko fseeko64 macro
45 #define fseeko fseek macro
/external/libvpx/libvpx/
Dtools_common.h27 #define fseeko _fseeki64 macro
32 #define fseeko fseeko64 macro
41 #define fseeko fseek macro
/external/libdivsufsort/CMakeModules/
DCheckLFS.cmake24 # 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/
Dstream03.c226 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/
Dcompat.h53 #define fseeko _fseeki64 macro
57 #define fseeko fseeko64 macro
/external/llvm-project/lldb/test/API/macosx/lc-note/kern-ver-str/
Dcreate-empty-corefile.cpp169 ::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/
Dcreate-empty-corefile.cpp199 ::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/
Dfseek.cpp24 rv = fseeko(fp, 15, SEEK_SET); in main()
/external/llvm/test/CodeGen/Thumb/
D2009-08-20-ISelBug.ll35 %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/
D2009-08-20-ISelBug.ll35 %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/
Dmkvwriter.cc84 return fseeko(file_, static_cast<off_t>(position), SEEK_SET); in Position()
/external/libaom/libaom/third_party/libwebm/mkvmuxer/
Dmkvwriter.cc84 return fseeko(file_, static_cast<off_t>(position), SEEK_SET); in Position()
/external/libwebm/mkvmuxer/
Dmkvwriter.cc84 return fseeko(file_, static_cast<off_t>(position), SEEK_SET); in Position()
/external/elfutils/tests/
Dlfs-symbols30 fseeko
/external/libaom/libaom/third_party/libwebm/mkvparser/
Dmkvreader.cc124 fseeko(m_file, static_cast<off_t>(offset), SEEK_SET); in Read()
/external/libwebm/mkvparser/
Dmkvreader.cc124 fseeko(m_file, static_cast<off_t>(offset), SEEK_SET); in Read()
/external/libvpx/libvpx/third_party/libwebm/mkvparser/
Dmkvreader.cc124 fseeko(m_file, static_cast<off_t>(offset), SEEK_SET); in Read()
/external/pdfium/third_party/libopenjpeg20/
Dopj_includes.h66 # define fseek fseeko
/external/llvm/include/llvm/Analysis/
DTargetLibraryInfo.h23 #ifdef fseeko
24 #undef fseeko
/external/ImageMagick/MagickCore/
Dblob-private.h31 # define fseek fseeko
/external/flac/src/libFLAC/
Dmetadata_iterators.c520 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/
Dutil.h35 # define UTIL_fseek fseeko

1234