HomeSort by: relevance | last modified time | path
    Searched refs:Win32 (Results 1 - 25 of 90) sorted by relevancy

1 2 3 4

  /src/crypto/external/bsd/openssl.old/dist/test/recipes/
80-test_pkcs12.t 25 if (eval { require Win32::API; 1; }) {
26 # Trouble is that Win32 perl uses CreateProcessA, which
33 Win32::API->Import("kernel32","UINT GetSystemDefaultLCID()");
38 Win32::API->Import("kernel32","UINT GetConsoleOutputCP()");
39 Win32::API->Import("kernel32","BOOL SetConsoleOutputCP(UINT cp)");
45 plan skip_all => "Win32::API unavailable";
  /src/external/gpl2/xcvs/dist/diff/
libdiff.mak 3 CFG=libdiff - Win32 Debug
4 !MESSAGE No configuration specified. Defaulting to libdiff - Win32 Debug.
7 !IF "$(CFG)" != "libdiff - Win32 Release" && "$(CFG)" != "libdiff - Win32 Debug"
12 !MESSAGE NMAKE /f "libdiff.mak" CFG="libdiff - Win32 Debug"
16 !MESSAGE "libdiff - Win32 Release" (based on "Win32 (x86) Static Library")
17 !MESSAGE "libdiff - Win32 Debug" (based on "Win32 (x86) Static Library")
28 !IF "$(CFG)" == "libdiff - Win32 Release
    [all...]
  /src/sys/external/isc/libsodium/dist/builds/msvc/build/
buildbase.bat 19 msbuild /m /v:n /p:Configuration=DynDebug /p:Platform=Win32 %solution% >> %log%
22 msbuild /m /v:n /p:Configuration=DynRelease /p:Platform=Win32 %solution% >> %log%
25 msbuild /m /v:n /p:Configuration=LtcgDebug /p:Platform=Win32 %solution% >> %log%
28 msbuild /m /v:n /p:Configuration=LtcgRelease /p:Platform=Win32 %solution% >> %log%
31 msbuild /m /v:n /p:Configuration=StaticDebug /p:Platform=Win32 %solution% >> %log%
34 msbuild /m /v:n /p:Configuration=StaticRelease /p:Platform=Win32 %solution% >> %log%
  /src/crypto/external/bsd/openssl/dist/test/recipes/
80-test_pkcs12.t 22 if (eval { require Win32::API; 1; }) {
23 # Trouble is that Win32 perl uses CreateProcessA, which
30 Win32::API->Import("kernel32","UINT GetSystemDefaultLCID()");
35 Win32::API->Import("kernel32","UINT GetConsoleOutputCP()");
36 Win32::API->Import("kernel32","BOOL SetConsoleOutputCP(UINT cp)");
42 plan skip_all => "Win32::API unavailable";
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/
deh.d 5 * DWARF, Win32, and Win64. The Win64 code also supports POSIX.
11 * or `_d_throwc` (Win32 / Win64), with the `Exception` object as argument.
57 else version (Win32)
  /src/external/gpl2/xcvs/dist/lib/
libcvs.mak 3 CFG=libcvs - Win32 Debug
4 !MESSAGE No configuration specified. Defaulting to libcvs - Win32 Debug.
7 !IF "$(CFG)" != "libcvs - Win32 Release" && "$(CFG)" != "libcvs - Win32 Debug"
12 !MESSAGE NMAKE /f "libcvs.mak" CFG="libcvs - Win32 Debug"
16 !MESSAGE "libcvs - Win32 Release" (based on "Win32 (x86) Static Library")
17 !MESSAGE "libcvs - Win32 Debug" (based on "Win32 (x86) Static Library")
28 !IF "$(CFG)" == "libcvs - Win32 Release
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/Configurations/
unix-Makefile.tmpl 206 use File::Spec::Win32;
209 File::Spec::Win32->canonpath($config{prefix}
212 File::Spec::Win32->splitpath($prefix, 1);
216 INSTALLTOP_dir={- my $x = File::Spec::Win32->canonpath($prefix_dir);
228 use File::Spec::Win32;
231 (File::Spec::Win32->file_name_is_absolute($config{openssldir}) ?
232 File::Spec::Win32->canonpath($config{openssldir})
233 : File::Spec::Win32->catdir($prefix, $config{openssldir}))
234 : File::Spec::Win32->canonpath("$mingw_commonroot/SSL");
236 File::Spec::Win32->splitpath($openssldir, 1)
    [all...]
  /src/crypto/external/apache2/openssl/dist/test/recipes/
80-test_pkcs12.t 22 if (eval { require Win32::API; 1; }) {
23 # Trouble is that Win32 perl uses CreateProcessA, which
30 Win32::API->Import("kernel32","UINT GetSystemDefaultLCID()");
35 Win32::API->Import("kernel32","UINT GetConsoleOutputCP()");
36 Win32::API->Import("kernel32","BOOL SetConsoleOutputCP(UINT cp)");
42 plan skip_all => "Win32::API unavailable";
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/
gthread.d 87 else static if (GNU_Thread_Model == ThreadModel.Win32)
  /src/external/mit/xorg/share/cf/
Makefile 12 Threads.tmpl Win32.cf Win32.rules WinLib.tmpl X11.rules \
  /src/external/apache2/llvm/dist/llvm/tools/msbuild/
install.bat 35 ECHO Installing Win32 Platform Toolset
36 SET PlatformToolsets=%VCTargets%\Platforms\Win32\PlatformToolsets
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
dll.d 34 version (Win32)
65 version (Win32)
232 } // Win32
250 // https://www.geoffchappell.com/studies/windows/win32/ntdll/structs/ldr_data_table_entry.htm
339 else version (Win32)
429 else version (Win32)
457 version (Win32)
492 else version (Win32)
  /src/crypto/external/bsd/openssl/dist/util/perl/TLSProxy/
Proxy.pm 276 if (eval { require Win32::Process; 1; }) {
277 if (Win32::Process::Create(my $h, $^X, "perl -ne print", 0, 0, ".")) {
281 $error = Win32::FormatMessage(Win32::GetLastError());
  /src/crypto/external/bsd/openssl.old/dist/util/perl/TLSProxy/
Proxy.pm 275 if (eval { require Win32::Process; 1; }) {
276 if (Win32::Process::Create(my $h, $^X, "perl -ne print", 0, 0, ".")) {
280 $error = Win32::FormatMessage(Win32::GetLastError());
  /src/sys/external/isc/libsodium/dist/test/default/
wintest.bat 16 if "%2" == "x64" (SET ARCH=x64) else (SET ARCH=Win32)
  /src/crypto/external/apache2/openssl/dist/util/perl/TLSProxy/
Proxy.pm 382 if (eval { require Win32::Process; 1; }) {
383 if (Win32::Process::Create(my $h, $^X, "perl -ne print", 0, 0, ".")) {
387 $error = Win32::FormatMessage(Win32::GetLastError());
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
dirent.c 43 #error Only implemented for Win32
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
InitHeaderSearch.cpp 233 case llvm::Triple::Win32:
321 case llvm::Triple::Win32:
388 case llvm::Triple::Win32:
433 case llvm::Triple::Win32:
  /src/common/dist/zlib/contrib/delphi/
zlibd32.mak 2 # For use with Delphi and C++ Builder under Win32
  /src/common/dist/zlib/contrib/pascal/
zlibd32.mak 2 # For use with Delphi and C++ Builder under Win32
  /src/external/bsd/zstd/dist/build/VS_scripts/
build.generic.cmd 23 echo msbuild_platform: Platform (x64 or Win32)
  /src/external/gpl3/binutils/dist/zlib/contrib/delphi/
zlibd32.mak 2 # For use with Delphi and C++ Builder under Win32
  /src/external/gpl3/binutils/dist/zlib/contrib/pascal/
zlibd32.mak 2 # For use with Delphi and C++ Builder under Win32
  /src/external/gpl3/binutils.old/dist/zlib/contrib/delphi/
zlibd32.mak 2 # For use with Delphi and C++ Builder under Win32
  /src/external/gpl3/binutils.old/dist/zlib/contrib/pascal/
zlibd32.mak 2 # For use with Delphi and C++ Builder under Win32

Completed in 37 milliseconds

1 2 3 4