Home
last modified time | relevance | path

Searched refs:ftell64 (Results 1 – 25 of 327) sorted by relevance

12345678910>>...14

/dports/astro/siril/siril/src/io/avi_pipp/
H A Dpipp_utf8.h36 #define ftell64 ftello64 // Linux macro
39 #define ftell64 ftello // OS X macro
42 #define ftell64 ftello // DragonFly BSD, FreeBSD, OpenBSD, NetBSD macro
45 #define ftell64 ftello64 // KFreeBSD macro
48 #define ftell64 ftello64 // GNU/Hurd macro
51 #define ftell64 ftello // CYGWIN macro
54 #define ftell64 _ftelli64 // Windows macro
H A Dpipp_avi_write.cpp284 … m_junk_chunk_header.size = 0x2000 - (int32_t)ftell64(mp_avi_file) - sizeof(m_junk_chunk_header); in write_headers()
343 uint64_t base_offset = ftell64(mp_avi_file) + sizeof(m_00db_chunk_header); in frame_added()
365 uint64_t base_offset = ftell64(mp_avi_file) + sizeof(m_00db_chunk_header); in frame_added()
624 m_avi_superindex_entries[m_riff_count].offset = ftell64(mp_avi_file); in finish_riff()
679 int64_t filesize = ftell64(mp_avi_file); in finish_riff()
686 int64_t riff_end_position = ftell64(mp_avi_file); in finish_riff()
/dports/astro/siril/siril/src/io/
H A Dser.h27 #define ftell64 ftello // Linux macro
30 #define ftell64 ftello // OS X macro
33 #define ftell64 ftello // DragonFly BSD, FreeBSD, OpenBSD, NetBSD macro
36 #define ftell64 ftello // kFreeBSD macro
39 #define ftell64 ftello // GNU/Hurd macro
42 #define ftell64 ftello // CYGWIN macro
45 #define ftell64 _ftelli64 // Windows macro
/dports/biology/freebayes/freebayes-1.3.5/src/
H A DLargeFileSupport.h5 #define ftell64(a) _ftelli64(a) macro
9 #define ftell64(a) ftell(a) macro
13 #define ftell64(a) ftello(a) macro
17 #define ftell64(a) ftello(a) macro
/dports/biology/vcflib/vcflib-1.0.2/fastahack/
H A DLargeFileSupport.h5 #define ftell64(a) _ftelli64(a) macro
9 #define ftell64(a) ftello(a) macro
13 #define ftell64(a) ftello(a) macro
/dports/biology/fastahack/fastahack-1.0.0/
H A DLargeFileSupport.h5 #define ftell64(a) _ftelli64(a) macro
9 #define ftell64(a) ftello(a) macro
13 #define ftell64(a) ftello(a) macro
/dports/biology/freebayes/freebayes-1.3.5/vcflib/fastahack/
H A DLargeFileSupport.h5 #define ftell64(a) _ftelli64(a) macro
9 #define ftell64(a) ftello(a) macro
13 #define ftell64(a) ftello(a) macro
/dports/net/tcpslice/tcpslice-f73194c/
H A Dseek-tell.c61 ftell64(FILE *p) in ftell64() function
77 ftell64(FILE *p) in ftell64() function
111 ftell64(FILE *p) in ftell64() function
H A Dsearch.c325 len_file = ftell64( pcap_file (p) ); in sf_find_end()
468 pos = ftell64( pcap_file( p ) ); in read_up_to()
546 int64_t present_pos = ftell64( pcap_file( p ) ); in sf_find_packet()
/dports/biology/bedtools/bedtools2-2.30.0/src/nucBed/
H A DLargeFileSupport.h6 #define ftell64(a) _ftelli64(a) macro
10 #define ftell64(a) ftello(a) macro
/dports/biology/bedtools/bedtools2-2.30.0/src/utils/Fasta/
H A DLargeFileSupport.h6 #define ftell64(a) _ftelli64(a) macro
10 #define ftell64(a) ftello(a) macro
/dports/biology/bamtools/bamtools-2.5.2/src/shared/
H A Dbamtools_global.h34 #define ftell64(a) _ftelli64(a) macro
37 #define ftell64(a) ftello(a) macro
/dports/math/libpgmath/flang-d07daf3/runtime/flang/
H A Dftell643f.c29 long long ENT3F(FTELL64, ftell64)(lu) int *lu;
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/utils/idbdatafile/
H A Dlargefile64.h32 #define ftell64 _ftelli64 macro
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/utils/idbdatafile/
H A Dlargefile64.h32 #define ftell64 _ftelli64 macro
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libast/stdio/
H A Dftell.c41 ftell64(Sfio_t* f) in ftell64() function
/dports/shells/ksh93/ast-93u/src/lib/libast/stdio/
H A Dftell.c41 ftell64(Sfio_t* f) in ftell64() function
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libast/stdio/
H A Dftell.c41 ftell64(Sfio_t* f) in ftell64() function
/dports/lang/gcc48/gcc-4.8.5/gcc/ada/
H A Di-cstrea.ads166 function ftell64 (stream : FILEs) return ssize_t subprogram
167 renames System.CRTL.ftell64;
H A Ds-crtl.ads134 function ftell64 (stream : FILEs) return ssize_t; subprogspec
135 pragma Import (C, ftell64, "__gnat_ftell64");
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/ada/
H A Di-cstrea.ads166 function ftell64 (stream : FILEs) return ssize_t subprogram
167 renames System.CRTL.ftell64;
H A Ds-crtl.ads134 function ftell64 (stream : FILEs) return ssize_t; subprogspec
135 pragma Import (C, ftell64, "__gnat_ftell64");
/dports/devel/upp/upp/bazaar/plugin/geotiff/libgeotiff/port/
H A Dcpl_config.h64 #define VSI_FTELL64 ftell64
/dports/math/libpgmath/flang-d07daf3/runtime/libpgmath/lib/common/
H A Dpgstdinit.h99 #define __io_ftell(fp) ftell64(fp)
102 #define __io_ftell64(fp) ftell64(fp)
105 #define __io_ftellx(fp) ftell64(fp)
/dports/biology/bamtools/bamtools-2.5.2/src/api/internal/io/
H A DILocalIODevice_p.cpp54 return ftell64(m_stream); in Tell()

12345678910>>...14