Home
last modified time | relevance | path

Searched refs:accept (Results 1 – 25 of 637) sorted by relevance

12345678910>>...26

/openbsd-src/gnu/usr.bin/perl/t/io/
H A Dsocket.t83 ok(socket(my $accept, PF_INET, SOCK_STREAM, $tcp),
84 "make accept tcp socket");
85 ok(my $addr = accept($accept, $serv), "accept() works")
86 or diag "accept error: $!";
87 binmode $accept;
90 my $acceptfd = fileno($accept);
97 my $sent = send($accept, substr($send_data, $sent_total), 0);
101 my $shutdown = shutdown($accept,
[all...]
/openbsd-src/lib/libc/sys/
H A Dw_accept.c22 accept(int s, struct sockaddr *addr, socklen_t *addrlen) in accept() function
27 ret = HIDDEN(accept)(s, addr, addrlen); in accept()
31 DEF_CANCEL(accept);
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/ELF/
H A DELFObject.h427 virtual Error accept(SectionVisitor &Visitor) const = 0;
428 virtual Error accept(MutableSectionVisitor &Visitor) = 0;
490 Error accept(SectionVisitor &Visitor) const override;
491 Error accept(MutableSectionVisitor &Visitor) override;
531 Error accept(SectionVisitor &Sec) const override;
532 Error accept(MutableSectionVisitor &Visitor) override;
555 Error accept(SectionVisitor &Visitor) const override;
556 Error accept(MutableSectionVisitor &Visitor) override;
575 Error accept(SectionVisitor &Visitor) const override;
576 Error accept(MutableSectionVisitor &Visitor) override;
[all …]
H A DELFObject.cpp424 Error Section::accept(SectionVisitor &Visitor) const { in accept() function in Section
428 Error Section::accept(MutableSectionVisitor &Visitor) { in accept() function in Section
479 Error DecompressedSection::accept(SectionVisitor &Visitor) const { in accept() function in DecompressedSection
483 Error DecompressedSection::accept(MutableSectionVisitor &Visitor) { in accept() function in DecompressedSection
487 Error OwnedDataSection::accept(SectionVisitor &Visitor) const { in accept() function in OwnedDataSection
491 Error OwnedDataSection::accept(MutableSectionVisitor &Visitor) { in accept() function in OwnedDataSection
557 Error CompressedSection::accept(SectionVisitor &Visitor) const { in accept() function in CompressedSection
561 Error CompressedSection::accept(MutableSectionVisitor &Visitor) { in accept() function in CompressedSection
582 Error StringTableSection::accept(SectionVisitor &Visitor) const { in accept() function in StringTableSection
586 Error StringTableSection::accept(MutableSectionVisitor &Visitor) { in accept() function in StringTableSection
[all …]
/openbsd-src/gnu/usr.bin/perl/t/lib/warnings/
H A Dpp_sys60 accept() on closed socket %s [pp_accept]
62 accept "fred", STDIN ;
306 # accept not present
321 accept "fred", STDIN;
332 accept "fred", STDIN;
343 accept "fred", FOO;
354 accept "fred", FOO;
366 accept STDIN, "fred" ;
377 accept "fred", STDIN;
387 accept FOO, "fred" ;
[all …]
/openbsd-src/gnu/usr.bin/perl/t/lib/feature/
H A Dbareword_filehandles45 accept
52 chmod - doesn't accept bareword handles
53 chown - doesn't accept bareword handles
356 # NAME accept
357 accept(FOO, CHILD);
358 accept($fh, CHILD);
359 accept(FOO, $fh);
361 accept(FOO, CHILD);
362 accept($fh, CHILD);
363 accept(FO
[all...]
/openbsd-src/etc/ppp/
H A Doptions.sample8 ipcp-accept-local
9 ipcp-accept-remote
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/t/lib/
H A DMySourceHandler.pm25 elsif ( my $accept = $config->{accept} ) {
27 return 1 if ${ $source->raw } eq $accept;
/openbsd-src/gnu/llvm/lldb/examples/interposing/darwin/fd_interposing/
H A DFDInterposing.cpp72 int accept$NOCANCEL(int, struct sockaddr *__restrict, socklen_t *__restrict);
691 extern "C" int accept$__interposed__(int socket, struct sockaddr *address, in accept$__interposed__()
696 const int fd = ::accept(socket, address, address_len); in accept$__interposed__()
706 return ::accept(socket, address, address_len); in accept$__interposed__()
711 extern "C" int accept$NOCANCEL$__interposed__(int socket, in accept$NOCANCEL$__interposed__()
717 const int fd = ::accept$NOCANCEL(socket, address, address_len); in accept$NOCANCEL$__interposed__()
727 return ::accept$NOCANCEL(socket, address, address_len); in accept$NOCANCEL$__interposed__()
915 DYLD_INTERPOSE(accept$__interposed__, accept);
916 DYLD_INTERPOSE(accept$NOCANCEL$__interposed__, accept$NOCANCEL);
/openbsd-src/gnu/llvm/llvm/utils/lit/lit/
H A DBooleanExpression.py71 def accept(self, t): member in BooleanExpression
106 if self.accept('!'):
109 elif self.accept('('):
120 while self.accept('&&'):
130 while self.accept('||'):
/openbsd-src/gnu/llvm/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp183 std::function<FilterRuleSP(bool accept, size_t attribute_index,
233 FilterRule(bool accept, size_t attribute_index, ConstString operation) in FilterRule() argument
234 : m_accept(accept), m_attribute_index(attribute_index), in FilterRule()
277 static FilterRuleSP CreateOperation(bool accept, size_t attribute_index, in CreateOperation() argument
296 return FilterRuleSP(new RegexFilterRule(accept, attribute_index, op_arg)); in CreateOperation()
304 RegexFilterRule(bool accept, size_t attribute_index, in RegexFilterRule() argument
306 : FilterRule(accept, attribute_index, StaticGetOperation()), in RegexFilterRule()
329 static FilterRuleSP CreateOperation(bool accept, size_t attribute_index, in CreateOperation() argument
341 new ExactMatchFilterRule(accept, attribute_index, op_arg)); in CreateOperation()
349 ExactMatchFilterRule(bool accept, size_t attribute_index, in ExactMatchFilterRule() argument
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/VE/
H A DVE.td38 // Use both VE register name matcher to accept "S0~S63" register names
39 // and default register matcher to accept other registeres.
/openbsd-src/regress/sys/kern/signal/sigio/
H A Dsigio_socket.c93 cli = accept(sock, (struct sockaddr *)&inaddr, &inaddrlen); in test_socket_inherit()
102 cli = accept(sock, (struct sockaddr *)&inaddr, &inaddrlen); in test_socket_inherit()
/openbsd-src/gnu/llvm/llvm/docs/
H A DAMDGPUInstructionNotation.rst76 * Operands which only accept *vector* registers are labelled with 'v' prefix.
77 * Operands which only accept *scalar* registers and values are labelled with 's' prefix.
78 * Operands which accept any registers and values have no prefix.
/openbsd-src/gnu/usr.bin/perl/dist/IO/t/
H A Dio_sock.t61 my $sock = $listen->accept() or die "accept failed: $!";
108 last SERVER_LOOP unless my $sock = $listen->accept;
346 last SERVER_LOOP unless my $sock = $listen->accept;
/openbsd-src/regress/lib/libpthread/socket/2/
H A Dsocket2.c142 CHECKe(fd = accept(a_fd, &a_sin, &a_sin_size)); in sock_accept()
151 CHECKe(fd = accept(a_fd, &a_sin, &a_sin_size)); in sock_accept()
/openbsd-src/regress/lib/libpthread/socket/1/
H A Dsocket1.c147 CHECKe(fd = accept(a_fd, &a_sin, &a_sin_size)); in sock_accept()
154 CHECKe(fd = accept(a_fd, &a_sin, &a_sin_size)); in sock_accept()
/openbsd-src/gnu/llvm/llvm/tools/llvm-jitlink/llvm-jitlink-executor/
H A Dllvm-jitlink-executor.cpp107 return accept(SockFD, AI->ai_addr, &AddrLen); in openListener()
109 return accept(SockFD, AI->ai_addr, &AI->ai_addrlen); in openListener()
/openbsd-src/regress/lib/libpthread/restart/accept/
H A DMakefile3 PROG = accept
/openbsd-src/regress/sys/kern/accept/
H A DMakefile3 PROG= accept
/openbsd-src/regress/lib/libpthread/restart/
H A DMakefile3 SUBDIR = accept connect kevent read readv recvfrom recvmsg
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/doc/
H A Dc-mips.texi112 This tells the assembler to accept MIPS-3D instructions.
118 This tells the assembler to accept MDMX instructions.
124 This tells the assembler to accept DSP instructions.
130 This tells the assembler to accept MT instructions.
159 accept the @sc{r4010} specific instructions (@samp{addciu}, @samp{ffc},
166 Generate code for the MIPS @sc{r4650} chip. This tells the assembler to accept
176 @sc{r@var{nnnn}} chip. This tells the assembler to accept instructions
396 The values other than 0 make the assembler accept instructions
461 The directive @code{.set mips3d} makes the assembler accept instructions
469 The directive @code{.set mdmx} makes the assembler accept instructions
[all …]
/openbsd-src/usr.bin/awk/
H A Db.c246 f->accept = poscnt-1; /* penter has computed number of positions in re */ in mkdfa()
275 if ((f->posns[2])[1] == f->accept) in makeinit()
500 while (f->accept >= maxsetvec) { /* guessing here! */ in cfoll()
503 for (i = 0; i <= f->accept; i++) in cfoll()
510 for (i = f->accept; i >= 0; i--) in cfoll()
1489 while (f->accept >= maxsetvec) { /* guessing here! */ in cgoto()
1492 for (i = 0; i <= f->accept; i++) in cgoto()
1522 for (i = f->accept; i >= 0; i--) in cgoto()
1554 if (setvec[f->accept]) in freefa()
1573 for (i = 0; i <= f->accept;
[all...]
/openbsd-src/usr.sbin/rdate/
H A Dntp.c143 int accept = 0, ret, s, ierror; in ntp_client() local
177 accept++; in ntp_client()
186 if (accept < 1) in ntp_client()
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dgdbclientutils.py367 def accept(self): member in ServerChannel
391 def accept(self): member in ServerSocket
396 client, client_addr = self._server_socket.accept()
514 self._socket.accept()

12345678910>>...26