Home
last modified time | relevance | path

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

/openbsd/src/lib/libc/sys/
Dw_accept.c22 accept(int s, struct sockaddr *addr, socklen_t *addrlen) in accept() function
/openbsd/src/gnu/llvm/lldb/source/Plugins/StructuredData/DarwinLog/
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/
DSocket.pm237 sub accept { subroutine
/openbsd/src/gnu/usr.bin/perl/cpan/IO-Socket-IP/lib/IO/Socket/
DIP.pm963 sub accept subroutine
/openbsd/src/gnu/llvm/llvm/lib/Option/
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/
DBooleanExpression.py71 def accept(self, t): member in BooleanExpression
/openbsd/src/gnu/usr.bin/perl/win32/include/sys/
Dsocket.h122 #define accept win32_accept macro
/openbsd/src/gnu/llvm/lldb/packages/Python/lldbsuite/test/
Dgdbclientutils.py367 def accept(self): member in ServerChannel
391 def accept(self): member in ServerSocket
/openbsd/src/usr.sbin/rdate/
Dntp.c143 int accept = 0, ret, s, ierror; in ntp_client() local
/openbsd/src/usr.sbin/radiusd/
Dradiusd_eap2mschap.c621 bool accept = false; in eap_resp_mschap() local
/openbsd/src/sys/arch/powerpc64/dev/
Dopal.c344 uint32_t accept, *flags; in opal_configure_idle_states() local
/openbsd/src/gnu/llvm/clang/lib/Index/
DIndexingContext.cpp315 bool accept = false; in shouldReportOccurrenceForSystemDeclOnlyMode() local
/openbsd/src/lib/libcrypto/x509/
Dx509_constraints.c331 int accept = 0; in x509_constraints_parse_mailbox() local
/openbsd/src/usr.bin/awk/
Dawk.h280 int accept; member
/openbsd/src/usr.sbin/pppd/
Dauth.c996 int accept, r = 1; in ip_addr_check() local
/openbsd/src/gnu/usr.bin/perl/
DXSUB.h618 # define accept PerlSock_accept macro
Dregcomp.h1224 U32 accept; /* accept state for this word */ member
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dcpplex.c136 bool accept; local
/openbsd/src/gnu/usr.bin/gcc/gcc/f/
Dstp.h471 ffestpAcceptStmt accept; member
/openbsd/src/sys/dev/pci/
Dif_de.c3185 int accept = 0; in tulip_rx_intr() local
/openbsd/src/gnu/llvm/compiler-rt/lib/dfsan/
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/gcc/libmudflap/
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/
Dmsan_test.cpp982 TEST_P(MemorySanitizerIpTest, accept) { in TEST_P() argument