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

12345678910

/openbsd-current/lib/libexpat/lib/
H A Dwinconfig.h42 #include <windows.h>
/openbsd-current/lib/libcrypto/arc4random/
H A Dgetentropy_win.c23 #include <windows.h>
34 * https://docs.microsoft.com/en-us/windows/win32/api/bcrypt/nf-bcrypt-bcryptgenrandom
H A Darc4random_win.h26 #include <windows.h>
/openbsd-current/gnu/llvm/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.
/openbsd-current/gnu/usr.bin/cvs/
H A Dcvsnt.mak161 # ADD CPP /nologo /W3 /GX /Ob1 /I "windows-NT" /I "lib" /I "src" /I "zlib" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "HAVE_CONFIG_H" /YX /c
163 CPP_PROJ=/nologo /ML /W3 /GX /Ob1 /I "windows-NT" /I "lib" /I "src" /I "zlib"\
423 # ADD CPP /nologo /W3 /Gm /GX /Zi /Ob1 /I "windows-NT" /I "lib" /I "src" /I "zlib" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "HAVE_CONFIG_H" /YX /c
425 CPP_PROJ=/nologo /MLd /W3 /Gm /GX /Zi /Ob1 /I "windows-NT" /I "lib" /I "src" /I\
593 ".\windows-NT\config.h"\
594 ".\windows-NT\options.h"\
596 ".\windows-NT\pwd.h"\
612 ".\windows-NT\ndir.h"\
631 ".\windows-NT\config.h"\
632 ".\windows
[all...]
/openbsd-current/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dlldbplatform.py11 windows, linux, macosx, darwin, ios, tvos, watchos, bridgeos, darwin_all, \
19 windows: ["windows"],
/openbsd-current/gnu/gcc/gcc/config/i386/
H A Dnetware-libgcc.c27 #include <windows.h>
/openbsd-current/usr.bin/tmux/
H A Dcmd-kill-window.c76 if (RB_PREV(winlinks, &s->windows, wl) == NULL &&
77 RB_NEXT(winlinks, &s->windows, wl) == NULL)
80 /* Kill all windows except the current one. */
83 RB_FOREACH(loop, winlinks, &s->windows) {
97 RB_FOREACH(loop, winlinks, &s->windows) {
H A Dsession.c128 RB_INIT(&s->windows);
226 while (!RB_EMPTY(&s->windows)) {
227 wl = RB_ROOT(&s->windows);
229 winlink_remove(&s->windows, wl);
342 if ((wl = winlink_add(&s->windows, idx)) == NULL) {
366 winlink_remove(&s->windows, wl);
370 if (RB_EMPTY(&s->windows))
426 wl = RB_MIN(winlinks, &s->windows);
457 wl = RB_MAX(winlinks, &s->windows);
470 wl = winlink_find_by_index(&s->windows, id
[all...]
H A Dcmd-kill-session.c25 * windows linked only to this session.
54 RB_FOREACH(wl, winlinks, &s->windows) {
/openbsd-current/gnu/llvm/lldb/include/lldb/Host/windows/
H A Dwindows.h1 //===-- windows.h -----------------------------------------------*- C++ -*-===//
19 #include <windows.h>
/openbsd-current/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerExtraCountersWindows.cpp15 #include <windows.h>
/openbsd-current/gnu/usr.bin/gcc/gcc/java/
H A Dwin32-host.c33 #include <windows.h>
/openbsd-current/sys/dev/sbus/
H A Dstp4020var.h58 bus_space_tag_t wintag; /* windows access tag */
61 } windows[STP4020_NWIN]; member in struct:stp4020_socket
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_dbghelp.h22 #include <windows.h>
/openbsd-current/gnu/llvm/llvm/lib/Support/
H A DInitLLVM.cpp53 ExitOnErr(errorCodeToError(windows::GetCommandLineArguments(Args, Alloc)));
H A DAtomic.cpp21 // We must include windows.h after intrin.h.
22 #include <windows.h>
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-PL2Bat/t/
H A Dmake_executable.t76 my $cmd_path = $ENV{ComSpec} || `where cmd`; # where doesn't seem to work on all windows versions
79 my @path_fallbacks = grep /\Q$ENV{SystemRoot}\E|system32|winnt|windows/i, split $Config{path_sep}, $ENV{PATH};
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20010408-1.c1 extern struct win *windows, *wtab[];
47 for (w = windows; w; w = w->w_next)
/openbsd-current/gnu/llvm/llvm/utils/lit/lit/
H A DLitTestCase.py42 windows = platform.system() == 'Windows'
54 isWindows=windows,
/openbsd-current/gnu/usr.bin/texinfo/info/
H A Dfootnotes.c42 for (win = windows; win; win = win->next)
60 text within this windows node. */
183 if (windows->next)
196 for (win = windows, last = windows; win; last = win, win = win->next);
248 if (fn_win && windows->next)
H A Dwindow.c1 /* window.c -- windows in Info.
36 /* The list of windows in Info. */
37 WINDOW *windows = NULL; variable
58 windows = xmalloc (sizeof (WINDOW));
59 active_window = windows;
65 /* None of these windows has a goal column yet. */
70 /* The active and echo_area windows are visible.
87 /* The echo area uses a different keymap than normal info windows. */
96 after deleting the window from our chain of windows. If DELETER is NULL,
121 /* Find out how many windows wil
[all...]
/openbsd-current/gnu/llvm/compiler-rt/lib/builtins/
H A Denable_execute_stack.c22 #include <windows.h>
/openbsd-current/gnu/llvm/lldb/tools/lldb-vscode/
H A DIOStream.h21 #include <windows.h>
/openbsd-current/gnu/llvm/lldb/packages/Python/lldbsuite/test/make/
H A Dthread.h17 #include <windows.h>

Completed in 216 milliseconds

12345678910