Home
last modified time | relevance | path

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

12345678910>>...198

/dports/security/nmap/nmap-7.91/libpcap/cmake/Modules/
H A 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")
77 set(FSEEKO_LIBRARIES "" CACHE STRING "Extra definitions for fseeko support")
[all …]
/dports/net/wireshark-lite/wireshark-3.6.1/cmake/modules/
H A 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")
77 set(FSEEKO_LIBRARIES "" CACHE STRING "Extra definitions for fseeko support")
[all …]
/dports/net/libpcap/libpcap-1.10.1/cmake/Modules/
H A 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")
77 set(FSEEKO_LIBRARIES "" CACHE STRING "Extra definitions for fseeko support")
[all …]
/dports/net/wireshark/wireshark-3.6.1/cmake/modules/
H A 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")
77 set(FSEEKO_LIBRARIES "" CACHE STRING "Extra definitions for fseeko support")
[all …]
/dports/net/tshark-lite/wireshark-3.6.1/cmake/modules/
H A 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")
77 set(FSEEKO_LIBRARIES "" CACHE STRING "Extra definitions for fseeko support")
[all …]
/dports/net/tshark/wireshark-3.6.1/cmake/modules/
H A 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")
77 set(FSEEKO_LIBRARIES "" CACHE STRING "Extra definitions for fseeko support")
[all …]
/dports/devel/gnulib/gnulib-20140202-stable/doc/posix-functions/
H A Dfseeko.texi1 @node fseeko
2 @section @code{fseeko}
3 @findex fseeko
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fseeko.html}
7 Gnulib module: fseeko
15 The declaration of @code{fseeko} in @code{<stdio.h>} is not enabled by default
21 On platforms where @code{off_t} is a 32-bit type, @code{fseeko} does not work
28 On platforms where @code{off_t} is a 64-bit type, but @code{fseeko} is
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/doc/posix-functions/
H A Dfseeko.texi1 @node fseeko
2 @section @code{fseeko}
3 @findex fseeko
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/fseeko.html}
7 Gnulib module: fseeko
15 The declaration of @code{fseeko} in @code{<stdio.h>} is not enabled by default
21 On platforms where @code{off_t} is a 32-bit type, @code{fseeko} does not work
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/modules/
H A Dfseeko2 fseeko() function: Reposition a FILE stream.
5 lib/fseeko.c
7 m4/fseeko.m4
15 # Just to guarantee consistency between fseek() and fseeko().
24 AC_LIBOBJ([fseeko])
27 gl_STDIO_MODULE_INDICATOR([fseeko])
/dports/sysutils/afflib/AFFLIBv3-3.7.16/lib/
H A Daff_db.cpp39 fseeko(af->aseg, start, SEEK_SET) ; // Windows is dumb :-( in af_probe_next_seg()
58 fseeko(af->aseg,start,SEEK_SET); // rewind to start in af_probe_next_seg()
63 fseeko(af->aseg,start,SEEK_SET); // rewind in af_probe_next_seg()
68 if(do_rewind) fseeko(af->aseg,start,SEEK_SET); // rewind in af_probe_next_seg()
98 fseeko(af->aseg,pos_tail,SEEK_SET); in af_backspace()
100 fseeko(af->aseg,start,SEEK_SET); // put it back in af_backspace()
105 fseeko(af->aseg,start,SEEK_SET); in af_backspace()
111 fseeko(af->aseg,seg_start,SEEK_SET); in af_backspace()
138 fseeko(af->aseg,adm->offset,SEEK_SET); in aff_find_seg()
151 fseeko(af->aseg,next_segsize,SEEK_CUR); // skip the segment in aff_find_seg()
/dports/devel/gnulib/gnulib-20140202-stable/modules/
H A Dfseeko2 fseeko() function: Reposition a FILE stream.
5 lib/fseeko.c
7 m4/fseeko.m4
15 # Just to guarantee consistency between fseek() and fseeko().
24 AC_LIBOBJ([fseeko])
27 gl_STDIO_MODULE_INDICATOR([fseeko])
/dports/misc/amanda-server/amanda-3.3.9/config/gnulib/
H A Dfseeko.m41 # fseeko.m4 serial 16
14 dnl Persuade glibc <stdio.h> to declare fseeko().
17 AC_CACHE_CHECK([for fseeko], [gl_cv_func_fseeko],
20 ]], [fseeko (stdin, 0, 0);])],
24 AC_CHECK_DECLS_ONCE([fseeko])
47 dnl Code shared by fseeko and ftello. Determine if large files are supported,
56 fseeko/ftello needlessly fail. This bug was fixed in 1.5.25, and
67 # Prerequisites of lib/fseeko.c.
/dports/misc/amanda-client/amanda-3.3.9/config/gnulib/
H A Dfseeko.m41 # fseeko.m4 serial 16
14 dnl Persuade glibc <stdio.h> to declare fseeko().
17 AC_CACHE_CHECK([for fseeko], [gl_cv_func_fseeko],
20 ]], [fseeko (stdin, 0, 0);])],
24 AC_CHECK_DECLS_ONCE([fseeko])
47 dnl Code shared by fseeko and ftello. Determine if large files are supported,
56 fseeko/ftello needlessly fail. This bug was fixed in 1.5.25, and
67 # Prerequisites of lib/fseeko.c.
/dports/net/ocserv/ocserv-1.1.3/gl/m4/
H A Dfseeko.m41 # fseeko.m4 serial 17
14 dnl Persuade glibc <stdio.h> to declare fseeko().
17 AC_CACHE_CHECK([for fseeko], [gl_cv_func_fseeko],
20 ]], [fseeko (stdin, 0, 0);])],
24 AC_CHECK_DECLS_ONCE([fseeko])
47 dnl Code shared by fseeko and ftello. Determine if large files are supported,
56 fseeko/ftello needlessly fail. This bug was fixed in 1.5.25, and
67 # Prerequisites of lib/fseeko.c.
/dports/archivers/sharutils/sharutils-4.15.2/m4/
H A Dfseeko.m41 # fseeko.m4 serial 17
14 dnl Persuade glibc <stdio.h> to declare fseeko().
17 AC_CACHE_CHECK([for fseeko], [gl_cv_func_fseeko],
20 ]], [fseeko (stdin, 0, 0);])],
24 AC_CHECK_DECLS_ONCE([fseeko])
47 dnl Code shared by fseeko and ftello. Determine if large files are supported,
56 fseeko/ftello needlessly fail. This bug was fixed in 1.5.25, and
67 # Prerequisites of lib/fseeko.c.
/dports/archivers/gcpio/cpio-2.13/m4/
H A Dfseeko.m41 # fseeko.m4 serial 17
14 dnl Persuade glibc <stdio.h> to declare fseeko().
17 AC_CACHE_CHECK([for fseeko], [gl_cv_func_fseeko],
20 ]], [fseeko (stdin, 0, 0);])],
24 AC_CHECK_DECLS_ONCE([fseeko])
47 dnl Code shared by fseeko and ftello. Determine if large files are supported,
56 fseeko/ftello needlessly fail. This bug was fixed in 1.5.25, and
67 # Prerequisites of lib/fseeko.c.
/dports/security/libprelude/libprelude-1.2.6/libmissing/m4/
H A Dfseeko.m41 # fseeko.m4 serial 17
14 dnl Persuade glibc <stdio.h> to declare fseeko().
17 AC_CACHE_CHECK([for fseeko], [gl_cv_func_fseeko],
20 ]], [fseeko (stdin, 0, 0);])],
24 AC_CHECK_DECLS_ONCE([fseeko])
47 dnl Code shared by fseeko and ftello. Determine if large files are supported,
56 fseeko/ftello needlessly fail. This bug was fixed in 1.5.25, and
67 # Prerequisites of lib/fseeko.c.
/dports/mail/anubis/anubis-4.2/m4/
H A Dfseeko.m41 # fseeko.m4 serial 17
14 dnl Persuade glibc <stdio.h> to declare fseeko().
17 AC_CACHE_CHECK([for fseeko], [gl_cv_func_fseeko],
20 ]], [fseeko (stdin, 0, 0);])],
24 AC_CHECK_DECLS_ONCE([fseeko])
47 dnl Code shared by fseeko and ftello. Determine if large files are supported,
56 fseeko/ftello needlessly fail. This bug was fixed in 1.5.25, and
67 # Prerequisites of lib/fseeko.c.
/dports/deskutils/gcal/gcal-4.1/m4/
H A Dfseeko.m41 # fseeko.m4 serial 17
14 dnl Persuade glibc <stdio.h> to declare fseeko().
17 AC_CACHE_CHECK([for fseeko], [gl_cv_func_fseeko],
20 ]], [fseeko (stdin, 0, 0);])],
24 AC_CHECK_DECLS_ONCE([fseeko])
47 dnl Code shared by fseeko and ftello. Determine if large files are supported,
56 fseeko/ftello needlessly fail. This bug was fixed in 1.5.25, and
67 # Prerequisites of lib/fseeko.c.
/dports/devel/cssc/CSSC-1.4.1/m4/
H A Dfseeko.m41 # fseeko.m4 serial 17
14 dnl Persuade glibc <stdio.h> to declare fseeko().
17 AC_CACHE_CHECK([for fseeko], [gl_cv_func_fseeko],
20 ]], [fseeko (stdin, 0, 0);])],
24 AC_CHECK_DECLS_ONCE([fseeko])
47 dnl Code shared by fseeko and ftello. Determine if large files are supported,
56 fseeko/ftello needlessly fail. This bug was fixed in 1.5.25, and
67 # Prerequisites of lib/fseeko.c.
/dports/security/shishi/shishi-1.0.2/gl/m4/
H A Dfseeko.m41 # fseeko.m4 serial 16
14 dnl Persuade glibc <stdio.h> to declare fseeko().
17 AC_CACHE_CHECK([for fseeko], [gl_cv_func_fseeko],
20 ]], [fseeko (stdin, 0, 0);])],
24 AC_CHECK_DECLS_ONCE([fseeko])
47 dnl Code shared by fseeko and ftello. Determine if large files are supported,
56 fseeko/ftello needlessly fail. This bug was fixed in 1.5.25, and
67 # Prerequisites of lib/fseeko.c.
/dports/devel/gnulib/gnulib-20140202-stable/m4/
H A Dfseeko.m41 # fseeko.m4 serial 17
14 dnl Persuade glibc <stdio.h> to declare fseeko().
17 AC_CACHE_CHECK([for fseeko], [gl_cv_func_fseeko],
20 ]], [fseeko (stdin, 0, 0);])],
24 AC_CHECK_DECLS_ONCE([fseeko])
47 dnl Code shared by fseeko and ftello. Determine if large files are supported,
56 fseeko/ftello needlessly fail. This bug was fixed in 1.5.25, and
67 # Prerequisites of lib/fseeko.c.
/dports/security/oath-toolkit/oath-toolkit-2.6.2/pskctool/gl/m4/
H A Dfseeko.m41 # fseeko.m4 serial 17
14 dnl Persuade glibc <stdio.h> to declare fseeko().
17 AC_CACHE_CHECK([for fseeko], [gl_cv_func_fseeko],
20 ]], [fseeko (stdin, 0, 0);])],
24 AC_CHECK_DECLS_ONCE([fseeko])
47 dnl Code shared by fseeko and ftello. Determine if large files are supported,
56 fseeko/ftello needlessly fail. This bug was fixed in 1.5.25, and
67 # Prerequisites of lib/fseeko.c.
/dports/security/oath-toolkit/oath-toolkit-2.6.2/liboath/gl/m4/
H A Dfseeko.m41 # fseeko.m4 serial 17
14 dnl Persuade glibc <stdio.h> to declare fseeko().
17 AC_CACHE_CHECK([for fseeko], [gl_cv_func_fseeko],
20 ]], [fseeko (stdin, 0, 0);])],
24 AC_CHECK_DECLS_ONCE([fseeko])
47 dnl Code shared by fseeko and ftello. Determine if large files are supported,
56 fseeko/ftello needlessly fail. This bug was fixed in 1.5.25, and
67 # Prerequisites of lib/fseeko.c.
/dports/net/gnu-dico/dico-2.10/m4/
H A Dfseeko.m41 # fseeko.m4 serial 19
14 dnl Persuade glibc <stdio.h> to declare fseeko().
17 AC_CACHE_CHECK([for fseeko], [gl_cv_func_fseeko],
20 ]], [fseeko (stdin, 0, 0);])],
24 AC_CHECK_DECLS_ONCE([fseeko])
48 dnl Code shared by fseeko and ftello. Determine if large files are supported,
57 fseeko/ftello needlessly fail. This bug was fixed in 1.5.25, and
68 # Prerequisites of lib/fseeko.c.

12345678910>>...198