Home
last modified time | relevance | path

Searched refs:max_errors (Results 1 – 8 of 8) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Ddiagnostic.c112 context->max_errors = 0; in diagnostic_initialize()
223 if (context->max_errors != 0 in diagnostic_action_after_output()
226 >= context->max_errors)) in diagnostic_action_after_output()
230 context->max_errors); in diagnostic_action_after_output()
H A Ddiagnostic.h132 unsigned int max_errors; member
H A Dopts.c1735 dc->max_errors = value; in common_handle_option()
/dflybsd-src/tools/tools/usbtest/
H A Dusb_msc_test.h96 uint32_t max_errors; member
H A Dusb_msc_test.c471 stats.xfer_reset) >= p->max_errors) { in do_io_test()
1076 p->max_errors = -1; in set_defaults()
1248 (int)params.max_errors, in show_host_msc_test()
1299 params.max_errors = get_integer(); in show_host_msc_test()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Ddiagnostic.h146 int max_errors; member
H A Ddiagnostic.c164 context->max_errors = 0; in diagnostic_initialize()
467 if (!context->max_errors) in diagnostic_check_max_errors()
474 if (count >= context->max_errors) in diagnostic_check_max_errors()
478 context->max_errors); in diagnostic_check_max_errors()
H A Dopts.c2487 dc->max_errors = value;