| /netbsd-src/external/mpl/bind/dist/contrib/dlz/modules/ldap/testing/ |
| H A D | example.ldif | |
| /netbsd-src/external/bsd/kyua-cli/dist/store/ |
| H A D | transaction.cpp | 86 stmt.bind(":context_id", context_id); in get_env_vars() 111 stmt.bind(":metadata_id", metadata_id); in get_metadata() 136 stmt.bind(":file_id", file_id); in get_file() 180 stmt.bind(":test_program_id", test_program_id); in get_test_cases() 256 stmt.bind(":context_id", context_id); in put_env_vars() 259 stmt.bind(":var_name", (*iter).first); in put_env_vars() 260 stmt.bind(":var_value", (*iter).second); in put_env_vars() 304 stmt.bind(":metadata_id", metadata_id); in put_metadata() 308 stmt.bind(":property_name", (*iter).first); in put_metadata() 309 stmt.bind(":property_value", (*iter).second); in put_metadata() [all …]
|
| H A D | dbtypes.cpp | 49 stmt.bind(field, value ? "true" : "false"); in bind_bool() 62 stmt.bind(field, static_cast< int64_t >(delta.to_microseconds())); in bind_delta() 80 stmt.bind(field, sqlite::null()); in bind_optional_string() 82 stmt.bind(field, str); in bind_optional_string() 95 stmt.bind(field, timestamp.to_microseconds()); in bind_timestamp()
|
| /netbsd-src/external/bsd/unbound/dist/testdata/ |
| H A D | version_bind.rpl | 8 SCENARIO_BEGIN Test version.bind identity and version queries 10 ; version.bind. 14 version.bind. CH TXT 21 version.bind. CH TXT 23 version.bind. 0 CH TXT "test-version" 42 ; hostname.bind. 46 hostname.bind. CH TXT 53 hostname.bind. CH TXT 55 hostname.bind. 0 CH TXT "test-identity"
|
| H A D | acl.rpl | 14 ; version.bind. 19 version.bind. CH TXT 26 version.bind. CH TXT 28 version.bind. 0 CH TXT "test-version" 35 version.bind. CH TXT 47 version.bind. CH TXT
|
| H A D | version_bind_hide.rpl | 11 ; version.bind. 16 version.bind. CH TXT 23 version.bind. CH TXT 41 ; hostname.bind. 46 hostname.bind. CH TXT 53 hostname.bind. CH TXT
|
| /netbsd-src/external/bsd/kyua-cli/dist/utils/sqlite/ |
| H A D | statement.hpp | 128 void bind(const int, const blob&); 129 void bind(const int, const double); 130 void bind(const int, const int); 131 void bind(const int, const int64_t); 132 void bind(const int, const null&); 133 void bind(const int, const std::string&); 134 template< class T > void bind(const char*, const T&);
|
| /netbsd-src/external/gpl3/gcc.old/dist/contrib/ |
| H A D | make_sunver.pl | 91 (undef, undef, undef, undef, $bind, $oth, undef, $shndx, $name) = split; 94 die "unknown input line:\n$_" unless defined($bind); 97 next if ($bind eq "LOCL"); 103 if ($bind !~ /^(GLOB|WEAK)/ or $oth ne "D") { 128 (undef, undef, undef, undef, $bind, $vis, $ndx, $name) = split; 131 die "unknown input line:\n$_" unless defined($bind); 134 next if ($bind eq "LOCAL"); 140 if ($bind !~ /^(GLOBAL|WEAK)/ or $vis ne "DEFAULT") {
|
| /netbsd-src/external/gpl3/gcc/dist/contrib/ |
| H A D | make_sunver.pl | 91 (undef, undef, undef, undef, $bind, $oth, undef, $shndx, $name) = split; 94 die "unknown input line:\n$_" unless defined($bind); 97 next if ($bind eq "LOCL"); 103 if ($bind !~ /^(GLOB|WEAK)/ or $oth ne "D") { 128 (undef, undef, undef, undef, $bind, $vis, $ndx, $name) = split; 131 die "unknown input line:\n$_" unless defined($bind); 134 next if ($bind eq "LOCAL"); 140 if ($bind !~ /^(GLOBAL|WEAK)/ or $vis ne "DEFAULT") {
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | NumberObjectConversionChecker.cpp | 205 .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 …]
|
| H A D | RunLoopAutoreleaseLeakChecker.cpp | 136 .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()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| H A D | c-gimplify.c | 162 gbind *bind; in add_block_to_enclosing() local 165 FOR_EACH_VEC_ELT (stack, i, bind) in add_block_to_enclosing() 166 if (gimple_bind_block (bind)) in add_block_to_enclosing() 169 enclosing = gimple_bind_block (bind); in add_block_to_enclosing() 183 tree decls, bind; in c_build_bind_expr() local 206 bind = build3 (BIND_EXPR, void_type_node, decls, body, block); in c_build_bind_expr() 207 TREE_SIDE_EFFECTS (bind) = 1; in c_build_bind_expr() 208 SET_EXPR_LOCATION (bind, loc); in c_build_bind_expr() 211 bind = body; in c_build_bind_expr() 213 return bind; in c_build_bind_expr()
|
| /netbsd-src/external/bsd/openldap/dist/doc/rfc/ |
| H A D | rfc3829.txt | 30 (LDAP) bind operation with a mechanism for requesting and returning 39 requesting and returning the authorization established in a bind 41 submitted by a client in a bind request if authenticating with 43 protocol [LDAPv3]. In the LDAP server's bind response, it may then 46 when there is a mapping step or other indirection during the bind, so 78 This control MAY be included in any bind request which specifies 80 as defined in [LDAPPROT]. In a multi-step bind operation, the client 81 MUST provide the control with each bind request. 88 This control MAY be included in any final bind response where the 89 first bind request of the bind operation included an Authorization [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libgfortran/ieee/ |
| H A D | ieee_exceptions.F90 | 86 bind(c, name="_gfortrani_get_fpu_state") 101 bind(c, name="_gfortrani_set_fpu_state") 119 bind(c, name="_gfortrani_get_fpu_except_flags") 133 bind(c, name="_gfortrani_set_fpu_except_flags") 154 bind(c, name="_gfortrani_get_fpu_trap_exceptions") 168 bind(c, name="_gfortrani_set_fpu_trap_exceptions") 188 bind(c, name="_gfortrani_support_fpu_trap") 202 bind(c, name="_gfortrani_support_fpu_flag")
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgfortran/ieee/ |
| H A D | ieee_exceptions.F90 | 86 bind(c, name="_gfortrani_get_fpu_state") 101 bind(c, name="_gfortrani_set_fpu_state") 119 bind(c, name="_gfortrani_get_fpu_except_flags") 133 bind(c, name="_gfortrani_set_fpu_except_flags") 154 bind(c, name="_gfortrani_get_fpu_trap_exceptions") 168 bind(c, name="_gfortrani_set_fpu_trap_exceptions") 188 bind(c, name="_gfortrani_support_fpu_trap") 202 bind(c, name="_gfortrani_support_fpu_flag")
|
| /netbsd-src/external/ibm-public/postfix/dist/proto/ |
| H A D | stop.double-install-proto-text | 1 bind bind no 2 bind bind sasl 3 bind bind yes
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
| H A D | ExprMutationAnalyzer.cpp | 187 match(findAll(declRefExpr(to(equalsNode(Dec))).bind(NodeID<Expr>::value)), in tryEachDeclRef() 224 .bind(NodeID<Expr>::value)), in isUnevaluated() 371 .bind("stmt"))), in findDirectMutation() 383 .bind(NodeID<Expr>::value)), in findMemberMutation() 397 .bind(NodeID<Expr>::value)), in findArrayElementMutation() 410 .bind("stmt")), in findCastMutation() 424 .bind(NodeID<Expr>::value)), in findCastMutation() 434 .bind("expr")), in findCastMutation() 451 .bind(NodeID<Decl>::value)), in findRangeLoopMutation() 454 .bind("stmt")), in findRangeLoopMutation() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgomp/ |
| H A D | openacc.f90 | 512 bind (C, name = "acc_get_num_devices") 519 bind (C, name = "acc_set_device_type") 525 bind (C, name = "acc_get_device_type") 531 bind (C, name = "acc_set_device_num") 537 bind (C, name = "acc_get_device_num") 544 bind (C, name = "acc_get_property") 554 bind (C, name = "acc_get_property_string") 564 bind (C, name = "acc_async_test") 571 bind (C, name = "acc_async_test_all") 577 bind (C, name = "acc_wait") [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libgomp/ |
| H A D | openacc.f90 | 512 bind (C, name = "acc_get_num_devices") 519 bind (C, name = "acc_set_device_type") 525 bind (C, name = "acc_get_device_type") 531 bind (C, name = "acc_set_device_num") 537 bind (C, name = "acc_get_device_num") 544 bind (C, name = "acc_get_property") 554 bind (C, name = "acc_get_property_string") 564 bind (C, name = "acc_async_test") 571 bind (C, name = "acc_async_test_all") 577 bind (C, name = "acc_wait") [all …]
|
| /netbsd-src/distrib/sets/ |
| H A D | TODO | 14 + base-bind meta-pkg created from base-bind-root, 15 base-bind-bin and base-bind-example 18 + meta-pkg content entirely derivable from pkg names (base-*, base-bind-*)
|
| /netbsd-src/external/bsd/openldap/dist/tests/progs/ |
| H A D | Makefile.in | 17 slapd-modify slapd-bind slapd-mtread ldif-filter slapd-watcher 21 slapd-modrdn.c slapd-modify.c slapd-bind.c slapd-mtread.c \ 56 slapd-bind: slapd-bind.o $(OBJS) $(XLIBS) 57 $(LTLINK) -o $@ slapd-bind.o $(OBJS) $(LIBS)
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/DumpTool/ |
| H A D | ASTSrcLocProcessor.cpp | 35 .bind("nodeClade")), in ASTSrcLocProcessor() 36 optionally(isDerivedFrom(cxxRecordDecl().bind("derivedFrom")))) in ASTSrcLocProcessor() 37 .bind("className"), in ASTSrcLocProcessor() 42 .bind("templateName"), in ASTSrcLocProcessor() 158 .bind("stmtOrDeclBase"))), in CaptureMethods() 160 cxxRecordDecl(hasName("clang::Expr")).bind("exprBase"))), in CaptureMethods() 163 .bind("typeLocBase"))))), in CaptureMethods() 165 .bind("classMethod")), in CaptureMethods()
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/scripts/ |
| H A D | extract_symvers.pl | 103 (undef, undef, undef, $type, $bind, $oth, undef, $shndx, $name) = split; 106 die "unknown input line:\n$_" unless defined($bind); 109 next if ($bind eq "LOCL"); 115 die "unhandled symbol:\n$_" if ($bind !~ /^(GLOB|WEAK)/ or $oth !~ /[DP]/);
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/scripts/ |
| H A D | extract_symvers.pl | 103 (undef, undef, undef, $type, $bind, $oth, undef, $shndx, $name) = split; 106 die "unknown input line:\n$_" unless defined($bind); 109 next if ($bind eq "LOCL"); 115 die "unhandled symbol:\n$_" if ($bind !~ /^(GLOB|WEAK)/ or $oth !~ /[DP]/);
|
| /netbsd-src/external/mpl/dhcp/dist/ |
| H A D | Makefile.am | 36 EXTRA_DIST += bind/Makefile.in bind/bind.tar.gz bind/version.tmp 57 chmod u+w $(distdir)/bind
|