Searched refs:Windows (Results 1 - 25 of 29) sorted by relevance

12

/freebsd-11-stable/contrib/dialog/samples/
H A Dmenubox1221 WIN NT:Microsoft Windows NT
H A Deditbox-utf824 ��������� ������ Microsoft Windows NT
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DThreading.inc1 //===- Windows/Threading.inc - Win32 Threading Implementation - -*- C++ -*-===//
16 #include "llvm/Support/Windows/WindowsSupport.h"
19 // Windows will at times define MemoryFence.
101 // "Name" is not an inherent property of a thread on Windows. In fact, when
H A DProcess.inc21 // The Windows.h header must be after LLVM and standard headers.
22 #include "llvm/Support/Windows/WindowsSupport.h"
95 // Windows does have the concept of core files, called minidumps. However,
103 // Windows also has modal pop-up message boxes. As this method is used by
476 // Windows 8 is version 6.2, service pack 0.
H A DDynamicLibrary.inc13 #include "llvm/Support/Windows/WindowsSupport.h"
29 // 'Process' should not be released on Windows.
72 // EnumProcessModules will fail on Windows 64 while some versions of
H A DSignals.inc25 // The Windows.h header must be after LLVM and standard headers.
26 #include "llvm/Support/Windows/WindowsSupport.h"
53 // method signatures were pulled from DbgHelp.h in the Windows Platform SDK,
201 // Windows creates a new thread to execute the console handler when an event
424 // exist on every version of Windows we support), we will bail out since
616 /// Find the Windows Registry Key for a given location.
630 /// Windows Registry key.
671 /// "DumpType" for a given Windows Registry key.
717 /// Write a Windows dump file containing process information that can be
739 // The Windows Registr
[all...]
H A DMemory.inc19 // The Windows.h header must be the last one included.
20 #include "llvm/Support/Windows/WindowsSupport.h"
24 // Contrary to what you might expect, the Windows page protection flags
48 // While we'd be happy to allocate single pages, the Windows allocation
H A DPath.inc1 //===- llvm/Support/Windows/Path.inc - Windows Path Impl --------*- C++ -*-===//
9 // This file implements the Windows specific implementation of the Path API.
14 //=== WARNING: Implementation here must contain only generic Windows code that
15 //=== is guaranteed to work on *all* Windows variants.
27 // after Windows.h to make sure it picks up our definition of _WIN32_WINNT
28 #include "llvm/Support/Windows/WindowsSupport.h"
760 // There are many Windows file attributes that are not to do with the file
899 // There is a Windows kernel bug, the exact trigger conditions of which
952 // Convert path to the format that Windows i
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/
H A DJSONCompilationDatabase.h60 enum class JSONCommandLineSyntax { Windows, Gnu, AutoDetect }; member in class:clang::tooling::JSONCommandLineSyntax
/freebsd-11-stable/crypto/openssl/crypto/perlasm/
H A Dx86asm.pl282 win32n - Windows 95/Windows NT NASM format
/freebsd-11-stable/contrib/llvm-project/clang/tools/driver/
H A Ddriver.cpp370 enum { Default, POSIX, Windows } RSPQuoting = Default; enumerator in enum:__anon942
375 RSPQuoting = Windows;
380 // clang-cl.exe on Windows.
384 if (RSPQuoting == Windows || (RSPQuoting == Default && ClangCLMode))
454 // Not having an additional process saves some execution time of Windows,
520 // On Windows, abort will return an exit code of 3. In these cases,
/freebsd-11-stable/usr.sbin/ndiscvt/
H A Dndisgen.sh39 echo " ------------------ Windows(r) driver converter -------------------"
47 echo " of converting a Windows(r) binary driver module and .INF"
68 echo " The NDIS compatibility system is designed to let you use Windows(r)"
72 echo " Standard, and refers to the programming model used to write Windows(r)"
76 echo " you need the Windows(r) driver that goes with it. Also, the driver"
79 echo " are both supported. Note that you cannot use a Windows/i386 driver"
80 echo " with FreeBSD/amd64: you must obtain a Windows/amd64 driver."
93 echo " card which contains Windows(r) drivers. The NDIS compatibility"
95 echo " Windows(r) releases, however it works best with drivers designed"
96 echo " for NDIS 5.0 or later. Drivers distributed for Windows 200
[all...]
/freebsd-11-stable/contrib/gdb/
H A Ddjunpack.bat4 Rem format, or else stock DOS/Windows shells will refuse to run it.
/freebsd-11-stable/contrib/sqlite3/
H A DMakefile.msc81 # Windows Phone 8.1.
151 # Set this non-0 to compile binaries suitable for the Windows 10 platform.
281 # the Windows platform.
306 # Always enable math functions on Windows
317 # the Windows 10 platform.
333 # When compiling for the Windows 10 platform, the PLATFORM macro must be set
428 # value will default to the 'lib' directory underneath the Windows
441 # underneath the Windows SDK installation directory.
615 # use of Win32 APIs that are specific to Windows 8 and/or WinRT.
624 # C compiler options for the Windows 1
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/
H A DJSONCompilationDatabase.cpp141 // Assume Windows command line parsing on Win32 unless the triple
145 Syntax = JSONCommandLineSyntax::Windows;
149 if (Syntax == JSONCommandLineSyntax::Windows) {
/freebsd-11-stable/crypto/openssl/util/
H A Dadd_cr.pl101 * 4. If you include any Windows specific code (or a derivative thereof) from
/freebsd-11-stable/crypto/openssl/crypto/bn/
H A Dbn_prime.pl69 * 4. If you include any Windows specific code (or a derivative thereof) from
/freebsd-11-stable/crypto/openssl/crypto/conf/
H A Dkeysets.pl91 * 4. If you include any Windows specific code (or a derivative thereof) from
/freebsd-11-stable/crypto/openssl/crypto/objects/
H A Dobj_dat.pl213 * 4. If you include any Windows specific code (or a derivative thereof) from
H A Dobjects.pl164 * 4. If you include any Windows specific code (or a derivative thereof) from
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dnmake.mak19 # Alternatively, see README-Windows.txt for information about binary
/freebsd-11-stable/sys/contrib/dev/acpica/include/
H A Dactbl1.h1558 UINT16 Windows; member in struct:acpi_nfit_control_region
1571 #define ACPI_NFIT_CONTROL_BUFFERED (1) /* Block Data Windows implementation is buffered */
1584 UINT16 Windows; member in struct:acpi_nfit_data_region
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp92 typedef std::vector<WindowSP> Windows; typedef in namespace:curses
465 Windows::iterator pos, end = m_subwindows.end();
494 Windows::iterator pos, end = m_subwindows.end();
506 for (Windows::iterator pos = m_subwindows.begin();
632 Windows subwindows(m_subwindows);
737 Windows m_subwindows;
/freebsd-11-stable/usr.sbin/acpi/acpidump/
H A Dacpi.c1301 printf("\tWindows=%u\n", (u_int)ctlreg->Windows);
1325 printf("\tWindows=%u\n", (u_int)datareg->Windows);
/freebsd-11-stable/sys/contrib/dev/acpica/common/
H A Ddmtbinfo.c2529 {ACPI_DMT_UINT16, ACPI_NFIT4_OFFSET (Windows), "Window Count", 0},
2536 {ACPI_DMT_FLAG0, ACPI_NFIT4_FLAG_OFFSET (Flags,0), "Windows buffered", 0},
2546 {ACPI_DMT_UINT16, ACPI_NFIT5_OFFSET (Windows), "Window Count", 0},
3378 * WAET - Windows ACPI Emulated devices Table
3494 * WPBT - Windows Platform Environment Table (ACPI 6.0)
3497 * Conforms to "Windows Platform Binary Table (WPBT)" 29 November 2011
3520 * WSMT - Windows SMM Security Migrations Table

Completed in 228 milliseconds

12