Home
last modified time | relevance | path

Searched defs:accept (Results 1 – 23 of 23) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/ELF/
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/lib/libc/sys/
H A Dw_accept.c22 accept(int s, struct sockaddr *addr, socklen_t *addrlen) in accept() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp233 FilterRule(bool accept, size_t attribute_index, ConstString operation) in FilterRule()
277 static FilterRuleSP CreateOperation(bool accept, size_t attribute_index, in CreateOperation()
304 RegexFilterRule(bool accept, size_t attribute_index, in RegexFilterRule()
329 static FilterRuleSP CreateOperation(bool accept, size_t attribute_index, in CreateOperation()
349 ExactMatchFilterRule(bool accept, size_t attribute_index, in ExactMatchFilterRule()
669 bool accept; in ParseFilterRule() local
/openbsd-src/gnu/usr.bin/perl/dist/IO/lib/IO/
H A DSocket.pm237 sub accept { subroutine
[all...]
/openbsd-src/gnu/usr.bin/perl/cpan/IO-Socket-IP/lib/IO/Socket/
H A DIP.pm968 sub accept global() subroutine
/openbsd-src/gnu/llvm/llvm/lib/Option/
H A DOption.cpp235 std::unique_ptr<Arg> Option::accept(const ArgList &Args, StringRef CurArg, in accept() function in Option
/openbsd-src/gnu/llvm/llvm/utils/lit/lit/
H A DBooleanExpression.py71 def accept(self, t): member in BooleanExpression
/openbsd-src/gnu/usr.bin/perl/win32/include/sys/
H A Dsocket.h122 #define accept win32_accept macro
/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
/openbsd-src/usr.sbin/rdate/
H A Dntp.c143 int accept = 0, ret, s, ierror; in ntp_client() local
/openbsd-src/sys/arch/powerpc64/dev/
H A Dopal.c344 uint32_t accept, *flags; in opal_configure_idle_states() local
/openbsd-src/usr.sbin/radiusd/
H A Dradiusd_eap2mschap.c610 bool accept = false; eap_resp_mschap() local
/openbsd-src/gnu/llvm/clang/lib/Index/
H A DIndexingContext.cpp315 bool accept = false; in shouldReportOccurrenceForSystemDeclOnlyMode() local
/openbsd-src/lib/libcrypto/x509/
H A Dx509_constraints.c331 int accept = 0; in x509_constraints_parse_mailbox() local
/openbsd-src/usr.bin/awk/
H A Dawk.h280 int accept; member
/openbsd-src/usr.sbin/pppd/
H A Dauth.c1038 int accept, r = 1; global() local
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dcpplex.c136 bool accept; local
/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dstp.h471 ffestpAcceptStmt accept; member
/openbsd-src/sys/dev/pci/
H A Dif_de.c3185 int accept = 0; in tulip_rx_intr() local
/openbsd-src/gnu/llvm/compiler-rt/lib/dfsan/
H A Ddfsan_custom.cpp167 const char *accept, in __dfsw_strpbrk()
185 const char *s, const char *accept, dfsan_label s_label, in __dfso_strpbrk()
/openbsd-src/gnu/usr.bin/perl/
H A Dregcomp.h1224 U32 accept; /* accept state for this word */ member
/openbsd-src/gnu/gcc/libmudflap/
H A Dmf-hooks2.c1400 WRAPPER2(int, accept, int s, struct sockaddr *addr, socklen_t *addrlen) in WRAPPER2() argument
/openbsd-src/gnu/llvm/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp982 TEST_P(MemorySanitizerIpTest, accept) { in TEST_P() argument