| /freebsd-12-stable/crypto/openssh/regress/ |
| D | modpipe.c | 88 struct modification mods[MAX_MODIFICATIONS]; in main() local 96 parse_modification(optarg, &(mods[num_mods++])); in main() 116 if (mods[i].offset < total || in main() 117 mods[i].offset >= total + s) in main() 119 switch (mods[i].what) { in main() 121 buf[mods[i].offset - total] ^= mods[i].m1; in main() 124 buf[mods[i].offset - total] &= mods[i].m1; in main() 125 buf[mods[i].offset - total] |= mods[i].m2; in main() 144 if (mods[i].offset < total) in main()
|
| /freebsd-12-stable/crypto/openssl/crypto/bn/ |
| D | bn_prime.c | 25 static int probable_prime(BIGNUM *rnd, int bits, int safe, prime_t *mods); 26 static int probable_prime_dh(BIGNUM *rnd, int bits, int safe, prime_t *mods, 61 prime_t *mods = NULL; in BN_generate_prime_ex() local 78 mods = OPENSSL_zalloc(sizeof(*mods) * NUMPRIMES); in BN_generate_prime_ex() 79 if (mods == NULL) in BN_generate_prime_ex() 92 if (!probable_prime(ret, bits, safe, mods)) in BN_generate_prime_ex() 95 if (!probable_prime_dh(ret, bits, safe, mods, add, rem, ctx)) in BN_generate_prime_ex() 138 OPENSSL_free(mods); in BN_generate_prime_ex() 272 static int probable_prime(BIGNUM *rnd, int bits, int safe, prime_t *mods) in probable_prime() argument 289 mods[i] = (prime_t) mod; in probable_prime() [all …]
|
| /freebsd-12-stable/contrib/binutils/opcodes/ |
| D | arc-opc.c | 332 int mods, in insert_reg() argument 392 if (!(mods & ARC_MOD_AUXREG)) in insert_reg() 461 int mods ATTRIBUTE_UNUSED, in insert_flag() 478 int mods ATTRIBUTE_UNUSED, in insert_nullify() 496 int mods ATTRIBUTE_UNUSED, in insert_flagfinish() 516 int mods ATTRIBUTE_UNUSED, in insert_cond() 535 int mods ATTRIBUTE_UNUSED, in insert_forcelimm() 547 int mods ATTRIBUTE_UNUSED, in insert_addr_wb() 559 int mods, in insert_base() argument 567 myinsn = insert_reg (0, operand,mods, reg, value, errmsg) >> operand->shift; in insert_base() [all …]
|
| /freebsd-12-stable/crypto/heimdal/lib/hdb/ |
| D | hdb-ldap.c | 274 LDAP_addmod_generalized_time(LDAPMod *** mods, int modop, in LDAP_addmod_generalized_time() argument 284 return LDAP_addmod(mods, modop, attribute, buf); in LDAP_addmod_generalized_time() 289 LDAPMod *** mods, int modop, in LDAP_addmod_integer() argument 301 ret = LDAP_addmod(mods, modop, attribute, buf); in LDAP_addmod_integer() 389 LDAPMod **mods = NULL; in LDAP_entry2mods() local 449 ret = LDAP_addmod(&mods, LDAP_MOD_ADD, "objectClass", "top"); in LDAP_entry2mods() 455 ret = LDAP_addmod(&mods, LDAP_MOD_ADD, "objectClass", in LDAP_entry2mods() 462 ret = LDAP_addmod(&mods, LDAP_MOD_ADD, "objectClass", "krb5Principal"); in LDAP_entry2mods() 467 ret = LDAP_addmod(&mods, LDAP_MOD_ADD, "objectClass", "krb5KDCEntry"); in LDAP_entry2mods() 483 ret = LDAP_addmod(&mods, LDAP_MOD_REPLACE, in LDAP_entry2mods() [all …]
|
| /freebsd-12-stable/usr.sbin/nandsim/ |
| D | nandsim.c | 421 struct sim_mod mods; in cmdmod() local 427 mods.field = SIM_MOD_LOG_LEVEL; in cmdmod() 429 if (convert_arguint(gargv[3], &mods.new_value) != 0) in cmdmod() 435 err = ioctl(fd, NANDSIM_MODIFY, &mods); in cmdmod() 443 debug("request : loglevel = %d\n", mods.new_value); in cmdmod() 467 if (convert_arguint(gargv[i + 1], &mods.new_value) != 0) in cmdmod() 473 mods.field = SIM_MOD_PROG_TIME; in cmdmod() 474 debug("request : progtime = %d\n", mods.new_value); in cmdmod() 479 mods.field = SIM_MOD_ERASE_TIME; in cmdmod() 480 debug("request : eraseime = %d\n", mods.new_value); in cmdmod() [all …]
|
| /freebsd-12-stable/contrib/bsnmp/gensnmpdef/ |
| D | gensnmpdef.c | 507 SmiModule **mods; in main() local 551 mods = malloc(sizeof(mods[0]) * argc); in main() 552 if (mods == NULL) in main() 558 mods[opt] = smiGetModule(name); in main() 563 if (mods[opt] == NULL) /* smiGetModule failed above */ in main() 565 n = smiGetFirstNode(mods[opt], SMI_NODEKIND_ANY); in main()
|
| /freebsd-12-stable/contrib/gcclibs/libiberty/ |
| D | cp-demangle.c | 3449 struct d_print_mod *mods, int suffix) in d_print_mod_list() argument 3453 if (mods == NULL || d_print_saw_error (dpi)) in d_print_mod_list() 3456 if (mods->printed in d_print_mod_list() 3458 && (mods->mod->type == DEMANGLE_COMPONENT_RESTRICT_THIS in d_print_mod_list() 3459 || mods->mod->type == DEMANGLE_COMPONENT_VOLATILE_THIS in d_print_mod_list() 3460 || mods->mod->type == DEMANGLE_COMPONENT_CONST_THIS))) in d_print_mod_list() 3462 d_print_mod_list (dpi, mods->next, suffix); in d_print_mod_list() 3466 mods->printed = 1; in d_print_mod_list() 3469 dpi->templates = mods->templates; in d_print_mod_list() 3471 if (mods->mod->type == DEMANGLE_COMPONENT_FUNCTION_TYPE) in d_print_mod_list() [all …]
|
| /freebsd-12-stable/contrib/binutils/libiberty/ |
| D | cp-demangle.c | 3600 struct d_print_mod *mods, int suffix) in d_print_mod_list() argument 3604 if (mods == NULL || d_print_saw_error (dpi)) in d_print_mod_list() 3607 if (mods->printed in d_print_mod_list() 3609 && (mods->mod->type == DEMANGLE_COMPONENT_RESTRICT_THIS in d_print_mod_list() 3610 || mods->mod->type == DEMANGLE_COMPONENT_VOLATILE_THIS in d_print_mod_list() 3611 || mods->mod->type == DEMANGLE_COMPONENT_CONST_THIS))) in d_print_mod_list() 3613 d_print_mod_list (dpi, mods->next, suffix); in d_print_mod_list() 3617 mods->printed = 1; in d_print_mod_list() 3620 dpi->templates = mods->templates; in d_print_mod_list() 3622 if (mods->mod->type == DEMANGLE_COMPONENT_FUNCTION_TYPE) in d_print_mod_list() [all …]
|
| /freebsd-12-stable/contrib/unbound/services/ |
| D | modstack.c | 277 int m = modstack_find(&env->mesh->mods, name); 280 mods.mod[m]->get_mem)); 281 return (*env->mesh->mods.mod[m]->get_mem)(env, m);
|
| D | mesh.c | 198 mesh->mods = *stack; in mesh_create() 886 for(i=0; i<env->mesh->mods.num; i++) { in mesh_state_create() 942 for(i=0; i<mesh->mods.num; i++) { in mesh_state_cleanup() 943 fptr_ok(fptr_whitelist_mod_clear(mesh->mods.mod[i]->clear)); in mesh_state_cleanup() 944 (*mesh->mods.mod[i]->clear)(&mstate->s, i); in mesh_state_cleanup() 1566 mesh->mods.mod[ref->s->s.curmod]->inform_super)); in mesh_walk_supers() 1567 (*mesh->mods.mod[ref->s->s.curmod]->inform_super)(&mstate->s, in mesh_walk_supers() 1749 mesh->mods.mod[mstate->s.curmod]->name); in mesh_continue() 1757 if(mesh->mods.num == mstate->s.curmod) { in mesh_continue() 1766 for(; mstate->s.curmod < mesh->mods.num; in mesh_continue() [all …]
|
| D | authzone.h | 494 struct module_stack* mods); 772 struct module_stack* mods, char** result, int offline,
|
| /freebsd-12-stable/contrib/llvm-project/libunwind/src/ |
| D | AddressSpace.hpp | 539 HMODULE mods[1024]; in findUnwindSections() 543 if (!EnumProcessModules(process, mods, sizeof(mods), &needed)) { in findUnwindSections() 551 PIMAGE_DOS_HEADER pidh = (PIMAGE_DOS_HEADER)mods[i]; in findUnwindSections() 558 info.dso_base = (uintptr_t)mods[i]; in findUnwindSections() 560 uintptr_t begin = pish->VirtualAddress + (uintptr_t)mods[i]; in findUnwindSections()
|
| /freebsd-12-stable/contrib/binutils/gas/config/ |
| D | tc-arc.c | 261 int mods, in arc_insert_operand() argument 300 insn = (*operand->insert) (insn, operand, mods, reg, (long) val, &errmsg); in arc_insert_operand() 1507 int mods; in md_assemble() local 1526 mods = 0; in md_assemble() 1529 mods |= arc_operands[arc_operand_map[(int) *syn]].flags & ARC_MOD_BITS; in md_assemble() 1541 insn = (*operand->insert) (insn, operand, mods, NULL, 0, &errmsg); in md_assemble() 1586 if (mods & ARC_MOD_DOT) in md_assemble() 1633 mods, NULL, suf->value, in md_assemble() 1654 mods, NULL, suffix->value, in md_assemble() 1745 (insn, operand, mods, reg, 0L, &junk); in md_assemble() [all …]
|
| /freebsd-12-stable/contrib/binutils/include/opcode/ |
| D | arc.h | 232 (arc_insn insn, const struct arc_operand *operand, int mods, 260 (arc_insn *insn, const struct arc_operand *operand, int mods,
|
| /freebsd-12-stable/contrib/subversion/subversion/svn/schema/ |
| D | log.rnc | 43 attribute text-mods { "true" | "false" }?, 44 attribute prop-mods { "true" | "false" }?,
|
| /freebsd-12-stable/contrib/mandoc/ |
| D | tbl_layout.c | 56 static void mods(struct tbl_node *, struct tbl_cell *, 65 mods(struct tbl_node *tbl, struct tbl_cell *cp, in mods() function 262 mods(tbl, cell_alloc(tbl, rp, c), ln, p, pos); in cell()
|
| /freebsd-12-stable/contrib/unbound/daemon/ |
| D | daemon.c | 257 modstack_init(&daemon->mods); in daemon_init() 453 if(!modstack_setup(&daemon->mods, daemon->cfg->module_conf, in daemon_setup_modules() 736 &daemon->use_rpz, daemon->env, &daemon->mods)) in daemon_fork() 747 modstack_find(&daemon->mods, "respip") < 0) in daemon_fork() 753 modstack_find(&daemon->mods, "respip") < 0) in daemon_fork() 873 modstack_desetup(&daemon->mods, daemon->env); in daemon_delete()
|
| D | worker.c | 143 for(i=0; i<worker->env.mesh->mods.num; i++) { in worker_mem_report() 145 mods.mod[i]->get_mem)); in worker_mem_report() 146 if(strcmp(worker->env.mesh->mods.mod[i]->name, "validator")==0) in worker_mem_report() 147 val += (*worker->env.mesh->mods.mod[i]->get_mem) in worker_mem_report() 150 else if(strcmp(worker->env.mesh->mods.mod[i]->name, in worker_mem_report() 152 subnet += (*worker->env.mesh->mods.mod[i]->get_mem) in worker_mem_report() 155 else iter += (*worker->env.mesh->mods.mod[i]->get_mem) in worker_mem_report() 202 for(i=0; i<worker->env.mesh->mods.num; i++) { in worker_mem_report() 204 mods.mod[i]->get_mem)); in worker_mem_report() 205 if(strcmp(worker->env.mesh->mods.mod[i]->name, "validator")==0) in worker_mem_report() [all …]
|
| D | daemon.h | 117 struct module_stack mods; member
|
| D | stats.c | 143 int m = modstack_find(&worker->env.mesh->mods, "subnetcache"); in set_subnet_stats() 168 int m = modstack_find(&worker->env.mesh->mods, "validator"); in set_neg_cache_stats() 191 int m = modstack_find(&worker->env.mesh->mods, "validator"); in get_rrset_bogus() 209 int m = modstack_find(&worker->env.mesh->mods, "iterator"); in get_queries_ratelimit()
|
| /freebsd-12-stable/usr.sbin/etcupdate/tests/ |
| D | fbsdid_test.sh | 175 these are some local mods to the file 197 these are some local mods to the file
|
| /freebsd-12-stable/contrib/unbound/libunbound/ |
| D | context.h | 120 struct module_stack mods; member
|
| D | context.c | 76 if(!modstack_setup(&ctx->mods, cfg->module_conf, ctx->env)) in context_finalize() 86 ctx->env, &ctx->mods)) in context_finalize()
|
| /freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/ |
| D | dtrace.c | 522 const char *mods[20]; in etcsystem_add() local 533 nmods = dtrace_provider_modules(g_dtp, mods, in etcsystem_add() 534 sizeof (mods) / sizeof (char *) - 1); in etcsystem_add() 536 if (nmods >= sizeof (mods) / sizeof (char *)) in etcsystem_add() 539 mods[nmods++] = "dtrace"; in etcsystem_add() 542 oprintf("forceload: drv/%s\n", mods[line]); in etcsystem_add()
|
| /freebsd-12-stable/contrib/unbound/iterator/ |
| D | iter_utils.h | 424 void iterator_set_ip46_support(struct module_stack* mods,
|