Home
last modified time | relevance | path

Searched refs:_FILE_OFFSET_BITS (Results 1 - 25 of 43) sorted by relevance

12

/third_party/curl/lib/
H A Dconfig-win32.h422 # ifndef _FILE_OFFSET_BITS
423 # define _FILE_OFFSET_BITS 64 macro
433 defined(_FILE_OFFSET_BITS) && (_FILE_OFFSET_BITS == 64)
H A Dconfig-os400.h246 #undef _FILE_OFFSET_BITS macro
H A Dconfig-riscos.h221 #undef _FILE_OFFSET_BITS macro
/third_party/libwebsockets/win32port/zlib/
H A Dgzguts.h10 # ifdef _FILE_OFFSET_BITS
11 # undef _FILE_OFFSET_BITS macro
/third_party/node/deps/openssl/openssl/crypto/
H A Do_fopen.c23 # ifndef _FILE_OFFSET_BITS
24 # define _FILE_OFFSET_BITS 64 macro
/third_party/openssl/crypto/
H A Do_fopen.c23 # ifndef _FILE_OFFSET_BITS
24 # define _FILE_OFFSET_BITS 64 macro
/third_party/curl/CMake/
H A DCurlTests.c149 #ifdef _FILE_OFFSET_BITS
150 #undef _FILE_OFFSET_BITS macro
152 #define _FILE_OFFSET_BITS 64 macro
/third_party/f2fs-tools/mkfs/
H A Df2fs_format_utils.c19 #ifndef _FILE_OFFSET_BITS
20 #define _FILE_OFFSET_BITS 64 macro
/third_party/node/deps/v8/third_party/zlib/
H A Dgzguts.h10 # ifdef _FILE_OFFSET_BITS
11 # undef _FILE_OFFSET_BITS macro
H A Dzconf.h508 #if defined(_FILE_OFFSET_BITS) && _FILE_OFFSET_BITS-0 == 64 && defined(Z_LFS64)
/third_party/lz4/programs/
H A Dplatform.h63 # if !defined(_FILE_OFFSET_BITS)
64 # define _FILE_OFFSET_BITS 64 /* turn off_t into a 64-bit type for ftello, fseeko */ macro
66 # if !defined(_LARGEFILE_SOURCE) /* obsolete macro, replaced with _FILE_OFFSET_BITS */
/third_party/skia/third_party/externals/zlib/
H A Dgzguts.h10 # ifdef _FILE_OFFSET_BITS
11 # undef _FILE_OFFSET_BITS macro
H A Dzconf.h508 #if defined(_FILE_OFFSET_BITS) && _FILE_OFFSET_BITS-0 == 64 && defined(Z_LFS64)
/third_party/popt/src/
H A Dconfig.h138 #define _FILE_OFFSET_BITS 64 macro
/third_party/ntfs-3g/include/fuse-lite/
H A Dfuse_common.h36 #if defined(__SOLARIS__) && !defined(__x86_64__) && (_FILE_OFFSET_BITS != 64)
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/
H A D31-1.c23 #define _FILE_OFFSET_BITS 64 macro
/third_party/tzdata/
H A Dprivate.h161 On these platforms _FILE_OFFSET_BITS must also be 64; otherwise
163 otherwise rely on _FILE_OFFSET_BITS being 64, since it does not
165 #ifndef _FILE_OFFSET_BITS
166 # define _FILE_OFFSET_BITS 64 macro
168 #if !defined _TIME_BITS && _FILE_OFFSET_BITS == 64
/third_party/node/deps/zlib/
H A Dzconf.h525 #if defined(_FILE_OFFSET_BITS) && _FILE_OFFSET_BITS-0 == 64 && defined(Z_LFS64)
H A Dgzguts.h10 # undef _FILE_OFFSET_BITS macro
/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dbss_file.c23 # ifndef _FILE_OFFSET_BITS
24 # define _FILE_OFFSET_BITS 64 macro
/third_party/openssl/crypto/bio/
H A Dbss_file.c23 # ifndef _FILE_OFFSET_BITS
24 # define _FILE_OFFSET_BITS 64 macro
/third_party/zlib/
H A Dzconf.h502 #if defined(_FILE_OFFSET_BITS) && _FILE_OFFSET_BITS-0 == 64 && defined(Z_LFS64)
/third_party/libuv/src/unix/
H A Dsunos.c53 #if (!defined(_LP64)) && (_FILE_OFFSET_BITS - 0 == 64)
55 #undef _FILE_OFFSET_BITS macro
63 #define _FILE_OFFSET_BITS 64 macro
/third_party/node/deps/uv/src/unix/
H A Dsunos.c53 #if (!defined(_LP64)) && (_FILE_OFFSET_BITS - 0 == 64)
55 #undef _FILE_OFFSET_BITS macro
63 #define _FILE_OFFSET_BITS 64 macro
/third_party/ltp/testcases/kernel/syscalls/fallocate/
H A Dfallocate02.c79 #if defined(TST_ABI64) || _FILE_OFFSET_BITS == 64

Completed in 20 milliseconds

12