Home
last modified time | relevance | path

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

/external/curl/lib/
Dcurl_setup.h385 # if defined(_LARGE_FILES)
389 # if defined(_LP64) || defined(_LARGE_FILES)
393 # if defined(_LP64) || defined(_LARGE_FILES)
Dconfig-os400.h438 #define _LARGE_FILES macro
Dconfig-riscos.h400 #undef _LARGE_FILES
Dcurl_config.h.cmake1047 #cmakedefine _LARGE_FILES ${_LARGE_FILES}
Dcurl_config.h.in1108 #undef _LARGE_FILES
/external/ltp/testcases/kernel/io/disktest/
DMakefile.linux174 CFLAGS += -g -Wall -O -D"LINUX" -D"_THREAD_SAFE" -D"_GNU_SOURCE" -D"_LARGE_FILES" -D"_LARGEFILE64_S…
/external/libevent/
Devconfig-private.h.cmake23 #cmakedefine _LARGE_FILES 1
Devconfig-private.h.in30 #undef _LARGE_FILES
Dconfig.h.in523 #undef _LARGE_FILES
/external/lz4/programs/
Dplatform.h70 # define _LARGE_FILES /* Large file support on 32-bits AIX and HP-U… macro
/external/zstd/programs/
Dplatform.h62 # define _LARGE_FILES /* Large file support on 32-bits AIX and HP-UX */ macro
/external/curl/
Dlocal-configure.patch84 /* #undef _LARGE_FILES */
/external/google-breakpad/src/
Dconfig.h.in94 #undef _LARGE_FILES
/external/flac/
Dconfig.cmake.h.in221 #cmakedefine _LARGE_FILES
/external/zstd/contrib/seekable_format/
Dzstdseek_decompress.c22 # define _LARGE_FILES /* Large file support on 32-bits AIX and HP-U… macro
/external/libpcap/
Dconfig.h.in353 #undef _LARGE_FILES
Dcmakeconfig.h.in355 #cmakedefine _LARGE_FILES 1
/external/mtools/
Dconfig.h.in440 #undef _LARGE_FILES
Dconfigure4752 …{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >…
4753 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
/external/ImageMagick/config/
Dconfig.h.in1046 #undef _LARGE_FILES
/external/python/cpython2/
Dpyconfig.h.in1203 #undef _LARGE_FILES
Dconfigure.ac1817 AC_DEFINE(_LARGE_FILES, 1, definition
/external/python/cpython3/
Dpyconfig.h.in1589 #undef _LARGE_FILES
Dconfigure.ac2322 AC_DEFINE(_LARGE_FILES, 1, definition
/external/python/cpython3/Modules/
Dposixmodule.c10610 #if defined(_AIX) && defined(_LARGE_FILES) && !defined(__64BIT__)