Searched refs:_LARGEFILE64_SOURCE (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dfeature_tests.h168 * _LARGEFILE64_SOURCE
177 * Requesting _LARGEFILE64_SOURCE implies requesting _LARGEFILE_SOURCE as
194 #undef _LARGEFILE64_SOURCE macro
195 #define _LARGEFILE64_SOURCE 1 macro
197 #if _LARGEFILE64_SOURCE - 0 == 1
/freebsd-11-stable/sys/contrib/zlib/
H A Dgzguts.h6 #ifdef _LARGEFILE64_SOURCE
140 #if !defined(_LARGEFILE64_SOURCE) || _LFS64_LARGEFILE-0 == 0
H A Dzconf.h460 /* 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 macro
474 # if defined(Z_HAVE_UNISTD_H) || defined(_LARGEFILE64_SOURCE)
489 #if defined(_LARGEFILE64_SOURCE) && defined(Z_LFS64)
H A Dzutil.h190 (!defined(_LARGEFILE64_SOURCE) || _LFS64_LARGEFILE-0 == 0)
H A Dgzlib.c14 #if defined(_LARGEFILE64_SOURCE) && _LFS64_LARGEFILE-0
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libcmdutils/
H A Dlibcmdutils.h41 !((_FILE_OFFSET_BITS == 64) || defined(_LARGEFILE64_SOURCE))
/freebsd-11-stable/contrib/apr/include/arch/unix/
H A Dapr_arch_file_io.h134 #if APR_HAS_LARGE_FILES && defined(_LARGEFILE64_SOURCE)
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_zlib.c68 #ifndef _LARGEFILE64_SOURCE
69 #define _LARGEFILE64_SOURCE 0 macro
/freebsd-11-stable/contrib/apr/file_io/unix/
H A Dopen.c154 #if APR_HAS_LARGE_FILES && defined(_LARGEFILE64_SOURCE)
/freebsd-11-stable/sys/contrib/zlib/test/
H A Dminigzip.c60 #if !defined(Z_HAVE_UNISTD_H) && !defined(_LARGEFILE64_SOURCE)
/freebsd-11-stable/contrib/gcclibs/libmudflap/
H A Dmf-hooks2.c50 #define _LARGEFILE64_SOURCE macro

Completed in 116 milliseconds