Home
last modified time | relevance | path

Searched refs:bind (Results 1 – 25 of 576) sorted by relevance

12345678910>>...24

/freebsd-11-stable/contrib/apr-util/dbd/
HDapr_dbd_mysql.c79 MYSQL_BIND *bind; member
149 MYSQL_BIND *bind = &res->bind[col]; in lob_bucket_read() local
155 rv = mysql_stmt_fetch_column(res->statement, bind, col, in lob_bucket_read()
161 blength -= blength > bind->buffer_length ? bind->buffer_length : blength; in lob_bucket_read()
163 *str = bind->buffer; in lob_bucket_read()
166 bind->buffer = apr_palloc(res->pool, bind->buffer_length); in lob_bucket_read()
337 MYSQL_BIND *bind;
342 bind = &row->res->bind[n];
343 if (mysql_stmt_fetch_column(row->res->statement, bind, n, 0) != 0) {
347 if (*bind->is_null) {
[all …]
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/include/
HDomp_lib.f90.var156 subroutine omp_set_num_threads(num_threads) bind(c)
161 subroutine omp_set_dynamic(dynamic_threads) bind(c)
166 subroutine omp_set_nested(nested) bind(c)
171 function omp_get_num_threads() bind(c)
176 function omp_get_max_threads() bind(c)
181 function omp_get_thread_num() bind(c)
186 function omp_get_num_procs() bind(c)
191 function omp_in_parallel() bind(c)
196 function omp_in_final() bind(c)
201 function omp_get_dynamic() bind(c)
[all …]
HDomp_lib.h.var240 subroutine omp_set_num_threads(num_threads) bind(c)
245 subroutine omp_set_dynamic(dynamic_threads) bind(c)
250 subroutine omp_set_nested(nested) bind(c)
255 function omp_get_num_threads() bind(c)
260 function omp_get_max_threads() bind(c)
265 function omp_get_thread_num() bind(c)
270 function omp_get_num_procs() bind(c)
275 function omp_in_parallel() bind(c)
280 function omp_in_final() bind(c)
285 function omp_get_dynamic() bind(c)
[all …]
/freebsd-11-stable/share/examples/BSD_daemon/
HDeps.patch26 /col-1 {0 setgray} bind def
27 /col0 {0.000 0.000 0.000 srgb} bind def
29 /sh {show} bind def
30 /slc {setlinecap} bind def
31 /slj {setlinejoin} bind def
32 -/slw {setlinewidth} bind def
33 +/slw {linethickness mul setlinewidth} bind def
34 /srgb {setrgbcolor} bind def
35 /rot {rotate} bind def
36 /sc {scale} bind def
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDNumberObjectConversionChecker.cpp205 .bind("c_object"))); in checkASTCodeBody()
216 .bind("osnumber")))))))))) in checkASTCodeBody()
217 .bind("cpp_object"))); in checkASTCodeBody()
227 .bind("objc_object"))); in checkASTCodeBody()
244 typedefDecl(hasName("BOOL"))))).bind("objc_bool_type"); in checkASTCodeBody()
248 qualType(anyOf(qualType(booleanType()).bind("cpp_bool_type"), in checkASTCodeBody()
258 .bind("int_type"); in checkASTCodeBody()
276 ))).bind("pedantic"); in checkASTCodeBody()
290 .bind("check_if_null")))) in checkASTCodeBody()
291 .bind("comparison"); in checkASTCodeBody()
[all …]
HDRunLoopAutoreleaseLeakChecker.cpp136 .bind(RunLoopBind); in getRunLoopRunM()
140 Extra).bind(RunLoopRunBind); in getRunLoopRunM()
143 callExpr(callee(functionDecl(hasName("xpc_main")))).bind(RunLoopRunBind); in getRunLoopRunM()
151 .bind(OtherMsgBind); in getOtherMessageSentM()
159 hasAncestor(autoreleasePoolStmt().bind(OtherStmtAutoreleasePoolBind))); in checkTempObjectsInSamePool()
164 hasDescendant(OtherMessageSentM)).bind(AutoreleasePoolBind); in checkTempObjectsInSamePool()
HDStreamChecker.cpp71 std::bind(&StreamChecker::checkArgNullStream, _1, _2, _3, 3)},
73 std::bind(&StreamChecker::checkArgNullStream, _1, _2, _3, 3)},
76 std::bind(&StreamChecker::checkArgNullStream, _1, _2, _3, 0)},
78 std::bind(&StreamChecker::checkArgNullStream, _1, _2, _3, 0)},
80 std::bind(&StreamChecker::checkArgNullStream, _1, _2, _3, 0)},
82 std::bind(&StreamChecker::checkArgNullStream, _1, _2, _3, 0)},
84 std::bind(&StreamChecker::checkArgNullStream, _1, _2, _3, 0)},
86 std::bind(&StreamChecker::checkArgNullStream, _1, _2, _3, 0)},
88 std::bind(&StreamChecker::checkArgNullStream, _1, _2, _3, 0)},
90 std::bind(&StreamChecker::checkArgNullStream, _1, _2, _3, 0)},
HDGCDAntipatternChecker.cpp68 declRefExpr(to(varDecl().bind(DeclName))))); in bindAssignmentToDecl()
101 varDecl(hasDescendant(SemaphoreCreateM)).bind(SemaphoreBinding)), in findGCDAntiPatternWithSemaphore()
130 ).bind(WarnAtNode)); in findGCDAntiPatternWithSemaphore()
143 varDecl(hasDescendant(DispatchGroupCreateM)).bind(GroupBinding)), in findGCDAntiPatternWithGroup()
176 ).bind(WarnAtNode)); in findGCDAntiPatternWithGroup()
HDObjCAutoreleaseWriteChecker.cpp156 .bind(ParamBind); in checkASTCodeBody()
159 declRefExpr(to(parmVarDecl(DoublePointerParamM))).bind(CapturedBind); in checkASTCodeBody()
169 ).bind(ProblematicWriteBind); in checkASTCodeBody()
197 objcMethodDecl(HasParamAndWritesInMarkedFuncM).bind(IsMethodBind), in checkASTCodeBody()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
HDExprMutationAnalyzer.cpp142 match(findAll(declRefExpr(to(equalsNode(Dec))).bind(NodeID<Expr>::value)), in tryEachDeclRef()
179 .bind(NodeID<Expr>::value)), in isUnevaluated()
291 .bind("stmt")), in findDirectMutation()
302 .bind(NodeID<Expr>::value)), in findMemberMutation()
311 .bind(NodeID<Expr>::value)), in findArrayElementMutation()
324 .bind(NodeID<Expr>::value)), in findCastMutation()
333 .bind("expr")), in findCastMutation()
344 .bind(NodeID<Decl>::value)), in findRangeLoopMutation()
360 .bind(NodeID<Expr>::value)), in findReferenceMutation()
374 hasParent(declStmt().bind("stmt")), in findReferenceMutation()
[all …]
/freebsd-11-stable/sys/dev/xen/evtchn/
HDevtchn_dev.c403 struct ioctl_evtchn_bind_virq *bind; in evtchn_ioctl() local
408 bind = (struct ioctl_evtchn_bind_virq *)arg; in evtchn_ioctl()
410 error = xen_intr_bind_virq(evtchn_dev, bind->virq, 0, in evtchn_ioctl()
419 bind->port = evtchn->port; in evtchn_ioctl()
424 struct ioctl_evtchn_bind_interdomain *bind; in evtchn_ioctl() local
429 bind = (struct ioctl_evtchn_bind_interdomain *)arg; in evtchn_ioctl()
432 bind->remote_domain, bind->remote_port, NULL, in evtchn_ioctl()
441 bind->port = evtchn->port; in evtchn_ioctl()
446 struct ioctl_evtchn_bind_unbound_port *bind; in evtchn_ioctl() local
451 bind = (struct ioctl_evtchn_bind_unbound_port *)arg; in evtchn_ioctl()
[all …]
/freebsd-11-stable/contrib/tcsh/nls/C/
HDset201 $ tc.bind.c
15 13 -a list or bind KEY in alternative key map\n
19 17 -v bind all keys to vi bindings\n
20 18 -e bind all keys to emacs bindings\n
21 19 -d bind all keys to default editor's bindings (%s)\n
38 36 usage: bind [KEY | COMMAND KEY | "emacs" | "vi" | "-a"]\n
/freebsd-11-stable/contrib/tcsh/nls/ukrainian/
HDset201 $ tc.bind.c
15 13 -a list or bind KEY in alternative key map\n
19 17 -v bind all keys to vi bindings\n
20 18 -e bind all keys to emacs bindings\n
21 19 -d bind all keys to default editor's bindings (%s)\n
38 36 Використання: bind [KEY | COMMAND KEY | "emacs" | "vi" | "-a"]\n
/freebsd-11-stable/contrib/tcsh/nls/finnish/
HDset201 $ tc.bind.c
15 13 -a list or bind KEY in alternative key map\n
19 17 -v bind all keys to vi bindings\n
20 18 -e bind all keys to emacs bindings\n
21 19 -d bind all keys to default editor's bindings (%s)\n
38 36 Käyttö: bind [NÄPPÄIN | KOMENTO NÄPPÄIN | "emacs" | "vi" | "-a"]\n
/freebsd-11-stable/tools/regression/sockets/unix_bindconnect/
HDunix_bindconnect.c114 if (bind(sock1, (struct sockaddr *)&sun, sizeof(sun)) < 0) { in bind_test()
126 if (bind(sock1, (struct sockaddr *)&sun, sizeof(sun)) == 0) { in bind_test()
148 if (bind(sock2, (struct sockaddr *)&sun, sizeof(sun)) == 0) { in bind_test()
168 if (bind(sock2, (struct sockaddr *)&sun, sizeof(sun)) == 0) { in bind_test()
185 if (bind(sock2, (struct sockaddr *)&sun, sizeof(sun)) < 0) { in bind_test()
240 if (bind(sock1, (struct sockaddr *)&sun, sizeof(sun)) < 0) { in connect_test()
/freebsd-11-stable/contrib/gcc/
HDc-gimplify.c143 tree decls, bind; in c_build_bind_expr() local
166 bind = build3 (BIND_EXPR, void_type_node, decls, body, block); in c_build_bind_expr()
167 TREE_SIDE_EFFECTS (bind) = 1; in c_build_bind_expr()
170 bind = body; in c_build_bind_expr()
172 return bind; in c_build_bind_expr()
HDomp-low.c3593 tree new_stmt, stmt, body, bind, block, ilist, olist, new_body; in lower_omp_sections() local
3641 bind = build3 (BIND_EXPR, void_type_node, NULL, body, block); in lower_omp_sections()
3655 append_to_statement_list (bind, &new_body); in lower_omp_sections()
3789 tree t, bind, block, single_stmt = *stmt_p, dlist; in lower_omp_single() local
3794 *stmt_p = bind = build3 (BIND_EXPR, void_type_node, NULL, NULL, block); in lower_omp_single()
3795 TREE_SIDE_EFFECTS (bind) = 1; in lower_omp_single()
3798 &BIND_EXPR_BODY (bind), &dlist, ctx); in lower_omp_single()
3801 append_to_statement_list (single_stmt, &BIND_EXPR_BODY (bind)); in lower_omp_single()
3804 lower_omp_single_copy (single_stmt, &BIND_EXPR_BODY (bind), ctx); in lower_omp_single()
3806 lower_omp_single_simple (single_stmt, &BIND_EXPR_BODY (bind)); in lower_omp_single()
[all …]
/freebsd-11-stable/sys/rpc/
HDsvc_generic.c158 struct t_bind bind; in svc_tp_create() local
169 bind.addr = *taddr; in svc_tp_create()
171 bind.qlen = -1; in svc_tp_create()
172 xprt = svc_tli_create(pool, NULL, nconf, &bind, 0, 0); in svc_tp_create()
173 free(bind.addr.buf, M_RPC); in svc_tp_create()
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDLoopUnrolling.cpp87 to(varDecl(hasType(isInteger())).bind(BindName))))), in simpleCondition()
89 integerLiteral().bind("boundNum")))) in simpleCondition()
90 .bind("conditionOperator"); in simpleCondition()
146 integerLiteral().bind("initNum"))), in forLoopMatcher()
151 integerLiteral().bind("initNum")))))), in forLoopMatcher()
159 unless(hasBody(hasSuspiciousStmt("initVarName")))).bind("forLoop"); in forLoopMatcher()
/freebsd-11-stable/usr.sbin/rpcbind/tests/
HDaddrmerge_test.c83 const char* bcast, unsigned int flags, bool bind) in mock_ifaddr4() argument
121 if (bind) { in mock_ifaddr4()
130 const char* bcast, unsigned int flags, uint32_t scope_id, bool bind) in mock_ifaddr6() argument
173 if (bind) { in mock_ifaddr6()
182 unsigned int flags __unused, uint32_t scope_id __unused, bool bind __unused) in mock_ifaddr6()
220 mock_igb1(bool bind) in mock_igb1() argument
224 bind); in mock_igb1()
228 0, bind); in mock_igb1()
233 3, bind); in mock_igb1()
/freebsd-11-stable/tests/sys/audit/
HDnetwork.c240 ATF_REQUIRE_EQ(0, bind(sockfd, (struct sockaddr *)&server, len)); in ATF_TC_BODY()
267 ATF_REQUIRE_EQ(-1, bind(0, (struct sockaddr *)&server, len)); in ATF_TC_BODY()
343 ATF_REQUIRE_EQ(0, bind(sockfd, (struct sockaddr *)&server, len)); in ATF_TC_BODY()
394 ATF_REQUIRE_EQ(0, bind(sockfd, (struct sockaddr *)&server, len)); in ATF_TC_BODY()
456 ATF_REQUIRE_EQ(0, bind(sockfd, (struct sockaddr *)&server, len)); in ATF_TC_BODY()
518 ATF_REQUIRE_EQ(0, bind(sockfd, (struct sockaddr *)&server, len)); in ATF_TC_BODY()
577 ATF_REQUIRE_EQ(0, bind(sockfd, (struct sockaddr *)&server, len)); in ATF_TC_BODY()
639 ATF_REQUIRE_EQ(0, bind(sockfd, (struct sockaddr *)&server, len)); in ATF_TC_BODY()
703 ATF_REQUIRE_EQ(0, bind(sockfd, (struct sockaddr *)&server, len)); in ATF_TC_BODY()
762 ATF_REQUIRE_EQ(0, bind(sockfd, (struct sockaddr *)&server, len)); in ATF_TC_BODY()
/freebsd-11-stable/contrib/unbound/contrib/
HDunbound.init_fedora44 mount --bind -n /dev/log ${rootdir}/dev/log >/dev/null 2>&1;
45 mount --bind -n /dev/urandom ${rootdir}/dev/urandom >/dev/null 2>&1;
46 mount --bind -n /var/run/unbound ${rootdir}/var/run/unbound >/dev/null 2>&1;
/freebsd-11-stable/contrib/blacklist/diff/
HDnamed.diff53 RCS file: /cvsroot/src/external/bsd/bind/bin/named/Makefile,v
71 RCS file: /cvsroot/src/external/bsd/bind/dist/bin/named/client.c,v
95 RCS file: /cvsroot/src/external/bsd/bind/dist/bin/named/main.c,v
121 RCS file: /cvsroot/src/external/bsd/bind/dist/bin/named/query.c,v
155 RCS file: /cvsroot/src/external/bsd/bind/dist/bin/named/update.c,v
195 RCS file: /cvsroot/src/external/bsd/bind/dist/bin/named/xfrout.c,v
/freebsd-11-stable/usr.bin/gprof/
HDelf.c133 int bind; in wantsym() local
136 bind = ELF_ST_BIND(sym->st_info); in wantsym()
139 (aflag && bind == STB_LOCAL) || in wantsym()
/freebsd-11-stable/contrib/libreadline/shlib/
HDMakefile.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.so: $(topdir)/xmalloc.h
[all …]

12345678910>>...24