Home
last modified time | relevance | path

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

12

/freebsd-src/lib/libc/sys/
H A Daccept.c39 #pragma weak accept macro
41 accept(int s, struct sockaddr *addr, socklen_t *addrlen) in accept() function
/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp424 Error Section::accept(SectionVisitor &Visitor) const { accept() function in Section
428 Error Section::accept(MutableSectionVisitor &Visitor) { accept() function in Section
486 Error DecompressedSection::accept(SectionVisitor &Visitor) const { accept() function in DecompressedSection
490 Error DecompressedSection::accept(MutableSectionVisitor &Visitor) { accept() function in DecompressedSection
494 Error OwnedDataSection::accept(SectionVisitor &Visitor) const { accept() function in OwnedDataSection
498 Error OwnedDataSection::accept(MutableSectionVisitor &Visitor) { accept() function in OwnedDataSection
564 Error CompressedSection::accept(SectionVisitor &Visitor) const { accept() function in CompressedSection
568 Error CompressedSection::accept(MutableSectionVisitor &Visitor) { accept() function in CompressedSection
589 Error StringTableSection::accept(SectionVisitor &Visitor) const { accept() function in StringTableSection
593 Error StringTableSection::accept(MutableSectionVisitor &Visitor) { accept() function in StringTableSection
623 Error SectionIndexSection::accept(SectionVisitor &Visitor) const { accept() function in SectionIndexSection
627 Error SectionIndexSection::accept(MutableSectionVisitor &Visitor) { accept() function in SectionIndexSection
861 Error SymbolTableSection::accept(SectionVisitor &Visitor) const { accept() function in SymbolTableSection
865 Error SymbolTableSection::accept(MutableSectionVisitor &Visitor) { accept() function in SymbolTableSection
976 Error RelocationSection::accept(SectionVisitor &Visitor) const { accept() function in RelocationSection
980 Error RelocationSection::accept(MutableSectionVisitor &Visitor) { accept() function in RelocationSection
1013 Error DynamicRelocationSection::accept(SectionVisitor &Visitor) const { accept() function in DynamicRelocationSection
1017 Error DynamicRelocationSection::accept(MutableSectionVisitor &Visitor) { accept() function in DynamicRelocationSection
1166 Error GnuDebugLinkSection::accept(SectionVisitor &Visitor) const { accept() function in GnuDebugLinkSection
1170 Error GnuDebugLinkSection::accept(MutableSectionVisitor &Visitor) { accept() function in GnuDebugLinkSection
1184 Error GroupSection::accept(SectionVisitor &Visitor) const { accept() function in GroupSection
1188 Error GroupSection::accept(MutableSectionVisitor &Visitor) { accept() function in GroupSection
[all...]
/freebsd-src/contrib/libxo/tests/
H A DMakefile.am22 accept: target
/freebsd-src/contrib/libxo/tests/xo/
H A DMakefile.am69 accept: target
/freebsd-src/usr.bin/bmake/
H A DMakefile149 accept test: .NOMETA target
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp234 FilterRule(bool accept, size_t attribute_index, llvm::StringRef operation) in FilterRule()
279 static FilterRuleSP CreateOperation(bool accept, size_t attribute_index, in CreateOperation()
306 RegexFilterRule(bool accept, size_t attribute_index, in RegexFilterRule()
331 static FilterRuleSP CreateOperation(bool accept, size_t attribute_index, in CreateOperation()
351 ExactMatchFilterRule(bool accept, size_t attribute_index, in ExactMatchFilterRule()
671 bool accept; in ParseFilterRule() local
/freebsd-src/contrib/libxo/tests/core/
H A DMakefile.am134 accept: target
/freebsd-src/libexec/nuageinit/
H A Dyaml.lua259 Parser.accept = function (self, type) global() function
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A Draw_socket_stream.cpp106 Expected<std::unique_ptr<raw_socket_stream>> ListeningSocket::accept() { global() function in ListeningSocket
/freebsd-src/contrib/libxo/tests/gettext/
H A DMakefile.am96 accept: target
/freebsd-src/contrib/bmake/
H A DMakefile217 accept test: .NOMETA target
/freebsd-src/contrib/llvm-project/llvm/lib/Option/
H A DOption.cpp234 std::unique_ptr<Arg> Option::accept(const ArgList &Args, StringRef CurArg, in accept() function in Option
/freebsd-src/sys/contrib/xen/io/
H A Dpvcalls.h102 } accept; member
137 } accept; member
/freebsd-src/crypto/heimdal/lib/roken/
H A Dsocket_wrapper.h62 #define accept(s,addr,addrlen) swrap_accept(s,addr,addrlen) macro
/freebsd-src/tests/sys/netpfil/pf/
H A Dsctp.py120 def accept(self, vnet): member in SCTPServer
/freebsd-src/sys/ofed/include/rdma/
H A Diw_cm.h121 int (*accept)(struct iw_cm_id *cm_id, member
/freebsd-src/contrib/bmake/unit-tests/
H A DMakefile874 accept: global() target
/freebsd-src/usr.bin/bmake/unit-tests/
H A DMakefile877 accept: global() target
/freebsd-src/crypto/openssl/
H A De_os.h388 # define accept(a,b,c) accept(a,(struct sockaddr *)b,c) macro
/freebsd-src/crypto/openssl/include/internal/
H A Dsockets.h61 # define accept(s,f,l) ((int)accept(s,f,l)) macro
/freebsd-src/contrib/tnftp/
H A Dtnftp.h477 #define accept Raccept macro
/freebsd-src/contrib/llvm-project/clang/lib/Index/
H A DIndexingContext.cpp314 bool accept = false; in shouldReportOccurrenceForSystemDeclOnlyMode() local
/freebsd-src/contrib/ofed/librdmacm/
H A Dpreload.c64 int (*accept)(int socket, struct sockaddr *addr, socklen_t *addrlen); member
586 int accept(int socket, struct sockaddr *addr, socklen_t *addrlen) in accept() function
/freebsd-src/lib/libc/include/
H A Dnamespace.h51 #define accept _accept macro
/freebsd-src/contrib/one-true-awk/
H A Dawk.h278 int accept; member

12