Searched refs:recurse (Results 1 - 25 of 165) sorted by relevance

1234567

/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Drecurse.c5 recurse (int a) function
13 b *= recurse (a - 1);
19 recurse (10);
H A Dsignest.c34 static int recurse = 0; local
35 if (++recurse < 3)
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Drecurse.c5 recurse (int a) function
13 b *= recurse (a - 1);
19 recurse (10);
H A Dsignest.c34 static int recurse = 0; local
35 if (++recurse < 3)
H A Drecurse.exp32 if [runto recurse] then {
47 gdb_test "continue" "Breakpoint.* recurse \\(a=9\\).*" \
48 "continue to recurse (a = 9)"
49 gdb_test "continue" "Breakpoint.* recurse \\(a=8\\).*" \
50 "continue to recurse (a = 8)"
51 gdb_test "continue" "Breakpoint.* recurse \\(a=7\\).*" \
52 "continue to recurse (a = 7)"
53 gdb_test "continue" "Breakpoint.* recurse \\(a=6\\).*" \
54 "continue to recurse (a = 6)"
55 gdb_test "continue" "Breakpoint.* recurse \\(
[all...]
/netbsd-current/tests/lib/libc/net/
H A Dt_nsdispatch.sh28 atf_test_case recurse
50 atf_add_test_case recurse
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dd-valprint.c33 struct ui_file *stream, int recurse,
66 d_value_print_inner (ival, stream, recurse + 1, options);
75 d_value_print_inner (struct value *val, struct ui_file *stream, int recurse, argument
86 stream, recurse, val, options);
91 c_value_print_inner (val, stream, recurse, options);
31 dynamic_array_type(struct type *type, LONGEST embedded_offset, CORE_ADDR address, struct ui_file *stream, int recurse, struct value *val, const struct value_print_options *options) argument
H A Dgo-valprint.c42 struct ui_file *stream, int recurse,
91 int recurse, const struct value_print_options *options)
108 stream, recurse, val, options);
119 c_value_print_inner (val, stream, recurse, options);
40 print_go_string(struct type *type, LONGEST embedded_offset, CORE_ADDR address, struct ui_file *stream, int recurse, struct value *val, const struct value_print_options *options) argument
90 go_value_print_inner(struct value *val, struct ui_file *stream, int recurse, const struct value_print_options *options) argument
H A Dcp-valprint.c122 int recurse, const struct value_print_options *options,
132 if (recurse == 0)
159 cp_print_value (val, stream, recurse + 1, options, dont_print_vb);
178 if (last_set_recurse != recurse)
183 last_set_recurse = recurse;
208 print_spaces_filtered (2 + 2 * recurse, stream);
219 print_spaces_filtered (2 + 2 * recurse, stream);
223 wrap_here (n_spaces (2 + 2 * recurse));
287 common_val_print (v, stream, recurse + 1,
305 v, stream, recurse
121 cp_print_value_fields(struct value *val, struct ui_file *stream, int recurse, const struct value_print_options *options, struct type **dont_print_vb, int dont_print_statmem) argument
388 cp_print_value(struct value *val, struct ui_file *stream, int recurse, const struct value_print_options *options, struct type **dont_print_vb) argument
551 cp_print_static_field(struct type *type, struct value *val, struct ui_file *stream, int recurse, const struct value_print_options *options) argument
[all...]
H A Dada-valprint.c123 int recurse,
170 print_spaces_filtered (2 + 2 * recurse, stream);
180 print_spaces_filtered (2 + 2 * recurse, stream);
182 wrap_here (n_spaces (2 + 2 * recurse));
213 common_val_print (v0, stream, recurse + 1, &opts, current_language);
233 print_spaces_filtered (2 + 2 * recurse, stream);
239 wrap_here (n_spaces (2 + 2 * recurse));
243 common_val_print (v0, stream, recurse + 1, &opts,
540 struct ui_file *stream, int recurse,
554 return print_field_values (active_component, outer_value, stream, recurse,
120 val_print_packed_array_elements(struct type *type, const gdb_byte *valaddr, int offset, struct ui_file *stream, int recurse, const struct value_print_options *options) argument
537 print_variant_part(struct value *value, int field_num, struct value *outer_value, struct ui_file *stream, int recurse, const struct value_print_options *options, int comma_needed, const struct language_defn *language) argument
572 print_field_values(struct value *value, struct value *outer_value, struct ui_file *stream, int recurse, const struct value_print_options *options, int comma_needed, const struct language_defn *language) argument
674 ada_val_print_string(struct type *type, const gdb_byte *valaddr, int offset_aligned, struct ui_file *stream, int recurse, const struct value_print_options *options) argument
718 ada_val_print_gnat_array(struct value *val, struct ui_file *stream, int recurse, const struct value_print_options *options) argument
748 ada_value_print_ptr(struct value *val, struct ui_file *stream, int recurse, const struct value_print_options *options) argument
768 ada_value_print_num(struct value *val, struct ui_file *stream, int recurse, const struct value_print_options *options) argument
850 ada_val_print_enum(struct value *value, struct ui_file *stream, int recurse, const struct value_print_options *options) argument
895 ada_val_print_struct_union(struct value *value, struct ui_file *stream, int recurse, const struct value_print_options *options) argument
923 ada_value_print_array(struct value *val, struct ui_file *stream, int recurse, const struct value_print_options *options) argument
958 ada_val_print_ref(struct type *type, const gdb_byte *valaddr, int offset, int offset_aligned, CORE_ADDR address, struct ui_file *stream, int recurse, struct value *original_value, const struct value_print_options *options) argument
1022 ada_value_print_1(struct value *val, struct ui_file *stream, int recurse, const struct value_print_options *options) argument
1101 ada_value_print_inner(struct value *val, struct ui_file *stream, int recurse, const struct value_print_options *options) argument
[all...]
H A Dc-valprint.c144 CORE_ADDR address, struct ui_file *stream, int recurse,
221 common_val_print (vt_val, stream, recurse + 1, options,
226 print_spaces_filtered (2 + 2 * recurse, stream);
236 struct ui_file *stream, int recurse,
312 value_print_array_elements (val, stream, recurse, options, i);
320 0, address, stream, recurse, options);
327 c_value_print_ptr (struct value *val, struct ui_file *stream, int recurse,
357 0, addr, stream, recurse, options);
364 c_value_print_struct (struct value *val, struct ui_file *stream, int recurse,
369 if (type->code () == TYPE_CODE_UNION && recurse
140 print_unpacked_pointer(struct type *type, struct type *elttype, struct type *unresolved_elttype, const gdb_byte *valaddr, int embedded_offset, CORE_ADDR address, struct ui_file *stream, int recurse, const struct value_print_options *options) argument
234 c_value_print_array(struct value *val, struct ui_file *stream, int recurse, const struct value_print_options *options) argument
326 c_value_print_ptr(struct value *val, struct ui_file *stream, int recurse, const struct value_print_options *options) argument
363 c_value_print_struct(struct value *val, struct ui_file *stream, int recurse, const struct value_print_options *options) argument
422 c_value_print_memberptr(struct value *val, struct ui_file *stream, int recurse, const struct value_print_options *options) argument
439 c_value_print_inner(struct value *val, struct ui_file *stream, int recurse, const struct value_print_options *options) argument
[all...]
H A Dp-valprint.c69 int recurse,
138 value_print_array_elements (val, stream, recurse, options, i);
266 common_val_print (vt_val, stream, recurse + 1, options,
271 print_spaces_filtered (2 + 2 * recurse, stream);
290 generic_value_print (val, stream, recurse, options, &p_decorations);
294 if (recurse && !options->unionprint)
326 pascal_object_print_value_fields (val, stream, recurse,
515 int recurse,
533 pascal_object_print_value (val, stream, recurse + 1,
565 print_spaces_filtered (2 + 2 * recurse, strea
67 pascal_value_print_inner(struct value *val, struct ui_file *stream, int recurse, const struct value_print_options *options) argument
512 pascal_object_print_value_fields(struct value *val, struct ui_file *stream, int recurse, const struct value_print_options *options, struct type **dont_print_vb, int dont_print_statmem) argument
687 pascal_object_print_value(struct value *val, struct ui_file *stream, int recurse, const struct value_print_options *options, struct type **dont_print_vb) argument
813 pascal_object_print_static_field(struct value *val, struct ui_file *stream, int recurse, const struct value_print_options *options) argument
[all...]
H A Dm2-valprint.c39 struct ui_file *stream, int recurse,
160 struct ui_file *stream, int recurse,
179 m2_print_array_contents (val, stream, recurse, options, len);
228 int recurse,
244 common_val_print (deref_val, stream, recurse, options, current_language);
259 struct ui_file *stream, int recurse,
278 value_print_array_elements (val, stream, recurse, options, 0);
301 m2_value_print_inner (struct value *val, struct ui_file *stream, int recurse, argument
345 value_print_array_elements (val, stream, recurse,
357 print_variable_at_address (type, valaddr, stream, recurse, option
159 m2_print_unbounded_array(struct value *value, struct ui_file *stream, int recurse, const struct value_print_options *options) argument
225 print_variable_at_address(struct type *type, const gdb_byte *valaddr, struct ui_file *stream, int recurse, const struct value_print_options *options) argument
258 m2_print_array_contents(struct value *val, struct ui_file *stream, int recurse, const struct value_print_options *options, int len) argument
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dd-valprint.c33 struct ui_file *stream, int recurse,
66 d_value_print_inner (ival, stream, recurse + 1, options);
75 d_value_print_inner (struct value *val, struct ui_file *stream, int recurse, argument
86 stream, recurse, val, options);
91 c_value_print_inner (val, stream, recurse, options);
31 dynamic_array_type(struct type *type, LONGEST embedded_offset, CORE_ADDR address, struct ui_file *stream, int recurse, struct value *val, const struct value_print_options *options) argument
H A Dgo-valprint.c42 struct ui_file *stream, int recurse,
91 int recurse,
109 stream, recurse, val, options);
120 c_value_print_inner (val, stream, recurse, options);
40 print_go_string(struct type *type, LONGEST embedded_offset, CORE_ADDR address, struct ui_file *stream, int recurse, struct value *val, const struct value_print_options *options) argument
90 value_print_inner(struct value *val, struct ui_file *stream, int recurse, const struct value_print_options *options) const argument
H A Dada-valprint.c123 int recurse,
171 print_spaces (2 + 2 * recurse, stream);
181 print_spaces (2 + 2 * recurse, stream);
183 stream->wrap_here (2 + 2 * recurse);
214 common_val_print (v0, stream, recurse + 1, &opts, current_language);
234 print_spaces (2 + 2 * recurse, stream);
240 stream->wrap_here (2 + 2 * recurse);
244 common_val_print (v0, stream, recurse + 1, &opts,
550 struct ui_file *stream, int recurse,
564 return print_field_values (active_component, outer_value, stream, recurse,
120 val_print_packed_array_elements(struct type *type, const gdb_byte *valaddr, int offset, struct ui_file *stream, int recurse, const struct value_print_options *options) argument
547 print_variant_part(struct value *value, int field_num, struct value *outer_value, struct ui_file *stream, int recurse, const struct value_print_options *options, int comma_needed, const struct language_defn *language) argument
582 print_field_values(struct value *value, struct value *outer_value, struct ui_file *stream, int recurse, const struct value_print_options *options, int comma_needed, const struct language_defn *language) argument
684 ada_val_print_string(struct type *type, const gdb_byte *valaddr, int offset_aligned, struct ui_file *stream, int recurse, const struct value_print_options *options) argument
728 ada_value_print_ptr(struct value *val, struct ui_file *stream, int recurse, const struct value_print_options *options) argument
756 ada_value_print_num(struct value *val, struct ui_file *stream, int recurse, const struct value_print_options *options) argument
826 ada_val_print_enum(struct value *value, struct ui_file *stream, int recurse, const struct value_print_options *options) argument
871 ada_val_print_struct_union(struct value *value, struct ui_file *stream, int recurse, const struct value_print_options *options) argument
899 ada_value_print_array(struct value *val, struct ui_file *stream, int recurse, const struct value_print_options *options) argument
937 ada_val_print_ref(struct type *type, const gdb_byte *valaddr, int offset, int offset_aligned, CORE_ADDR address, struct ui_file *stream, int recurse, struct value *original_value, const struct value_print_options *options) argument
995 ada_value_print_inner(struct value *val, struct ui_file *stream, int recurse, const struct value_print_options *options) argument
[all...]
H A Dc-valprint.c144 CORE_ADDR address, struct ui_file *stream, int recurse,
221 common_val_print (vt_val, stream, recurse + 1, options,
226 print_spaces (2 + 2 * recurse, stream);
236 struct ui_file *stream, int recurse,
312 value_print_array_elements (val, stream, recurse, options, i);
320 0, address, stream, recurse, options);
327 c_value_print_ptr (struct value *val, struct ui_file *stream, int recurse,
356 0, addr, stream, recurse, options);
363 c_value_print_struct (struct value *val, struct ui_file *stream, int recurse,
368 if (type->code () == TYPE_CODE_UNION && recurse
140 print_unpacked_pointer(struct type *type, struct type *elttype, struct type *unresolved_elttype, const gdb_byte *valaddr, int embedded_offset, CORE_ADDR address, struct ui_file *stream, int recurse, const struct value_print_options *options) argument
234 c_value_print_array(struct value *val, struct ui_file *stream, int recurse, const struct value_print_options *options) argument
326 c_value_print_ptr(struct value *val, struct ui_file *stream, int recurse, const struct value_print_options *options) argument
362 c_value_print_struct(struct value *val, struct ui_file *stream, int recurse, const struct value_print_options *options) argument
421 c_value_print_inner(struct value *val, struct ui_file *stream, int recurse, const struct value_print_options *options) argument
[all...]
H A Dp-valprint.c69 struct ui_file *stream, int recurse,
138 value_print_array_elements (val, stream, recurse, options, i);
266 common_val_print (vt_val, stream, recurse + 1, options,
271 print_spaces (2 + 2 * recurse, stream);
290 generic_value_print (val, stream, recurse, options, &p_decorations);
294 if (recurse && !options->unionprint)
326 pascal_object_print_value_fields (val, stream, recurse,
514 int recurse,
532 pascal_object_print_value (val, stream, recurse + 1,
564 print_spaces (2 + 2 * recurse, strea
67 value_print_inner(struct value *val, struct ui_file *stream, int recurse, const struct value_print_options *options) const argument
511 pascal_object_print_value_fields(struct value *val, struct ui_file *stream, int recurse, const struct value_print_options *options, struct type **dont_print_vb, int dont_print_statmem) argument
684 pascal_object_print_value(struct value *val, struct ui_file *stream, int recurse, const struct value_print_options *options, struct type **dont_print_vb) argument
810 pascal_object_print_static_field(struct value *val, struct ui_file *stream, int recurse, const struct value_print_options *options) argument
[all...]
H A Dm2-valprint.c39 struct ui_file *stream, int recurse,
160 struct ui_file *stream, int recurse,
179 m2_print_array_contents (val, stream, recurse, options, len);
228 int recurse,
244 common_val_print (deref_val, stream, recurse, options, current_language);
259 struct ui_file *stream, int recurse,
278 value_print_array_elements (val, stream, recurse, options, 0);
302 int recurse,
346 value_print_array_elements (val, stream, recurse,
358 print_variable_at_address (type, valaddr, stream, recurse, option
159 m2_print_unbounded_array(struct value *value, struct ui_file *stream, int recurse, const struct value_print_options *options) argument
225 print_variable_at_address(struct type *type, const gdb_byte *valaddr, struct ui_file *stream, int recurse, const struct value_print_options *options) argument
258 m2_print_array_contents(struct value *val, struct ui_file *stream, int recurse, const struct value_print_options *options, int len) argument
301 value_print_inner(struct value *val, struct ui_file *stream, int recurse, const struct value_print_options *options) const argument
[all...]
H A Dcp-valprint.c124 int recurse, const struct value_print_options *options,
134 if (recurse == 0)
161 cp_print_value (val, stream, recurse + 1, options, dont_print_vb);
180 if (last_set_recurse != recurse)
185 last_set_recurse = recurse;
210 print_spaces (2 + 2 * recurse, stream);
221 print_spaces (2 + 2 * recurse, stream);
225 stream->wrap_here (2 + 2 * recurse);
287 common_val_print (v, stream, recurse + 1,
305 v, stream, recurse
123 cp_print_value_fields(struct value *val, struct ui_file *stream, int recurse, const struct value_print_options *options, struct type **dont_print_vb, int dont_print_statmem) argument
388 cp_print_value(struct value *val, struct ui_file *stream, int recurse, const struct value_print_options *options, struct type **dont_print_vb) argument
545 cp_print_static_field(struct type *type, struct value *val, struct ui_file *stream, int recurse, const struct value_print_options *options) argument
[all...]
/netbsd-current/tests/lib/libpthread/
H A Dt_fpu.c67 static void recurse(void);
110 recurse();
119 recurse(void) { function
142 recurse();
/netbsd-current/external/gpl3/gdb.old/dist/binutils/testsuite/binutils-all/
H A Dcxxfilt.exp42 test_cxxfilt {--no-recurse-limit} \
/netbsd-current/tests/usr.bin/grep/
H A Dt_grep.sh51 atf_test_case recurse
58 mkdir -p recurse/a/f recurse/d
59 echo -e "cod\ndover sole\nhaddock\nhalibut\npilchard" > recurse/d/fish
60 echo -e "cod\nhaddock\nplaice" > recurse/a/f/favourite-fish
62 atf_check -o file:"$(atf_get_srcdir)/d_recurse.out" -x "grep -r haddock recurse | sort"
72 mkdir -p recurse/a/f recurse/d
73 echo -e "cod\ndover sole\nhaddock\nhalibut\npilchard" > recurse/d/fish
74 echo -e "cod\nhaddock\nplaice" > recurse/
[all...]
/netbsd-current/sbin/devpubd/hooks/
H A D02-wedgenames15 recurse() function
26 recurse "$1/$n"
85 recurse "$wedgedir" | while read w; do
/netbsd-current/usr.bin/pmap/
H A Dmain.h32 extern int debug, verbose, recurse, page_size;

Completed in 169 milliseconds

1234567