Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Dzconf.h62 #if defined(__MSDOS__) && !defined(MSDOS)
63 # define MSDOS macro
76 #if (defined(MSDOS) || defined(OS2) || defined(WINDOWS)) && !defined(WIN32)
91 #ifdef MSDOS
111 #if !defined(STDC) && (defined(MSDOS) || defined(WINDOWS) || defined(WIN32))
Dzconf.in.h62 #if defined(__MSDOS__) && !defined(MSDOS)
63 # define MSDOS macro
76 #if (defined(MSDOS) || defined(OS2) || defined(WINDOWS)) && !defined(WIN32)
91 #ifdef MSDOS
111 #if !defined(STDC) && (defined(MSDOS) || defined(WINDOWS) || defined(WIN32))
Dzutil.h97 #if defined(MSDOS) || (defined(WINDOWS) && !defined(WIN32))
197 # ifdef MSDOS
DINDEX13 msdos/ makefiles for MSDOS
DChangeLog247 - In Windows16, OS_CODE is 0, as in MSDOS [Truta]
408 - fix a problem in contrib/minizip/zip.c for 16-bit MSDOS (Gilles Vollant)
444 - use default value of 4K for Z_BUFSIZE for 16-bit MSDOS (Tim Wegner + Glenn)
550 - move MSDOS or Windows specific files to directory msdos
579 - Use default memcpy for Symantec MSDOS compiler.
629 - use z_streamp instead of z_stream *, which is now a far pointer in MSDOS
642 - fixed declarations using Bytef in infutil.c (pb with MSDOS medium model)
652 - fix MSDOS medium model which was broken in 0.99
732 - fix MSDOS small and medium model (now easier to adapt to any compiler)
742 - support MSDOS medium model
[all …]
Dminigzip.c32 #if defined(MSDOS) || defined(OS2) || defined(WIN32) || defined(__CYGWIN__)
DREADME19 machines. For Unix: "./configure; make test; make install". For MSDOS, use one
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Dzconf.h155 #if defined(__MSDOS__) && !defined(MSDOS)
156 # define MSDOS macro
169 #if (defined(MSDOS) || defined(OS2) || defined(WINDOWS)) && !defined(WIN32)
184 #ifdef MSDOS
204 #if !defined(STDC) && (defined(MSDOS) || defined(WINDOWS) || defined(WIN32))
Dgzguts.h61 #if defined(MSDOS) && defined(__BORLANDC__) && (BORLANDC > 0x410)
68 # ifdef MSDOS
Dzutil.h83 #if defined(MSDOS) || (defined(WINDOWS) && !defined(WIN32))
164 #if defined(__BORLANDC__) && !defined(MSDOS)
DINDEX26 msdos/ makefiles for MSDOS
DChangeLog864 - In Windows16, OS_CODE is 0, as in MSDOS [Truta]
1025 - fix a problem in contrib/minizip/zip.c for 16-bit MSDOS (Gilles Vollant)
1061 - use default value of 4K for Z_BUFSIZE for 16-bit MSDOS (Tim Wegner + Glenn)
1167 - move MSDOS or Windows specific files to directory msdos
1196 - Use default memcpy for Symantec MSDOS compiler.
1246 - use z_streamp instead of z_stream *, which is now a far pointer in MSDOS
1259 - fixed declarations using Bytef in infutil.c (pb with MSDOS medium model)
1269 - fix MSDOS medium model which was broken in 0.99
1349 - fix MSDOS small and medium model (now easier to adapt to any compiler)
1359 - support MSDOS medium model
[all …]
Dminigzip.c32 #if defined(MSDOS) || defined(OS2) || defined(WIN32) || defined(__CYGWIN__)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/zlib/
Dgzguts.h67 #if defined(MSDOS) && defined(__BORLANDC__) && (BORLANDC > 0x410)
74 # ifdef MSDOS
Dzutil.h86 #if defined(MSDOS) || (defined(WINDOWS) && !defined(WIN32))
167 #if defined(__BORLANDC__) && !defined(MSDOS)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/zlib/
Dzutil.h97 #if defined(MSDOS) || (defined(WINDOWS) && !defined(WIN32))
197 # ifdef MSDOS
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
Dintrcheck.c35 #if defined(MSDOS) && !defined(QUICKWIN)
/device/linaro/bootloader/edk2/CryptoPkg/Library/OpensslLib/
DEDKII_openssl-1.0.2e.patch681 # define MSDOS
684 -# if defined(MSDOS) && !defined(GETPID_IS_MEANINGLESS)
685 +# if (defined(MSDOS) || defined(OPENSSL_SYS_UEFI)) && !defined(GETPID_IS_MEANINGLESS)