Searched refs:IO (Results 76 - 100 of 227) sorted by relevance

12345678910

/netbsd-current/external/mpl/bind/dist/bin/tests/system/reclimit/ans4/
H A Dans.pl17 use IO::File;
18 use IO::Socket;
30 my $udpsock = IO::Socket::INET->new(LocalAddr => "$localaddr",
33 my $pidf = new IO::File "ans.pid", "w" or die "cannot open pid file: $!";
/netbsd-current/external/gpl3/gdb.old/dist/sim/mips/
H A Dcp1.h65 #define IO 4 /* V: Invalid Operation */ macro
/netbsd-current/external/gpl3/gdb/dist/sim/mips/
H A Dcp1.h71 #define IO 4 /* V: Invalid Operation */ macro
/netbsd-current/external/mpl/bind/dist/bin/tests/system/resolver/ans2/
H A Dans.pl18 use IO::File;
19 use IO::Socket;
26 my $sock = IO::Socket::INET->new(LocalAddr => "10.53.0.2",
29 my $pidf = new IO::File "ans.pid", "w" or die "cannot open pid file: $!";
/netbsd-current/crypto/external/bsd/openssl.old/dist/util/perl/TLSProxy/
H A DProxy.pm14 use IO::Socket;
15 use IO::Select;
32 # IO::Socket::IP is on the core module list, IO::Socket::INET6 isn't.
33 # However, IO::Socket::INET6 is older and is said to be more widely
36 # fall back to IO::Socket::INET, only supports IPv4.
38 require IO::Socket::INET6;
39 my $s = IO::Socket::INET6->new(
48 $IP_factory = sub { IO::Socket::INET6->new(Domain => AF_INET6, @_); };
52 require IO
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/util/perl/TLSProxy/
H A DProxy.pm14 use IO::Socket;
15 use IO::Select;
32 # IO::Socket::IP is on the core module list, IO::Socket::INET6 isn't.
33 # However, IO::Socket::INET6 is older and is said to be more widely
36 # fall back to IO::Socket::INET, only supports IPv4.
38 require IO::Socket::INET6;
39 my $s = IO::Socket::INET6->new(
48 $IP_factory = sub { IO::Socket::INET6->new(Domain => AF_INET6, @_); };
52 require IO
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/TextAPI/
H A DTextStubCommon.h40 static void enumeration(IO &, MachO::ObjCConstraintType &);
50 static void bitset(IO &, MachO::ArchitectureSet &);
/netbsd-current/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A DDebugMap.h82 /// For YAML IO support.
149 /// For YAML IO support
234 static void mapping(IO &io,
241 static void mapping(IO &io, dsymutil::DebugMapObject &DMO);
253 size(IO &io, std::vector<std::unique_ptr<dsymutil::DebugMapObject>> &seq);
255 element(IO &, std::vector<std::unique_ptr<dsymutil::DebugMapObject>> &seq,
260 static void mapping(IO &io, dsymutil::DebugMap &DM);
264 static void mapping(IO &io, std::unique_ptr<dsymutil::DebugMap> &DM);
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp318 static void mapping(IO &IO, TaintConfig &Config) { argument
319 IO.mapOptional("Propagations", Config.Propagations);
320 IO.mapOptional("Filters", Config.Filters);
321 IO.mapOptional("Sinks", Config.Sinks);
326 static void mapping(IO &IO, TaintConfig::Propagation &Propagation) { argument
327 IO.mapRequired("Name", Propagation.Name);
328 IO.mapOptional("Scope", Propagation.Scope);
329 IO
339 enumeration(IO &IO, GenericTaintChecker::VariadicType &Value) argument
347 mapping(IO &IO, TaintConfig::NameScopeArgs &NSA) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DAMDGPUMetadata.cpp29 static void enumeration(IO &YIO, AccessQualifier &EN) {
39 static void enumeration(IO &YIO, AddressSpaceQualifier &EN) {
51 static void enumeration(IO &YIO, ValueKind &EN) {
75 static void enumeration(IO &YIO, ValueType &EN) {
93 static void mapping(IO &YIO, Kernel::Attrs::Metadata &MD) {
107 static void mapping(IO &YIO, Kernel::Arg::Metadata &MD) {
135 static void mapping(IO &YIO, Kernel::CodeProps::Metadata &MD) {
165 static void mapping(IO &YIO, Kernel::DebugProps::Metadata &MD) {
181 static void mapping(IO &YIO, Kernel::Metadata &MD) {
200 static void mapping(IO
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DYAMLTraits.h55 /// static void mapping(IO &io, MyStruct &s) {
64 // static void mapping(IO &io, T &fields);
66 // static std::string validate(IO &io, T &fields);
77 /// static void mapping(IO &io, MyStruct &s, MyContext &c) {
86 // static void mapping(IO &io, T &fields, Context &Ctx);
88 // static std::string validate(IO &io, T &fields, Context &Ctx);
100 /// static void enumeration(IO &io, Colors &value) {
108 // static void enumeration(IO &io, T &value);
116 /// static void bitset(IO &io, MyFlags &value) {
124 // static void bitset(IO
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/tools/clang-rename/
H A DClangRename.cpp56 static void mapping(IO &IO, RenameAllInfo &Info) { argument
57 IO.mapOptional("Offset", Info.Offset);
58 IO.mapOptional("QualifiedName", Info.QualifiedName);
59 IO.mapRequired("NewName", Info.NewName);
/netbsd-current/external/mpl/bind/dist/bin/tests/system/upforwd/ans4/
H A Dans.pl61 use IO::File;
62 use IO::Socket;
79 my $udpsock = IO::Socket::INET->new(LocalAddr => "$server_addr",
82 my $tcpsock = IO::Socket::INET->new(LocalAddr => "$server_addr",
87 my $pidf = new IO::File "ans.pid", "w" or die "cannot open pid file: $!";
/netbsd-current/external/bsd/elftoolchain/dist/libelf/
H A Dlibelf_open.c94 LIBELF_SET_ERROR(IO, errno);
144 LIBELF_SET_ERROR(IO, errno);
221 LIBELF_SET_ERROR(IO, errno);
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DMinidumpYAML.h238 static void mapping(IO &IO, std::unique_ptr<MinidumpYAML::Stream> &S);
239 static std::string validate(IO &IO, std::unique_ptr<MinidumpYAML::Stream> &S);
243 static void mapping(IO &IO, minidump::MemoryDescriptor &Memory,
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Remarks/
H A DYAMLRemarkSerializer.cpp24 static void mapRemarkHeader(yaml::IO &io, T PassName, T RemarkName,
40 static void mapping(IO &io, remarks::Remark *&Remark) {
78 static void mapping(IO &io, RemarkLocation &RL) {
127 static size_t size(IO &io, ArrayRef<T> &seq) { return seq.size(); }
128 static Argument &element(IO &io, ArrayRef<T> &seq, size_t index) {
137 static void mapping(IO &io, Argument &A) {
/netbsd-current/external/mpl/bind/dist/bin/tests/system/
H A Dans.pl74 use IO::File;
75 use IO::Socket;
100 my $ctlsock = IO::Socket::INET->new(LocalAddr => "$server_addr",
103 my $udpsock = IO::Socket::INET->new(LocalAddr => "$server_addr",
106 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/crypto/external/bsd/openssl.old/dist/test/ct/
H A Dlog_list.conf24 description = Certly.IO log
/netbsd-current/external/gpl3/gdb.old/dist/sim/pru/
H A Dpru.h64 #define IO GET_INSN_FIELD (IO, inst) macro
/netbsd-current/external/gpl3/gdb/dist/sim/pru/
H A Dpru.h65 #define IO GET_INSN_FIELD (IO, inst) macro
/netbsd-current/external/mpl/bind/dist/bin/tests/system/chain/ans3/
H A Dans.pl17 use IO::File;
21 my $pidf = new IO::File "ans.pid", "w" or die "cannot open pid file: $!";
/netbsd-current/sys/arch/hpcmips/tx/
H A Dtx39var.h49 IO, enumerator in enum:txio_group
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMachineFunctionInfo.h201 void mappingImpl(yaml::IO &YamlIO) override;
206 static void mapping(IO &YamlIO, WebAssemblyFunctionInfo &MFI) {
215 static void inputOne(IO &YamlIO, StringRef Key,
221 static void output(IO &YamlIO, BBNumberMap &SrcToUnwindDest) {
/netbsd-current/external/mpl/dhcp/dist/tests/DHCPv6/
H A D212-solicit-opt-in-na-norapidcommit.pl28 use IO::Select;
171 my @ready = IO::Select->new(\*SOCK)->can_read($timeout);
H A D211-solicit-opt-in-na.pl28 use IO::Select;
171 my @ready = IO::Select->new(\*SOCK)->can_read($timeout);

Completed in 339 milliseconds

12345678910