/openbsd/gnu/usr.bin/perl/cpan/Win32/t/ |
H A D | GetOSName.t | 7 # "2000 [Server]" => "Server" 8 # "{Home Server}" => "Windows Home Server" (prefixed with "Windows ") 83 # * Windows HPC Server 2008 (replacing Windows Compute Cluster Server 2003) 84 # * Windows Web Server 2008 (x86 and x86-64) 89 # * Windows Server 2008 Foundation 141 ["Server [Version 1709]", "Server", 2, 10, 0, 0x07, 2, 0, 16299], 142 ["Server [Version 1803]", "Server", 2, 10, 0, 0x07, 2, 0, 17134], 144 #["Server [Version 1809]", "Server", 2, 10, 0, 0x07, 2, 0, 17763], 145 ["Server [Version 1903]", "Server", 2, 10, 0, 0x07, 2, 0, 18362], 146 ["Server [Build 12345]", "Server", 2, 10, 0, 0x07, 2, 0, 12345], [all …]
|
/openbsd/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/ |
H A D | SimpleRemoteEPCServer.h | 89 auto Server = std::make_unique<SimpleRemoteEPCServer>(); in Create() local 90 Setup S(*Server); in Create() 96 if (!Server->ReportError) in Create() 97 Server->ReportError = [](Error Err) { in Create() 103 *Server, std::forward<TransportTCtorArgTs>(TransportTCtorArgs)...); in Create() 106 Server->T = std::move(*T); in Create() 107 if (auto Err = Server->T->start()) in Create() 111 Server->Services = std::move(S.services()); in Create() 112 Server->Services.push_back( in Create() 114 for (auto &Service : Server->Services) in Create() [all …]
|
/openbsd/gnu/llvm/llvm/tools/llvm-debuginfod/ |
H A D | llvm-debuginfod.cpp | 80 DebuginfodServer Server(Log, Collection); in main() local 83 Port = ExitOnErr(Server.Server.bind(HostInterface.c_str())); in main() 85 ExitOnErr(Server.Server.bind(Port, HostInterface.c_str())); in main() 89 Pool.async([&]() { ExitOnErr(Server.Server.listen()); }); in main()
|
/openbsd/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/ |
H A D | RemoteJITUtils.cpp | 167 addrinfo *Server; in connectTCPSocketImpl() local 168 for (Server = AI; Server != nullptr; Server = Server->ai_next) { in connectTCPSocketImpl() 175 if (connect(SockFD, Server->ai_addr, Server->ai_addrlen) == 0) in connectTCPSocketImpl() 183 if (Server == nullptr) in connectTCPSocketImpl()
|
/openbsd/gnu/llvm/llvm/lib/Debuginfod/ |
H A D | HTTPServer.cpp | 63 HTTPServer::HTTPServer() { Server = std::make_unique<httplib::Server>(); } in HTTPServer() 111 Server->Get(std::string(UrlPathPattern), in get() 121 if (!Server->bind_to_port(HostInterface, ListenPort)) in bind() 129 int ListenPort = Server->bind_to_any_port(HostInterface); in bind() 140 if (!Server->listen_after_bind()) in listen() 148 Server->stop(); in stop()
|
/openbsd/gnu/llvm/llvm/include/llvm/Debuginfod/ |
H A D | HTTPServer.h | 27 class Server; variable 91 std::unique_ptr<httplib::Server> Server; variable
|
/openbsd/regress/usr.sbin/relayd/ |
H A D | direct.pl | 24 use Server; 41 my $s = Server->new(
|
H A D | relayd.pl | 25 use Server; 45 $s = Server->new(
|
H A D | remote.pl | 27 use Server; 101 $s = Server->new(
|
/openbsd/regress/sys/kern/sosplice/tcp/ |
H A D | direct.pl | 24 use Server; 40 my $s = Server->new(
|
H A D | relay.pl | 25 use Server; 41 my $s = Server->new(
|
H A D | echo.pl | 25 use Server; 43 my $r = Server->new(
|
H A D | remote.pl | 27 use Server; 91 my $s = Server->new(
|
/openbsd/regress/sys/kern/sosplice/udp/ |
H A D | direct.pl | 24 use Server; 40 my $s = Server->new(
|
H A D | relay.pl | 25 use Server; 41 my $s = Server->new(
|
H A D | remote.pl | 27 use Server; 93 my $s = Server->new(
|
/openbsd/gnu/llvm/llvm/tools/lli/ChildTarget/ |
H A D | ChildTarget.cpp | 53 auto Server = in main() local 66 ExitOnErr(Server->waitForDisconnect()); in main()
|
/openbsd/gnu/usr.bin/perl/cpan/CPAN-Meta/t/data-test/ |
H A D | resources.yml | 24 HTTP::Server::Simple: 0.35 25 HTTP::Server::Simple::CGI: 0
|
/openbsd/gnu/usr.bin/perl/cpan/Sys-Syslog/t/ |
H A D | facilities-routing.t | 21 if POE::Component::Server::Syslog->VERSION < 1.14; 41 POE::Component::Server::Syslog->spawn(
|
/openbsd/gnu/llvm/llvm/tools/llvm-jitlink/llvm-jitlink-executor/ |
H A D | llvm-jitlink-executor.cpp | 159 auto Server = in main() local 175 ExitOnErr(Server->waitForDisconnect()); in main()
|
/openbsd/sys/dev/eisa/ |
H A D | eisadevs | 304 product CPQ 0601 ProSignia Server 305 product CPQ 0609 ProSignia Server 306 product CPQ 0611 ProSignia Server 309 product CPQ 0631 ProLiant 1000 Server 310 product CPQ 0639 ProLiant 1000 Server 317 product CPQ 1501 SYSTEMPRO/XL Server 318 product CPQ 1509 ProLiant 4000 Server 319 product CPQ 1519 ProLiant 2000 Server 350 product CPQ 7000 32-Bit Server Manager/R Board 351 product CPQ 7001 32-Bit Server Manager/R Board [all …]
|
/openbsd/regress/usr.sbin/syslogd/ |
H A D | syslogd.pl | 25 use Server; 62 $s ||= Server->new(
|
/openbsd/regress/usr.bin/doas/ |
H A D | master.passwd | 5 www:*:67:67::0:0:HTTP Server:/var/www:/sbin/nologin
|
/openbsd/regress/lib/libssl/certs/ |
H A D | server2-ecdsa.pem | 1 subject= CN = LibreSSL Test Server 2 ECDSA
|
H A D | server3-ecdsa.pem | 1 subject= CN = LibreSSL Test Server 3 ECDSA
|