| /netbsd-src/external/bsd/unbound/dist/libunbound/ |
| H A D | libunbound.c | 978 if(ctx->env->cfg->forwards && in ub_ctx_set_fwd() 979 strcmp(ctx->env->cfg->forwards->name, ".") == 0) { in ub_ctx_set_fwd() 980 s = ctx->env->cfg->forwards; in ub_ctx_set_fwd() 981 ctx->env->cfg->forwards = s->next; in ub_ctx_set_fwd() 998 if(!ctx->env->cfg->forwards || in ub_ctx_set_fwd() 999 strcmp(ctx->env->cfg->forwards->name, ".") != 0) { in ub_ctx_set_fwd() 1013 s->next = ctx->env->cfg->forwards; in ub_ctx_set_fwd() 1014 ctx->env->cfg->forwards = s; in ub_ctx_set_fwd() 1016 log_assert(ctx->env->cfg->forwards); in ub_ctx_set_fwd() 1017 s = ctx->env->cfg->forwards; in ub_ctx_set_fwd()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| H A D | data.c | 623 bool forwards; in gfc_advance_section() local 640 forwards = true; in gfc_advance_section() 642 forwards = false; in gfc_advance_section() 648 forwards = true; in gfc_advance_section() 662 if ((cmp > 0 && forwards) || (cmp < 0 && !forwards)) in gfc_advance_section()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
| H A D | data.cc | 649 bool forwards; in gfc_advance_section() local 666 forwards = true; in gfc_advance_section() 668 forwards = false; in gfc_advance_section() 674 forwards = true; in gfc_advance_section() 688 if ((cmp > 0 && forwards) || (cmp < 0 && !forwards)) in gfc_advance_section()
|
| /netbsd-src/external/bsd/unbound/dist/util/ |
| H A D | configparser.y | 364 s->next = cfg_parser->cfg->forwards; 365 cfg_parser->cfg->forwards = s; 3007 if(cfg_parser->cfg->forwards->name) 3010 free(cfg_parser->cfg->forwards->name); 3011 cfg_parser->cfg->forwards->name = $2; 3017 if(!cfg_strlist_insert(&cfg_parser->cfg->forwards->hosts, $2)) 3024 if(!cfg_strlist_insert(&cfg_parser->cfg->forwards->addrs, $2)) 3033 else cfg_parser->cfg->forwards->isfirst=(strcmp($2, "yes")==0); 3042 else cfg_parser->cfg->forwards->no_cache=(strcmp($2, "yes")==0); 3051 else cfg_parser->cfg->forwards->ssl_upstream = [all …]
|
| H A D | configparser.c | 2956 s->next = cfg_parser->cfg->forwards; in yyparse() 2957 cfg_parser->cfg->forwards = s; in yyparse() 6336 if(cfg_parser->cfg->forwards->name) in yyparse() 6339 free(cfg_parser->cfg->forwards->name); in yyparse() 6340 cfg_parser->cfg->forwards->name = (yyvsp[0].str); in yyparse() 6349 if(!cfg_strlist_insert(&cfg_parser->cfg->forwards->hosts, (yyvsp[0].str))) in yyparse() 6359 if(!cfg_strlist_insert(&cfg_parser->cfg->forwards->addrs, (yyvsp[0].str))) in yyparse() 6371 else cfg_parser->cfg->forwards->isfirst=(strcmp((yyvsp[0].str), "yes")==0); in yyparse() 6383 else cfg_parser->cfg->forwards->no_cache=(strcmp((yyvsp[0].str), "yes")==0); in yyparse() 6395 else cfg_parser->cfg->forwards->ssl_upstream = in yyparse() [all …]
|
| H A D | config_file.h | 250 struct config_stub* forwards; member
|
| /netbsd-src/crypto/external/bsd/openssh/dist/ |
| H A D | PROTOCOL.mux | 160 6. Requesting establishment of port forwards 189 7. Requesting closure of port forwards 283 XXX extended status (e.g. report open channels / forwards)
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/docs/DesignDocs/ |
| H A D | ThreadingSupportAPI.rst | 29 header simply forwards to the ``<__external_threading>`` header (which must exist).
|
| /netbsd-src/external/gpl3/binutils.old/dist/libctf/ |
| H A D | ChangeLog | 190 promoting forwards. Always populate the full-size 229 forwards. 694 * ctf-types.c (ctf_type_aname): Print forwards to unions and enums 816 (ctf_type_size): Yield ECTF_INCOMPLETE when applied to forwards. 823 forwards.
|
| /netbsd-src/external/gpl3/binutils/dist/libctf/ |
| H A D | ChangeLog | 211 promoting forwards. Always populate the full-size 250 forwards. 715 * ctf-types.c (ctf_type_aname): Print forwards to unions and enums 837 (ctf_type_size): Yield ECTF_INCOMPLETE when applied to forwards. 844 forwards.
|
| /netbsd-src/external/apache2/llvm/dist/clang/docs/ |
| H A D | SourceBasedCodeCoverage.rst | 291 * There are no backwards or forwards compatibility guarantees for the raw 297 These formats are not forwards-compatible: i.e, a tool which uses format 302 forwards-compatible.
|
| /netbsd-src/external/bsd/unbound/dist/pythonmod/doc/modules/ |
| H A D | config.rst | 151 .. attribute:: forwards
|
| /netbsd-src/external/bsd/unbound/dist/smallapp/ |
| H A D | unbound-checkconf.c | 168 for(p=cfg->forwards; p; p=p->next) { in donotquerylocalhostcheck() 645 warn_hosts("forward-host", cfg->forwards); in morechecks()
|
| /netbsd-src/external/bsd/unbound/dist/iterator/ |
| H A D | iter_fwd.c | 267 for(s = cfg->forwards; s; s = s->next) { in read_forwards()
|
| /netbsd-src/external/mpl/bind/dist/doc/arm/ |
| H A D | config-resolve.inc.rst | 293 This forwarding resolver configuration forwards all recursive queries, other 409 This forwarding resolver configuration only forwards recursive queries for the
|
| H A D | security.inc.rst | 267 attacked by sending the update to the secondary, which forwards it to
|
| /netbsd-src/external/gpl3/binutils/dist/libctf/doc/ |
| H A D | ctf-spec.info | 1123 non-root-visible forwards indicate that a non-forward is coming. 1125 After link time, forwards are fused with their corresponding 1126 non-forwards by the deduplicator where possible. They are kept if there 1129 it. Otherwise, all other forwards are converted to structures, unions, 1132 the same dictionary unless they conflict, so promoting forwards to their 1139 of the forward. This means that we can distinguish forwards to structs,
|
| H A D | ctf-spec.texi | 1491 before link time, therefore, non-root-visible forwards indicate that a 1494 After link time, forwards are fused with their corresponding non-forwards by the 1498 forwards are converted to structures, unions, or enums as appropriate, even 1501 so promoting forwards to their concrete type seems most helpful). 1507 forward. This means that we can distinguish forwards to structs, enums and
|
| /netbsd-src/external/gpl3/binutils.old/dist/libctf/doc/ |
| H A D | ctf-spec.texi | 1491 before link time, therefore, non-root-visible forwards indicate that a 1494 After link time, forwards are fused with their corresponding non-forwards by the 1498 forwards are converted to structures, unions, or enums as appropriate, even 1501 so promoting forwards to their concrete type seems most helpful). 1507 forward. This means that we can distinguish forwards to structs, enums and
|
| H A D | ctf-spec.info | 1123 non-root-visible forwards indicate that a non-forward is coming. 1125 After link time, forwards are fused with their corresponding 1126 non-forwards by the deduplicator where possible. They are kept if there 1129 it. Otherwise, all other forwards are converted to structures, unions, 1132 the same dictionary unless they conflict, so promoting forwards to their 1139 of the forward. This means that we can distinguish forwards to structs,
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/csky/ |
| H A D | csky.c | 811 HOST_WIDE_INT forwards; member 965 HOST_WIDE_INT max_address = fix->address + fix->forwards; in add_csky_minipool_forward_ref() 1282 fix->forwards = CSKY_CONSTANT_POOL_RANGE; in push_csky_minipool_fix() 1289 gcc_assert (fix->forwards || fix->backwards); in push_csky_minipool_fix() 1297 -1 * (long)fix->backwards, (long)fix->forwards); in push_csky_minipool_fix()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/csky/ |
| H A D | csky.cc | 895 HOST_WIDE_INT forwards; member 1051 HOST_WIDE_INT max_address = fix->address + fix->forwards; in add_csky_minipool_forward_ref() 1369 fix->forwards = CSKY_CONSTANT_POOL_RANGE; in push_csky_minipool_fix() 1376 gcc_assert (fix->forwards || fix->backwards); in push_csky_minipool_fix() 1384 -1 * (long)fix->backwards, (long)fix->forwards); in push_csky_minipool_fix()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/ |
| H A D | chrono | 912 /// Adjust a time point forwards by the given duration. 926 /// Adjust a time point forwards by the given duration.
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/ |
| H A D | functional | 209 * @brief Returns a function object that forwards to the member pointer 1086 * when called, forwards its arguments to the wrapped function object.
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
| H A D | NewPassManager.rst | 339 simply forwards the invalidation to the inner analysis manager.
|