Home
last modified time | relevance | path

Searched refs:_LARGEFILE64_SOURCE (Results 1 – 25 of 26) sorted by relevance

12

/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dfeature_tests.h194 #undef _LARGEFILE64_SOURCE
195 #define _LARGEFILE64_SOURCE 1 macro
197 #if _LARGEFILE64_SOURCE - 0 == 1
/freebsd-12.1/sys/contrib/zlib/
H A Dzconf.h466 #if defined(_LARGEFILE64_SOURCE) && -_LARGEFILE64_SOURCE - -1 == 1
467 # undef _LARGEFILE64_SOURCE
474 # if defined(Z_HAVE_UNISTD_H) || defined(_LARGEFILE64_SOURCE)
489 #if defined(_LARGEFILE64_SOURCE) && defined(Z_LFS64)
H A Dzconf.h.in460 /* a little trick to accommodate both "#define _LARGEFILE64_SOURCE" and
461 * "#define _LARGEFILE64_SOURCE 1" as requesting 64-bit operations, (even
463 * both "#undef _LARGEFILE64_SOURCE" and "#define _LARGEFILE64_SOURCE 0" as
466 #if defined(_LARGEFILE64_SOURCE) && -_LARGEFILE64_SOURCE - -1 == 1
467 # undef _LARGEFILE64_SOURCE
474 # if defined(Z_HAVE_UNISTD_H) || defined(_LARGEFILE64_SOURCE)
489 #if defined(_LARGEFILE64_SOURCE) && defined(Z_LFS64)
H A Dgzguts.h6 #ifdef _LARGEFILE64_SOURCE
140 #if !defined(_LARGEFILE64_SOURCE) || _LFS64_LARGEFILE-0 == 0
H A Dzutil.h190 (!defined(_LARGEFILE64_SOURCE) || _LFS64_LARGEFILE-0 == 0)
H A Dgzlib.c14 #if defined(_LARGEFILE64_SOURCE) && _LFS64_LARGEFILE-0
H A DChangeLog100 - Fix typos in the use of _LARGEFILE64_SOURCE in zconf.h
285 - Fix bug in zlib.h for _FILE_OFFSET_BITS set and _LARGEFILE64_SOURCE not
328 - Undefine _LARGEFILE64_SOURCE in zconf.h if it is zero, but not if empty
340 - Assume _LARGEFILE64_SOURCE defined is equivalent to true
374 - Set and check the value of _LARGEFILE_SOURCE and _LARGEFILE64_SOURCE
548 - Include sys/types.h for _LARGEFILE64_SOURCE [Brown]
564 _LARGEFILE64_SOURCE not defined
590 per the Large File Support Extension when _LARGEFILE64_SOURCE is
597 - Use off64_t and define _LARGEFILE64_SOURCE when present
/freebsd-12.1/sys/contrib/zstd/zlibWrapper/
H A Dgzguts.h10 #ifdef _LARGEFILE64_SOURCE
145 #if !defined(_LARGEFILE64_SOURCE) || _LFS64_LARGEFILE-0 == 0
H A Dgzlib.c14 #if defined(_LARGEFILE64_SOURCE) && _LFS64_LARGEFILE-0
/freebsd-12.1/contrib/libevent/test/
H A Dregress_zlib.c68 #ifndef _LARGEFILE64_SOURCE
69 #define _LARGEFILE64_SOURCE 0 macro
/freebsd-12.1/contrib/ntp/sntp/libevent/test/
H A Dregress_zlib.c68 #ifndef _LARGEFILE64_SOURCE
69 #define _LARGEFILE64_SOURCE 0 macro
/freebsd-12.1/cddl/contrib/opensolaris/lib/libcmdutils/
H A Dlibcmdutils.h41 !((_FILE_OFFSET_BITS == 64) || defined(_LARGEFILE64_SOURCE))
/freebsd-12.1/contrib/apr/include/arch/unix/
H A Dapr_arch_file_io.h134 #if APR_HAS_LARGE_FILES && defined(_LARGEFILE64_SOURCE)
/freebsd-12.1/contrib/binutils/bfd/
H A Dconfigure.host23 # visible when _LARGEFILE64_SOURCE is defined.
/freebsd-12.1/contrib/binutils/binutils/
H A Dconfigure.in94 # Check whether fopen64 is available and whether _LARGEFILE64_SOURCE
128 AC_DEFINE([_LARGEFILE64_SOURCE], 1,
H A Dconfig.in209 #undef _LARGEFILE64_SOURCE
H A DChangeLog-0001128 Check for fopen64 and whether _LARGEFILE64_SOURCE needs to
/freebsd-12.1/contrib/apr/file_io/unix/
H A Dopen.c154 #if APR_HAS_LARGE_FILES && defined(_LARGEFILE64_SOURCE) in apr_file_open()
/freebsd-12.1/sys/contrib/zlib/test/
H A Dminigzip.c60 #if !defined(Z_HAVE_UNISTD_H) && !defined(_LARGEFILE64_SOURCE)
/freebsd-12.1/sys/contrib/zstd/zlibWrapper/examples/
H A Dminigzip.c63 #if !defined(Z_HAVE_UNISTD_H) && !defined(_LARGEFILE64_SOURCE)
/freebsd-12.1/sys/contrib/zstd/lib/dictBuilder/
H A Dzdict.c28 # define _LARGEFILE64_SOURCE macro
/freebsd-12.1/contrib/gcclibs/libmudflap/
H A Dmf-hooks2.c50 #define _LARGEFILE64_SOURCE macro
/freebsd-12.1/contrib/sqlite3/tea/tclconfig/
H A Dtcl.m42695 # _LARGEFILE64_SOURCE
2717 TEA_TCL_EARLY_FLAG(_LARGEFILE64_SOURCE,[#include <sys/stat.h>],
/freebsd-12.1/contrib/apr/
H A Dconfigure.in1888 # Regardless of whether _LARGEFILE64_SOURCE is used, on some
/freebsd-12.1/contrib/libstdc++/
H A DChangeLog-2000954 _XOPEN_SOURCE, _LARGEFILE64_SOURCE, __EXTENSIONS__, __off_t,
2655 Conditionally define _LARGEFILE64_SOURCE, otherwise the 64-bit types

12