Home
last modified time | relevance | path

Searched refs:_FILE_OFFSET_BITS (Results 1 – 12 of 12) sorted by relevance

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/
H A Dfile_common.h40 #ifndef _FILE_OFFSET_BITS
41 #define _FILE_OFFSET_BITS 64 macro
/f-stack/freebsd/contrib/zlib/
H A Dgzguts.h10 # ifdef _FILE_OFFSET_BITS
11 # undef _FILE_OFFSET_BITS
H A Dzconf.h499 #if defined(_FILE_OFFSET_BITS) && _FILE_OFFSET_BITS-0 == 64 && defined(Z_LFS64)
516 #ifndef _FILE_OFFSET_BITS
517 #define _FILE_OFFSET_BITS 64 macro
H A Dzconf.h.in493 #if defined(_FILE_OFFSET_BITS) && _FILE_OFFSET_BITS-0 == 64 && defined(Z_LFS64)
H A DChangeLog285 - Fix bug in zlib.h for _FILE_OFFSET_BITS set and _LARGEFILE64_SOURCE not
360 - Add +0 to _FILE_OFFSET_BITS and _LFS64_LARGEFILE in case not defined
530 - Add _FILE_OFFSET_BITS=64 test to make test (when applicable)
539 - Protect against _FILE_OFFSET_BITS being defined when compiling zlib
563 - Prototype the *64 functions in zlib.h when _FILE_OFFSET_BITS == 64, but
591 defined; use the 64-bit versions by default when _FILE_OFFSET_BITS
/f-stack/freebsd/contrib/zstd/programs/
H A Dplatform.h55 # if !defined(_FILE_OFFSET_BITS)
56 # define _FILE_OFFSET_BITS 64 /* turn off_t into a 64-bit type for ftello, fse… macro
/f-stack/freebsd/contrib/zstd/zlibWrapper/
H A Dgzguts.h14 # ifdef _FILE_OFFSET_BITS
15 # undef _FILE_OFFSET_BITS
/f-stack/app/redis-5.0.5/src/
H A Dfmacros.h59 #define _FILE_OFFSET_BITS 64 macro
/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_solaris_config.h16 #define _FILE_OFFSET_BITS 64 /* must be before <sys/types.h> */ macro
H A Dngx_linux_config.h16 #define _FILE_OFFSET_BITS 64 macro
H A Dngx_posix_config.h28 #define _FILE_OFFSET_BITS 64 macro
/f-stack/freebsd/contrib/zstd/lib/dictBuilder/
H A Dzdict.c24 #define _FILE_OFFSET_BITS 64 macro