Home
last modified time | relevance | path

Searched refs:_LARGEFILE_SOURCE (Results 1 – 18 of 18) sorted by relevance

/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dfeature_tests.h198 #undef _LARGEFILE_SOURCE
199 #define _LARGEFILE_SOURCE 1 macro
/freebsd/sys/contrib/zstd/programs/
H A Dplatform.h59 # if !defined(_LARGEFILE_SOURCE) /* obsolete macro, replaced with _FILE_OFFSET_BI…
60 # define _LARGEFILE_SOURCE 1 /* Large File Support extension (LFS) - fseeko, … macro
/freebsd/sys/contrib/zlib/
H A Dgzguts.h7 # ifndef _LARGEFILE_SOURCE
8 # define _LARGEFILE_SOURCE 1 macro
H A DChangeLog477 - Set and check the value of _LARGEFILE_SOURCE and _LARGEFILE64_SOURCE
/freebsd/contrib/libpcap/cmake/Modules/
H A DFindFseeko.cmake60 # See if it's available with _LARGEFILE_SOURCE.
67 message(STATUS "Looking for fseeko support with _LARGEFILE_SOURCE - found")
71 message(STATUS "Looking for fseeko support with _LARGEFILE_SOURCE - not found")
/freebsd/sys/contrib/zstd/zlibWrapper/
H A Dgzguts.h11 # ifndef _LARGEFILE_SOURCE
12 # define _LARGEFILE_SOURCE 1 macro
/freebsd/contrib/lua/src/
H A Dlprefix.h26 #define _LARGEFILE_SOURCE 1 macro
/freebsd/lib/libunbound/
H A Dconfig.h1196 #if defined(OMITTED__D_LARGEFILE_SOURCE_1) && !defined(_LARGEFILE_SOURCE)
1197 #define _LARGEFILE_SOURCE 1 macro
/freebsd/sys/contrib/zstd/lib/dictBuilder/
H A Dzdict.c26 # ifndef _LARGEFILE_SOURCE
27 # define _LARGEFILE_SOURCE macro
/freebsd/contrib/libpcap/
H A Dcmakeconfig.h.in349 #cmakedefine _LARGEFILE_SOURCE 1
H A Dconfig.h.in353 #undef _LARGEFILE_SOURCE
/freebsd/contrib/unbound/
H A Dconfig.h.in1146 #undef _LARGEFILE_SOURCE
1262 #if defined(OMITTED__D_LARGEFILE_SOURCE_1) && !defined(_LARGEFILE_SOURCE)
1263 #define _LARGEFILE_SOURCE 1 macro
H A Dacx_nlnetlabs.m4871 dnl try to see if an additional _LARGEFILE_SOURCE 1 is needed to get fseeko
/freebsd/contrib/file/
H A Dconfig.h.in453 #undef _LARGEFILE_SOURCE
/freebsd/contrib/ldns/
H A Dacx_nlnetlabs.m4808 dnl try to see if an additional _LARGEFILE_SOURCE 1 is needed to get fseeko
/freebsd/sys/contrib/zstd/
H A DCHANGELOG100 build: Add Guards for `_LARGEFILE_SOURCE` and `_LARGEFILE64_SOURCE` (#2444, @indygreg)
/freebsd/contrib/sqlite3/
H A Dshell.c105 # define _LARGEFILE_SOURCE 1 macro
H A Dsqlite3.c208 # define _LARGEFILE_SOURCE 1 macro