| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | infrun.c | 74 static int currently_stepping (struct execution_control_state *ecs); 933 void init_execution_control_state (struct execution_control_state *ecs); 935 void handle_inferior_event (struct execution_control_state *ecs); 937 static void step_into_function (struct execution_control_state *ecs); 941 static void stop_stepping (struct execution_control_state *ecs); 942 static void prepare_to_wait (struct execution_control_state *ecs); 943 static void keep_going (struct execution_control_state *ecs); 958 struct execution_control_state *ecs; in wait_for_inferior() local 965 ecs = &ecss; in wait_for_inferior() 968 init_execution_control_state (ecs); in wait_for_inferior() [all …]
|
| D | ChangeLog-1999 | 7012 the ecs structure passed into this function.
|
| /openbsd/src/usr.sbin/unbound/edns-subnet/ |
| D | subnetmod.c | 106 subnet_ecs_opt_list_append(struct ecs_data* ecs, struct edns_option** list, in subnet_ecs_opt_list_append() argument 112 if(ecs->subnet_validdata) { in subnet_ecs_opt_list_append() 113 log_assert(ecs->subnet_addr_fam == EDNSSUBNET_ADDRFAM_IP4 || in subnet_ecs_opt_list_append() 114 ecs->subnet_addr_fam == EDNSSUBNET_ADDRFAM_IP6); in subnet_ecs_opt_list_append() 115 log_assert(ecs->subnet_addr_fam != EDNSSUBNET_ADDRFAM_IP4 || in subnet_ecs_opt_list_append() 116 ecs->subnet_source_mask <= INET_SIZE*8); in subnet_ecs_opt_list_append() 117 log_assert(ecs->subnet_addr_fam != EDNSSUBNET_ADDRFAM_IP6 || in subnet_ecs_opt_list_append() 118 ecs->subnet_source_mask <= INET6_SIZE*8); in subnet_ecs_opt_list_append() 120 sn_octs = ecs->subnet_source_mask / 8; in subnet_ecs_opt_list_append() 122 (size_t)((ecs->subnet_source_mask % 8)>0?1:0); in subnet_ecs_opt_list_append() [all …]
|
| D | subnetmod.h | 157 void subnet_ecs_opt_list_append(struct ecs_data* ecs, struct edns_option** list, 161 void subnet_option_from_ss(struct sockaddr_storage *ss, struct ecs_data* ecs,
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Encode/t/ |
| D | gsm0338.t | 68 my $ecs = "\x1b" . $c; 69 if ( $unesc_seq{$ecs} ) { 70 is decode( "gsm0338", $ecs, $chk ), $unesc_seq{$ecs}, 72 is encode( "gsm0338", $unesc_seq{$ecs}, $chk ), $ecs, 73 sprintf( "ESC: encode %s ", eu( $unesc_seq{$ecs} ) ); 76 is decode( "gsm0338", $ecs, $chk ),
|
| /openbsd/src/usr.bin/lex/ |
| D | Makefile | 16 SRCS= buf.c ccl.c dfa.c ecs.c filter.c gen.c main.c misc.c \
|
| D | ChangeLog | 3108 * buf.c, ccl.c, dfa.c, ecs.c, flexdef.h, gen.c, libmain.c, 3305 * main.c: Fixed seg fault bug in ecs. 5266 configure.in, dfa.c, ecs.c, flex.1, flex.skl, flexdef.h, gen.c, 5394 * FlexLexer.h, ccl.c, dfa.c, ecs.c, flex.skl, flexdef.h, gen.c, 5424 to.do/unicode/ecs.c, to.do/unicode/flex.1, to.do/unicode/flex.skl, 6141 * dfa.c: fixed bug with caseins but not ecs 6548 * dfa.c, ecs.c, flexdef.h, gen.c, main.c, nfa.c, tblcmp.c: 7106 * ccl.c, dfa.c, ecs.c, gen.c, main.c, misc.c, nfa.c, parse.y, 7271 * ccl.c, dfa.c, ecs.c, flex.skl, flexdef.h, gen.c, libmain.c, 7337 * ecs.c: Remove %t cruft [all …]
|
| D | ONEWS | 147 ecs -Ce option 152 meta-ecs -Cm option
|
| /openbsd/src/sys/dev/pci/ |
| D | yds.c | 396 size_t pcs, rcs, ecs, ws, memsize; in yds_allocate_slots() local 407 ecs = YREAD4(sc, YDS_EFFECT_CTRLSIZE) * sizeof(u_int32_t); in yds_allocate_slots() 413 DPRINTF(("eff control size : %d\n", (unsigned int)ecs)); in yds_allocate_slots() 470 cb += N_EFFECT_SLOT_CTRL * N_EFFECT_SLOT_CTRL_BANK * ecs; in yds_allocate_slots()
|
| /openbsd/src/sbin/unwind/libunbound/services/ |
| D | mesh.c | 1892 struct edns_option* ecs; in mesh_continue() local 1912 if((ecs = edns_opt_list_find( in mesh_continue() 1916 ecs->opt_code, ecs->opt_len, in mesh_continue() 1917 ecs->opt_data, in mesh_continue()
|
| /openbsd/src/usr.sbin/unbound/services/ |
| D | mesh.c | 1892 struct edns_option* ecs; in mesh_continue() local 1912 if((ecs = edns_opt_list_find( in mesh_continue() 1916 ecs->opt_code, ecs->opt_len, in mesh_continue() 1917 ecs->opt_data, in mesh_continue()
|
| /openbsd/src/usr.sbin/unbound/util/ |
| D | configlexer.lex | 380 max-ecs-tree-size-ipv4{COLON} { YDVAR(1, VAR_MAX_ECS_TREE_SIZE_IPV4) } 381 max-ecs-tree-size-ipv6{COLON} { YDVAR(1, VAR_MAX_ECS_TREE_SIZE_IPV6) }
|
| /openbsd/src/sbin/unwind/libunbound/util/ |
| D | configlexer.lex | 380 max-ecs-tree-size-ipv4{COLON} { YDVAR(1, VAR_MAX_ECS_TREE_SIZE_IPV4) } 381 max-ecs-tree-size-ipv6{COLON} { YDVAR(1, VAR_MAX_ECS_TREE_SIZE_IPV6) }
|
| /openbsd/src/usr.bin/file/magdir/ |
| D | archive | 171 # Acorn archive formats (Disaster prone simpleton, m91dps@ecs.ox.ac.uk)
|
| /openbsd/src/usr.sbin/unbound/doc/ |
| D | Changelog | 282 reply, that is older than the ecs reply, does not return after 283 the ecs reply expires. 3923 the max-ecs-tree-size-ipv4 and max-ecs-tree-size-ipv6 options.
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | FSFChangeLog.11 | 5092 Fri Jun 20 09:07:31 1997 Russell King <rmk92@ecs.soton.ac.uk>
|