Searched refs:bind (Results 51 - 75 of 414) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileFromAtoms.cpp1449 BindLocation bind; local
1450 bind.segIndex = segmentIndex;
1451 bind.segOffset = segmentOffset;
1452 bind.kind = llvm::MachO::BIND_TYPE_POINTER;
1453 bind.canBeNull = sa->canBeNullAtRuntime();
1454 bind.ordinal = dylibOrdinal(sa);
1455 bind.symbolName = targ->name();
1456 bind.addend = ref->addend();
1457 nFile.bindingInfo.push_back(bind);
1461 BindLocation bind; local
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/mib/
H A Dtst.tcp.ksh92 bind(S, \$addr) or die "bind() failed: \$!";
/freebsd-11-stable/crypto/heimdal/lib/ipc/
H A Dts-http.c98 if (bind(s, res->ai_addr, res->ai_addrlen) < 0) {
99 warn("bind");
/freebsd-11-stable/tools/regression/netinet/tcpfullwindowrst/
H A Dtcpfullwindowrsttest.c84 if (bind(s, (struct sockaddr *) &sa, sizeof sa) == -1)
/freebsd-11-stable/tools/regression/sockets/listenclose/
H A Dlistenclose.c76 if (bind(listen_sock, (struct sockaddr *)&sin, sizeof(sin)) < 0)
77 errx(-1, "bind(%s, %d) for listen socket: %s",
/freebsd-11-stable/tools/regression/sockets/reconnect/
H A Dreconnect.c79 if (bind(sock, sstosa(&ifsun), sizeof(ifsun)) < 0)
80 err(1, "can't bind to a socket");
/freebsd-11-stable/tools/regression/sockets/shutdown/
H A Dshutdown.c67 if (bind(listen_sock, (struct sockaddr *)&sock, sizeof(sock)) < 0)
68 errx(-1, "bind(%s, %d) for listen socket: %s",
/freebsd-11-stable/tools/regression/sockets/unix_close_race/
H A Dunix_close_race.c92 if (bind(listenfd, (struct sockaddr *) &servaddr,
94 err(1, "parent: bind error");
/freebsd-11-stable/share/examples/find_interface/
H A Dfind_interface.c89 rv = bind(s, (struct sockaddr *)&local, sizeof local);
94 err(EX_OSERR, "bind");
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DTaskPool.h58 std::bind(std::forward<F>(f), std::forward<Args>(args)...));
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DOSObjectCStyleCast.cpp76 OSObjSubclassM)).bind(WarnAtNode);
H A DPointerIterationChecker.cpp77 )).bind(WarnAtNode);
H A DPointerSortingChecker.cpp90 ).bind(WarnAtNode);
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DLoopWidening.cpp70 auto Matches = match(findAll(stmt(hasDescendant(varDecl(hasType(referenceType())).bind(MatchRef)))),
/freebsd-11-stable/contrib/sendmail/libsm/
H A Dmpeix.c80 ** SENDMAIL_MPE_BIND -- shadow function for the standard socket bind()
94 #undef bind macro
117 result = bind(sd, addr, addrlen);
124 return bind(sd, addr, addrlen);
/freebsd-11-stable/tools/regression/sockets/zerosend/
H A Dzerosend.c91 if (bind(sock1, (struct sockaddr *)&sin, sizeof(sin)) < 0)
92 err(1, "%s: setup_udp: bind(%s, %d)", test,
102 if (bind(sock2, (struct sockaddr *)&sin, sizeof(sin)) < 0)
103 err(1, "%s: setup_udp: bind(%s, %d)", test,
134 if (bind(sock1, (struct sockaddr *)&sin, sizeof(sin)) < 0)
135 err(1, "%s: bind(%s, %d)", test, inet_ntoa(sin.sin_addr),
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DMIPatternMatch.h118 static bool bind(const MachineRegisterInfo &MRI, BindTy &VR, BindTy &V) { function in struct:llvm::MIPatternMatch::bind_helper
125 static bool bind(const MachineRegisterInfo &MRI, MachineInstr *&MI, function in struct:llvm::MIPatternMatch::bind_helper
135 static bool bind(const MachineRegisterInfo &MRI, LLT &Ty, unsigned Reg) { function in struct:llvm::MIPatternMatch::bind_helper
144 static bool bind(const MachineRegisterInfo &MRI, const ConstantFP *&F, function in struct:llvm::MIPatternMatch::bind_helper
159 return bind_helper<Class>::bind(MRI, VR, V);
/freebsd-11-stable/contrib/libreadline/shlib/
H A DMakefile.in126 $(topdir)/complete.c $(topdir)/bind.c $(topdir)/isearch.c \
146 rltty.so complete.so bind.so isearch.so display.so signals.so \
206 bind.so: $(topdir)/ansi_stdlib.h $(topdir)/posixstat.h
207 bind.so: $(topdir)/rldefs.h ${BUILD_DIR}/config.h $(topdir)/rlconf.h
208 bind.so: $(topdir)/readline.h $(topdir)/keymaps.h $(topdir)/chardefs.h
209 bind.so: $(topdir)/rltypedefs.h
210 bind.so: $(topdir)/tilde.h $(topdir)/history.h
320 bind.so: $(topdir)/rlshell.h
328 bind.so: $(topdir)/rlprivate.h
350 bind
[all...]
/freebsd-11-stable/contrib/libreadline/
H A DMakefile.in104 $(srcdir)/complete.c $(srcdir)/bind.c $(srcdir)/isearch.c \
124 rltty.o complete.o bind.o isearch.o display.o signals.o \
303 bind.o: ansi_stdlib.h posixstat.h
304 bind.o: rldefs.h ${BUILD_DIR}/config.h rlconf.h
305 bind.o: readline.h keymaps.h rltypedefs.h chardefs.h tilde.h rlstdc.h
306 bind.o: history.h
402 bind.o: rlshell.h
410 bind.o: rlprivate.h
432 bind.o: xmalloc.h
470 bind
[all...]
/freebsd-11-stable/contrib/ntp/libntp/
H A Dmachines.c132 /* This is a substitute for bind() that if called for an AF_INET socket
135 #undef bind macro
157 result = bind(s,addr,addrlen);
160 result = bind(s,addr,addrlen);
/freebsd-11-stable/contrib/netbsd-tests/kernel/
H A Dt_kauth_pr_47598.c120 * create a socket and bind it to some arbitray free port
128 ATF_REQUIRE(bind(s, (struct sockaddr *)&sa, sizeof(sa))==0);
/freebsd-11-stable/contrib/netbsd-tests/net/net/
H A Dt_udp.c40 e = bind(S, res->ai_addr, res->ai_addrlen);
41 ATF_REQUIRE_MSG(e == 0, "bind AF=%d: %s", family,
/freebsd-11-stable/contrib/netbsd-tests/net/sys/
H A Dt_rfc6056.c91 if (bind(s, (struct sockaddr *)&ss, ss.ss_len) == -1)
92 err(EXIT_FAILURE, "bind");
/freebsd-11-stable/contrib/ntp/include/
H A Dntp_machine.h245 # define bind __ntp_mpe_bind macro
/freebsd-11-stable/contrib/binutils/bfd/
H A Delfxx-sparc.h36 unsigned char bind; member in struct:_bfd_sparc_elf_app_reg

Completed in 232 milliseconds

1234567891011>>