Home
last modified time | relevance | path

Searched refs:ftello (Results 1 – 25 of 78) sorted by relevance

1234

/external/ltp/testcases/kernel/fs/stream/
Dstream03.c190 opos = ftello(stream); in main()
205 opos = ftello(stream); in main()
216 opos = ftello(stream); in main()
231 opos = ftello(stream); in main()
246 opos = ftello(stream); in main()
261 opos = ftello(stream); in main()
273 opos = ftello(stream); in main()
275 opos = ftello(stream); in main()
/external/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Posix/
Dfseek.cpp27 printf("position: %" PRIuMAX "\n", (uintmax_t)ftello(fp)); in main()
35 printf("position: %" PRIuMAX "\n", (uintmax_t)ftello(fp)); in main()
40 printf("position: %" PRIuMAX "\n", (uintmax_t)ftello(fp)); in main()
/external/libaom/libaom/common/
Dtools_common.h31 #define ftello _ftelli64 macro
37 #define ftello ftello64 macro
46 #define ftello ftell macro
/external/libvpx/libvpx/
Dtools_common.h28 #define ftello _ftelli64 macro
33 #define ftello ftello64 macro
42 #define ftello ftell macro
/external/flac/src/flac/
Dforeign_metadata.c94 if((offset = ftello(f)) < 0) { in read_from_aiff_()
107 if((offset = ftello(f)) < 0) { in read_from_aiff_()
166 if(eof_offset != ftello(f)) { in read_from_aiff_()
185 if((offset = ftello(f)) < 0) { in read_from_wave_()
208 if((offset = ftello(f)) < 0) { in read_from_wave_()
314 if(eof_offset != ftello(f)) { in read_from_wave_()
333 if((offset = ftello(f)) < 0) { in read_from_wave64_()
356 if((offset = ftello(f)) < 0) { in read_from_wave64_()
402 if(eof_offset != ftello(f)) { in read_from_wave64_()
Ddecode.c268 FLAC__off_t written_size = ftello(d->fout); in DecoderSession_destroy()
707 decoder_session->fm_offset1 = ftello(f); in write_iff_headers()
737 decoder_session->fm_offset2 = ftello(f); in write_iff_headers()
764 decoder_session->fm_offset3 = ftello(f) + aligned_data_size; in write_iff_headers()
776 decoder_session->fm_offset1 = ftello(f); in write_iff_headers()
791 decoder_session->fm_offset2 = ftello(f); in write_iff_headers()
815 decoder_session->fm_offset3 = ftello(f) + aligned_data_size; in write_iff_headers()
/external/libdivsufsort/CMakeModules/
DCheckLFS.cmake24 # LFS type1: 8 <= sizeof(off_t), fseeko, ftello
28 check_symbol_exists("ftello" "stdio.h" HAVE_FTELLO)
33 set(LFS_FTELL "ftello")
/external/flac/include/share/
Dcompat.h54 #define ftello _ftelli64 macro
58 #define ftello ftello64 macro
/external/ImageMagick/m4/
Dac_func_fseeko.m454 AN_FUNCTION([ftello], [AC_FUNC_FSEEKO])
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/elfutils/tests/
Dlfs-symbols34 ftello
/external/pdfium/third_party/libopenjpeg20/
Dopj_includes.h67 # define ftell ftello
/external/llvm/include/llvm/Analysis/
DTargetLibraryInfo.h26 #ifdef ftello
27 #undef ftello
/external/ImageMagick/MagickCore/
Dblob-private.h32 # define ftell ftello
/external/flac/src/libFLAC/
Dmetadata_iterators.c445 iterator->first_offset = iterator->offset[iterator->depth] = ftello(iterator->file); in simple_iterator_prime_input_()
525 iterator->offset[iterator->depth] = ftello(iterator->file); in FLAC__metadata_simple_iterator_next()
549 while(ftello(iterator->file) + (FLAC__off_t)iterator->length < iterator->offset[iterator->depth]) { in FLAC__metadata_simple_iterator_prev()
554 this_offset = ftello(iterator->file); in FLAC__metadata_simple_iterator_prev()
685 …FLAC__ASSERT(!ret || ftello(iterator->file) == debug_target_offset + (FLAC__off_t)FLAC__STREAM_MET… in FLAC__metadata_simple_iterator_set_block()
691 …FLAC__ASSERT(!ret || ftello(iterator->file) == debug_target_offset + (FLAC__off_t)FLAC__STREAM_MET… in FLAC__metadata_simple_iterator_set_block()
734 …FLAC__ASSERT(!ret || ftello(iterator->file) == debug_target_offset + (FLAC__off_t)FLAC__STREAM_MET… in FLAC__metadata_simple_iterator_set_block()
741 …FLAC__ASSERT(!ret || ftello(iterator->file) == debug_target_offset + (FLAC__off_t)FLAC__STREAM_MET… in FLAC__metadata_simple_iterator_set_block()
748 …FLAC__ASSERT(!ret || ftello(iterator->file) == debug_target_offset + (FLAC__off_t)FLAC__STREAM_MET… in FLAC__metadata_simple_iterator_set_block()
816 …FLAC__ASSERT(ftello(iterator->file) == debug_target_offset + (FLAC__off_t)FLAC__STREAM_METADATA_HE… in FLAC__metadata_simple_iterator_insert_block_after()
[all …]
/external/zlib/contrib/minizip/
Dioapi.h55 #define ftello64 ftello
Dioapi.c20 #define FTELLO_FUNC(stream) ftello(stream)
Dminizip.c34 #define FTELLO_FUNC(stream) ftello(stream)
/external/rust/crates/libz-sys/src/zlib/contrib/minizip/
Dioapi.h55 #define ftello64 ftello
Dioapi.c20 #define FTELLO_FUNC(stream) ftello(stream)
Dminizip.c34 #define FTELLO_FUNC(stream) ftello(stream)
/external/flac/src/utils/flacdiff/
Dmain.cpp72 FLAC__off_t off = ftello(f_); in tell_callback()
/external/libaom/libaom/examples/
Dlightfield_decoder.c252 const FileOffset camera_frame_pos = ftello(infile); in main()
Dlightfield_bitstream_parsing.c256 const FileOffset camera_frame_pos = ftello(infile); in main()
/external/llvm-project/clang/test/Analysis/
Dstd-c-library-functions-POSIX.c198 off_t ftello(FILE *stream);
/external/flac/src/test_libFLAC/
Dencoders.c135 if((pos = ftello(f)) < 0) in stream_encoder_tell_callback_()

1234