| /mirbsd/src/usr.sbin/httpd/src/ap/ |
| D | ap_snprintf.c | 739 enum var_type_enum var_type = IS_INT; local 838 var_type = IS_QUAD; 842 var_type = IS_LONG; 846 var_type = IS_SHORT; 850 var_type = IS_INT; 868 if (var_type == IS_QUAD) { 875 if (var_type == IS_LONG) 878 else if (var_type == IS_SHORT) 894 if (var_type == IS_QUAD) { 901 if (var_type == IS_LONG) [all …]
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | ada-typeprint.c | 522 struct type *var_type, *par_type; in print_variant_clauses() local 525 var_type = TYPE_FIELD_TYPE (type, field_num); in print_variant_clauses() 526 discr_type = ada_variant_discrim_type (var_type, outer_type); in print_variant_clauses() 528 if (TYPE_CODE (var_type) == TYPE_CODE_PTR) in print_variant_clauses() 530 var_type = TYPE_TARGET_TYPE (var_type); in print_variant_clauses() 531 if (var_type == NULL || TYPE_CODE (var_type) != TYPE_CODE_UNION) in print_variant_clauses() 535 par_type = ada_find_parallel_type (var_type, "___XVU"); in print_variant_clauses() 537 var_type = par_type; in print_variant_clauses() 539 for (i = 0; i < TYPE_NFIELDS (var_type); i += 1) in print_variant_clauses() 542 print_choices (var_type, i, stream, discr_type); in print_variant_clauses() [all …]
|
| D | ada-valprint.c | 881 struct type *var_type = TYPE_FIELD_TYPE (type, field_num); in print_variant_part() local 882 int which = ada_which_variant_applies (var_type, outer_type, outer_valaddr); in print_variant_part() 888 (TYPE_FIELD_TYPE (var_type, which), in print_variant_part() 890 + TYPE_FIELD_BITPOS (var_type, which) / HOST_CHAR_BIT, in print_variant_part()
|
| D | ada-lang.c | 5146 ada_variant_discrim_type (struct type *var_type, struct type *outer_type) in ada_variant_discrim_type() argument 5148 char *name = ada_variant_discrim_name (var_type); in ada_variant_discrim_type() 5708 ada_which_variant_applies (struct type *var_type, struct type *outer_type, in ada_which_variant_applies() argument 5715 char *discrim_name = ada_variant_discrim_name (var_type); in ada_which_variant_applies() 5726 for (i = 0; i < TYPE_NFIELDS (var_type); i += 1) in ada_which_variant_applies() 5728 if (ada_is_others_clause (var_type, i)) in ada_which_variant_applies() 5730 else if (ada_in_variant (discrim_val, var_type, i)) in ada_which_variant_applies() 6405 struct type *var_type; in to_fixed_variant_branch_type() local 6408 var_type = TYPE_TARGET_TYPE (var_type0); in to_fixed_variant_branch_type() 6410 var_type = var_type0; in to_fixed_variant_branch_type() [all …]
|
| D | command.h | 214 var_types var_type, void *var,
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/cli/ |
| D | cli-decode.c | 182 c->var_type = var_boolean; in add_cmd() 305 var_types var_type, in add_set_or_show_cmd() argument 313 c->var_type = var_type; in add_set_or_show_cmd() 333 var_types var_type, void *var, in add_setshow_cmd_full() argument 358 set = add_set_or_show_cmd (name, set_cmd, class, var_type, var, in add_setshow_cmd_full() 362 show = add_set_or_show_cmd (name, show_cmd, class, var_type, var, in add_setshow_cmd_full() 375 var_types var_type, in deprecated_add_set_cmd() argument 380 return add_set_or_show_cmd (name, set_cmd, class, var_type, var, doc, list); in deprecated_add_set_cmd()
|
| D | cli-setshow.c | 108 switch (c->var_type) in deprecated_show_value_hack() 133 switch (c->var_type) in do_setshow_command() 305 switch (c->var_type) in do_setshow_command()
|
| D | cli-decode.h | 179 var_types var_type; member
|
| /mirbsd/src/usr.bin/rpcgen/ |
| D | rpc_svcout.c | 100 char *var_type; local 101 var_type = (nomain? "extern" : "static"); 102 fprintf(fout, "%s int _rpcpmstart;", var_type); 104 fprintf(fout, "%s int _rpcfdtype;", var_type); 107 fprintf(fout, "%s int _rpcsvcdirty;", var_type);
|
| /mirbsd/src/gnu/usr.bin/perl/lib/ExtUtils/ |
| D | xsubpp | 442 my ($var_type, $var_addr, $var_name) = /^(.*?[^&\s])\s*(\&?)\s*\b(\w+)$/s 452 $var_types{$var_name} = $var_type; 456 if ($var_type =~ / \( \s* \* \s* \) /x) { 458 print "\t" . &map_type($var_type, $var_name); 461 print "\t" . &map_type($var_type); 466 $proto_arg[$var_num] = ProtoString($var_type) 478 &output_init($var_type, $var_num, $var_name, $var_init, $name_printed); 481 &generate_init($var_type, $var_num, $var_name, $name_printed);
|