| /freebsd-12.1/contrib/apr-util/dbd/ |
| H A D | apr_dbd_mysql.c | 79 MYSQL_BIND *bind; member 149 MYSQL_BIND *bind = &res->bind[col]; in lob_bucket_read() local 166 bind->buffer = apr_palloc(res->pool, bind->buffer_length); in lob_bucket_read() 337 MYSQL_BIND *bind; 342 bind = &row->res->bind[n]; 366 MYSQL_BIND *bind; in dbd_mysql_get_entry() local 371 bind = &row->res->bind[n]; in dbd_mysql_get_entry() 393 MYSQL_BIND *bind = &row->res->bind[n]; in dbd_mysql_datum_get() local 448 *((char*)bind->buffer+bind->buffer_length-1) = '\0'; in dbd_mysql_datum_get() 616 bind[i].length = &bind[i].buffer_length; in dbd_mysql_bind() [all …]
|
| /freebsd-12.1/contrib/openmp/runtime/src/include/30/ |
| H A D | omp_lib.f90.var | 83 function omp_get_num_procs() bind(c) 88 function omp_in_parallel() bind(c) 93 function omp_in_final() bind(c) 98 function omp_get_dynamic() bind(c) 103 function omp_get_nested() bind(c) 123 function omp_get_level() bind(c) 157 function omp_get_wtime() bind(c) 162 function omp_get_wtick() bind(c) 272 function kmp_get_library() bind(c) 325 function kmp_malloc(size) bind(c) [all …]
|
| /freebsd-12.1/contrib/openmp/runtime/src/include/45/ |
| H A D | omp_lib.f90.var | 107 function omp_get_num_procs() bind(c) 112 function omp_in_parallel() bind(c) 117 function omp_in_final() bind(c) 122 function omp_get_dynamic() bind(c) 127 function omp_get_nested() bind(c) 147 function omp_get_level() bind(c) 218 function omp_get_wtime() bind(c) 223 function omp_get_wtick() bind(c) 408 function kmp_get_library() bind(c) 466 function kmp_malloc(size) bind(c) [all …]
|
| H A D | omp_lib.h.var | 96 function omp_get_num_procs() bind(c) 101 function omp_in_parallel() bind(c) 106 function omp_in_final() bind(c) 111 function omp_get_dynamic() bind(c) 116 function omp_get_nested() bind(c) 136 function omp_get_level() bind(c) 207 function omp_get_wtime() bind(c) 211 function omp_get_wtick() bind(c) 389 function kmp_get_library() bind(c) 447 function kmp_malloc(size) bind(c) [all …]
|
| /freebsd-12.1/contrib/openmp/runtime/src/include/40/ |
| H A D | omp_lib.f90.var | 97 function omp_get_num_procs() bind(c) 102 function omp_in_parallel() bind(c) 107 function omp_in_final() bind(c) 112 function omp_get_dynamic() bind(c) 117 function omp_get_nested() bind(c) 137 function omp_get_level() bind(c) 176 function omp_get_wtime() bind(c) 181 function omp_get_wtick() bind(c) 356 function kmp_get_library() bind(c) 409 function kmp_malloc(size) bind(c) [all …]
|
| H A D | omp_lib.h.var | 86 function omp_get_num_procs() bind(c) 91 function omp_in_parallel() bind(c) 96 function omp_in_final() bind(c) 101 function omp_get_dynamic() bind(c) 106 function omp_get_nested() bind(c) 126 function omp_get_level() bind(c) 165 function omp_get_wtime() bind(c) 169 function omp_get_wtick() bind(c) 337 function kmp_get_library() bind(c) 390 function kmp_malloc(size) bind(c) [all …]
|
| /freebsd-12.1/contrib/openmp/runtime/src/include/50/ |
| H A D | omp_lib.f90.var | 136 function omp_get_num_procs() bind(c) 141 function omp_in_parallel() bind(c) 146 function omp_in_final() bind(c) 151 function omp_get_dynamic() bind(c) 156 function omp_get_nested() bind(c) 176 function omp_get_level() bind(c) 247 function omp_get_wtime() bind(c) 252 function omp_get_wtick() bind(c) 473 function kmp_get_library() bind(c) 531 function kmp_malloc(size) bind(c) [all …]
|
| H A D | omp_lib.h.var | 181 function omp_in_parallel() bind(c) 186 function omp_in_final() bind(c) 191 function omp_get_dynamic() bind(c) 196 function omp_get_nested() bind(c) 216 function omp_get_level() bind(c) 287 function omp_get_wtime() bind(c) 291 function omp_get_wtick() bind(c) 315 function omp_get_team_num() bind(c) 505 function kmp_get_library() bind(c) 563 function kmp_malloc(size) bind(c) [all …]
|
| /freebsd-12.1/share/examples/BSD_daemon/ |
| H A D | eps.patch | 26 /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-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | NumberObjectConversionChecker.cpp | 206 .bind("c_object"))); in checkASTCodeBody() 217 .bind("osnumber")))))))))) in checkASTCodeBody() 218 .bind("cpp_object"))); in checkASTCodeBody() 228 .bind("objc_object"))); in checkASTCodeBody() 249 qualType(anyOf(qualType(booleanType()).bind("cpp_bool_type"), in checkASTCodeBody() 259 .bind("int_type"); in checkASTCodeBody() 277 ))).bind("pedantic"); in checkASTCodeBody() 292 .bind("comparison"); in checkASTCodeBody() 299 .bind("comparison"); in checkASTCodeBody() 308 .bind("pedantic"); in checkASTCodeBody() [all …]
|
| H A D | RunLoopAutoreleaseLeakChecker.cpp | 137 .bind(RunLoopBind); in getRunLoopRunM() 141 Extra).bind(RunLoopRunBind); in getRunLoopRunM() 144 callExpr(callee(functionDecl(hasName("xpc_main")))).bind(RunLoopRunBind); in getRunLoopRunM() 152 .bind(OtherMsgBind); in getOtherMessageSentM() 160 hasAncestor(autoreleasePoolStmt().bind(OtherStmtAutoreleasePoolBind))); in checkTempObjectsInSamePool() 165 hasDescendant(OtherMessageSentM)).bind(AutoreleasePoolBind); in checkTempObjectsInSamePool()
|
| H A D | GCDAntipatternChecker.cpp | 69 declRefExpr(to(varDecl().bind(DeclName))))); in bindAssignmentToDecl() 102 varDecl(hasDescendant(SemaphoreCreateM)).bind(SemaphoreBinding)), in findGCDAntiPatternWithSemaphore() 131 ).bind(WarnAtNode)); in findGCDAntiPatternWithSemaphore() 144 varDecl(hasDescendant(DispatchGroupCreateM)).bind(GroupBinding)), in findGCDAntiPatternWithGroup() 177 ).bind(WarnAtNode)); in findGCDAntiPatternWithGroup()
|
| H A D | ObjCAutoreleaseWriteChecker.cpp | 157 .bind(ParamBind); in checkASTCodeBody() 160 declRefExpr(to(parmVarDecl(DoublePointerParamM))).bind(CapturedBind); in checkASTCodeBody() 170 ).bind(ProblematicWriteBind); in checkASTCodeBody() 198 objcMethodDecl(HasParamAndWritesInMarkedFuncM).bind(IsMethodBind), in checkASTCodeBody()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/ |
| H A D | ExprMutationAnalyzer.cpp | 168 .bind(NodeID<Expr>::value)), in isUnevaluated() 272 .bind("stmt")), in findDirectMutation() 283 .bind(NodeID<Expr>::value)), in findMemberMutation() 292 .bind(NodeID<Expr>::value)), in findArrayElementMutation() 305 .bind(NodeID<Expr>::value)), in findCastMutation() 314 .bind("expr")), in findCastMutation() 325 .bind(NodeID<Decl>::value)), in findRangeLoopMutation() 341 .bind(NodeID<Expr>::value)), in findReferenceMutation() 355 hasParent(declStmt().bind("stmt")), in findReferenceMutation() 360 .bind(NodeID<Decl>::value))), in findReferenceMutation() [all …]
|
| /freebsd-12.1/sys/dev/xen/evtchn/ |
| H A D | evtchn_dev.c | 402 struct ioctl_evtchn_bind_virq *bind; in evtchn_ioctl() local 407 bind = (struct ioctl_evtchn_bind_virq *)arg; in evtchn_ioctl() 409 error = xen_intr_bind_virq(evtchn_dev, bind->virq, 0, in evtchn_ioctl() 418 bind->port = evtchn->port; in evtchn_ioctl() 423 struct ioctl_evtchn_bind_interdomain *bind; in evtchn_ioctl() local 428 bind = (struct ioctl_evtchn_bind_interdomain *)arg; in evtchn_ioctl() 431 bind->remote_domain, bind->remote_port, NULL, in evtchn_ioctl() 440 bind->port = evtchn->port; in evtchn_ioctl() 445 struct ioctl_evtchn_bind_unbound_port *bind; in evtchn_ioctl() local 450 bind = (struct ioctl_evtchn_bind_unbound_port *)arg; in evtchn_ioctl() [all …]
|
| /freebsd-12.1/contrib/tcsh/nls/ukrainian/ |
| H A D | set20 | 2 $ tc.bind.c 16 13 -a list or bind KEY in alternative key map\n 20 17 -v bind all keys to vi bindings\n 21 18 -e bind all keys to emacs bindings\n 22 19 -d bind all keys to default editor's bindings (%s)\n 39 36 Використання: bind [KEY | COMMAND KEY | "emacs" | "vi" | "-a"]\n
|
| /freebsd-12.1/contrib/tcsh/nls/C/ |
| H A D | set20 | 2 $ tc.bind.c 16 13 -a list or bind KEY in alternative key map\n 20 17 -v bind all keys to vi bindings\n 21 18 -e bind all keys to emacs bindings\n 22 19 -d bind all keys to default editor's bindings (%s)\n 39 36 usage: bind [KEY | COMMAND KEY | "emacs" | "vi" | "-a"]\n
|
| /freebsd-12.1/tools/regression/sockets/unix_bindconnect/ |
| H A D | unix_bindconnect.c | 114 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-12.1/contrib/tcsh/nls/finnish/ |
| H A D | set20 | 2 $ tc.bind.c 16 13 -a list or bind KEY in alternative key map\n 20 17 -v bind all keys to vi bindings\n 21 18 -e bind all keys to emacs bindings\n 22 19 -d bind all keys to default editor's bindings (%s)\n 39 36 Käyttö: bind [NÄPPÄIN | KOMENTO NÄPPÄIN | "emacs" | "vi" | "-a"]\n
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | c-gimplify.c | 143 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()
|
| H A D | omp-low.c | 3795 TREE_SIDE_EFFECTS (bind) = 1; in lower_omp_single() 3819 pop_gimplify_context (bind); in lower_omp_single() 3821 BIND_EXPR_VARS (bind) = chainon (BIND_EXPR_VARS (bind), ctx->block_vars); in lower_omp_single() 3837 TREE_SIDE_EFFECTS (bind) = 1; in lower_omp_master() 3859 pop_gimplify_context (bind); in lower_omp_master() 3861 BIND_EXPR_VARS (bind) = chainon (BIND_EXPR_VARS (bind), ctx->block_vars); in lower_omp_master() 3898 pop_gimplify_context (bind); in lower_omp_ordered() 3900 BIND_EXPR_VARS (bind) = chainon (BIND_EXPR_VARS (bind), ctx->block_vars); in lower_omp_ordered() 3990 pop_gimplify_context (bind); in lower_omp_critical() 3991 BIND_EXPR_VARS (bind) = chainon (BIND_EXPR_VARS (bind), ctx->block_vars); in lower_omp_critical() [all …]
|
| /freebsd-12.1/sys/rpc/ |
| H A D | svc_generic.c | 160 struct t_bind bind; in svc_tp_create() local 171 bind.addr = *taddr; in svc_tp_create() 173 bind.qlen = -1; in svc_tp_create() 174 xprt = svc_tli_create(pool, NULL, nconf, &bind, 0, 0); in svc_tp_create() 175 free(bind.addr.buf, M_RPC); in svc_tp_create()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| H A D | LoopUnrolling.cpp | 88 to(varDecl(hasType(isInteger())).bind(BindName))))), in simpleCondition() 90 integerLiteral().bind("boundNum")))) in simpleCondition() 91 .bind("conditionOperator"); in simpleCondition() 147 integerLiteral().bind("initNum"))), in forLoopMatcher() 152 integerLiteral().bind("initNum")))))), in forLoopMatcher() 160 unless(hasBody(hasSuspiciousStmt("initVarName")))).bind("forLoop"); in forLoopMatcher()
|
| /freebsd-12.1/usr.sbin/rpcbind/tests/ |
| H A D | addrmerge_test.c | 82 const char* bcast, unsigned int flags, bool bind) in mock_ifaddr4() argument 120 if (bind) { in mock_ifaddr4() 129 const char* bcast, unsigned int flags, uint32_t scope_id, bool bind) in mock_ifaddr6() argument 172 if (bind) { in mock_ifaddr6() 181 unsigned int flags __unused, uint32_t scope_id __unused, bool bind __unused) in mock_ifaddr6() 219 mock_igb1(bool bind) in mock_igb1() argument 223 bind); in mock_igb1() 227 0, bind); in mock_igb1() 232 3, bind); in mock_igb1()
|
| /freebsd-12.1/contrib/unbound/contrib/ |
| H A D | unbound.init_fedora | 44 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;
|