Searched refs:windows (Results 1 - 25 of 260) sorted by relevance

1234567891011

/freebsd-11-stable/crypto/heimdal/lib/heimdal/
H A Ddllmain.c32 #include<windows.h>
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIASupport.h24 // atlbase.h has to come before windows.h
26 #include <windows.h>
28 // DIA headers must come after windows headers.
/freebsd-11-stable/contrib/ntp/lib/isc/win32/
H A DDLLMain.c20 #include <windows.h>
H A Dos.c20 #include <windows.h>
H A Donce.c24 #include <windows.h>
H A Dwin32os.c20 #include <windows.h>
H A Dkeyboard.c24 #include <windows.h>
/freebsd-11-stable/contrib/gcclibs/libgomp/config/mingw32/
H A Dproc.c35 #include <windows.h>
/freebsd-11-stable/contrib/ncurses/ncurses/win32con/
H A Dgettimeofday.c33 #include <windows.h>
/freebsd-11-stable/contrib/gcc/config/i386/
H A Dnetware-libgcc.c27 #include <windows.h>
/freebsd-11-stable/contrib/xz/src/xz/
H A Dprivate.h33 # include <windows.h>
/freebsd-11-stable/contrib/ncurses/include/
H A Dnc_mingw.h46 #include <windows.h>
/freebsd-11-stable/contrib/ntp/lib/isc/win32/include/isc/
H A Dcondition.h23 #include <windows.h>
H A Dmutex.h24 #include <windows.h>
H A Ddir.h25 #include <windows.h>
H A Dthread.h23 #include <windows.h>
H A Dtime.h23 #include <windows.h>
/freebsd-11-stable/contrib/unbound/compat/
H A Dgetentropy_win.c23 #include <windows.h>
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_dbghelp.h22 #include <windows.h>
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DInitLLVM.cpp45 ExitOnErr(errorCodeToError(windows::GetCommandLineArguments(Args, Alloc)));
H A DAtomic.cpp21 // We must include windows.h after intrin.h.
22 #include <windows.h>
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DProgram.inc52 if (std::error_code EC = windows::UTF8ToUTF16(P, TmpPath))
60 if (std::error_code EC = windows::UTF8ToUTF16(Name, U16Name))
73 if (std::error_code EC = windows::UTF8ToUTF16(Ext, U16Ext))
83 windows::UTF8ToUTF16(Twine(Name + Ext).str(), U16NameExt))
101 windows::UTF16ToUTF8(U16Result.data(), U16Result.size(), U8Result))
151 if (windows::UTF8ToUTF16(fname, fnameUnicode))
202 if (std::error_code ec = windows::UTF8ToUTF16(E, EnvString)) {
274 if (std::error_code ec = windows::UTF8ToUTF16(Command, CommandUtf16)) {
483 if ((EC = windows::UTF8ToUTF16(Contents, ArgsUTF16)))
486 if ((EC = windows
[all...]
/freebsd-11-stable/contrib/ntp/sntp/libevent/include/
H A Devent.h64 #include <windows.h>
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Denable_execute_stack.c22 #include <windows.h>
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dlrealpath.c71 # include <windows.h> /* for GetFullPathName */

Completed in 287 milliseconds

1234567891011