Searched refs:IO (Results 101 - 125 of 227) sorted by relevance

12345678910

/netbsd-current/external/mpl/dhcp/dist/tests/DHCPv6/
H A D210-solicit-nohost.pl28 use IO::Select;
165 my @ready = IO::Select->new(\*SOCK)->can_read($timeout);
H A D283-release.pl28 use IO::Select;
142 my @ready = IO::Select->new(\*SOCK)->can_read($timeout);
H A D281-release-bad-address.pl28 use IO::Select;
140 my @ready = IO::Select->new(\*SOCK)->can_read($timeout);
H A D291-decline-bad-address.pl28 use IO::Select;
140 my @ready = IO::Select->new(\*SOCK)->can_read($timeout);
H A Dstubcli-opt-in-na.pl28 use IO::Select;
170 my @ready = IO::Select->new(\*SOCK)->can_read($timeout);
H A Dstubcli.pl28 use IO::Select;
165 my @ready = IO::Select->new(\*SOCK)->can_read($timeout);
H A D293-decline.pl28 use IO::Select;
142 my @ready = IO::Select->new(\*SOCK)->can_read($timeout);
H A D011-solicit-serverid.pl28 use IO::Select;
168 my @ready = IO::Select->new(\*SOCK)->can_read($timeout);
H A D032-request-badduid.pl28 use IO::Select;
169 my @ready = IO::Select->new(\*SOCK)->can_read($timeout);
H A D111-information-request-ia_ta.pl28 use IO::Select;
165 my @ready = IO::Select->new(\*SOCK)->can_read($timeout);
H A D110-information-request-ia_na.pl28 use IO::Select;
165 my @ready = IO::Select->new(\*SOCK)->can_read($timeout);
H A D031-request-noserverid.pl28 use IO::Select;
165 my @ready = IO::Select->new(\*SOCK)->can_read($timeout);
H A D010-solicit-noclientid.pl28 use IO::Select;
165 my @ready = IO::Select->new(\*SOCK)->can_read($timeout);
H A D030-request-noclientid.pl28 use IO::Select;
165 my @ready = IO::Select->new(\*SOCK)->can_read($timeout);
H A D112-badduid.pl28 use IO::Select;
161 my @ready = IO::Select->new(\*SOCK)->can_read($timeout);
/netbsd-current/external/mpl/bind/dist/bin/tests/system/serve-stale/ans2/
H A Dans.pl17 use IO::File;
18 use IO::Socket;
23 my $pidf = new IO::File "ans.pid", "w" or die "cannot open pid file: $!";
43 my $udpsock = IO::Socket::INET->new(LocalAddr => "$localaddr",
/netbsd-current/external/bsd/elftoolchain/dist/libelf/
H A Delf_errmsg.c52 DEFINE_ERROR(IO, "I/O error"),
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkResult.cpp182 // Defining YAML traits for IO.
221 static void mapping(IO &Io, exegesis::BenchmarkMeasure &Obj) {
235 static void enumeration(IO &Io,
286 static void mapping(IO &Io, exegesis::InstructionBenchmarkKey &Obj,
298 NormalizedBinary(IO &io) {}
299 NormalizedBinary(IO &, std::vector<uint8_t> &Data) : Binary(Data) {}
300 std::vector<uint8_t> denormalize(IO &) {
313 static void mapping(IO &Io, exegesis::InstructionBenchmark &Obj,
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DYAMLTraits.cpp36 // IO
39 IO::IO(void *Context) : Ctxt(Context) {} function in class:IO
41 IO::~IO() = default;
43 void *IO::getContext() const {
47 void IO::setContext(void *Context) {
51 void IO::setAllowUnknownKeys(bool Allow) {
61 : IO(Ctxt), Strm(new Stream(InputContent, SrcMgr, false, &EC)) {
69 : IO(Ctx
[all...]
/netbsd-current/bin/dd/
H A Ddd.c72 static void getfdtype(IO *);
73 static void redup_clean_fd(IO *);
77 IO in, out; /* input/output state */
317 getfdtype(IO *io)
341 redup_clean_fd(IO *io)
357 err(EXIT_FAILURE, "dupfd IO");
619 bwrite(IO *io, const void *buf, size_t len)
/netbsd-current/external/mpl/bind/dist/bin/tests/system/forward/ans6/
H A Dans.pl74 use IO::File;
75 use IO::Socket;
103 my $ctlsock = IO::Socket::INET->new(LocalAddr => "$server_addr",
106 my $udpsock = IO::Socket::INET->new(LocalAddr => "$server_addr",
109 my $tcpsock = IO::Socket::INET->new(LocalAddr => "$server_addr",
112 my $pidf = new IO::File "ans.pid", "w" or die "cannot open pid file: $!";
/netbsd-current/external/gpl2/xcvs/dist/doc/
H A Dmkman.pl30 use IO::File;
93 my $fh = new IO::File "< $file"
/netbsd-current/external/apache2/llvm/dist/clang/utils/analyzer/
H A DSATestUtils.py6 from typing import List, IO, Optional, Tuple namespace
132 def run_script(script_path: str, build_log_file: IO, cwd: str,
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dsigall.exp43 if { $thissig == "IO" } {
111 IO
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dsigall.exp43 if { $thissig == "IO" } {
111 IO

Completed in 173 milliseconds

12345678910