Home
last modified time | relevance | path

Searched refs:Errors (Results 1 – 25 of 145) sorted by relevance

123456

/netbsd/src/external/gpl3/binutils/dist/gold/
Derrors.cc39 const int Errors::max_undefined_error_report;
41 Errors::Errors(const char* program_name) in Errors() function in gold::Errors
54 Errors::initialize_lock() in initialize_lock()
62 Errors::increment_counter(int *counter) in increment_counter()
79 Errors::fatal(const char* format, va_list args) in fatal()
90 Errors::fallback(const char* format, va_list args) in fallback()
101 Errors::error(const char* format, va_list args) in error()
113 Errors::warning(const char* format, va_list args) in warning()
125 Errors::info(const char* format, va_list args) in info()
134 Errors::trace(const char* format, va_list args) in trace()
[all …]
Derrors.h44 class Errors
47 Errors(const char* program_name);
109 Errors(const Errors&);
110 Errors& operator=(const Errors&);
Dparameters.h30 class Errors; variable
58 set_errors(Errors* errors);
73 Errors*
191 Errors* errors_;
209 set_parameters_errors(Errors* errors);
Dparameters.cc75 Parameters::set_errors(Errors* errors) in set_errors()
286 set_parameters_errors(Errors* errors) in set_parameters_errors()
DChangeLog173 * errors.cc (Errors::trace): New method.
175 * errors.h (Errors::trace): New method.
Dmain.cc157 Errors errors(program_name); in main()
/netbsd/src/regress/lib/libc/ieeefp/testfloat/notes/
DsystemBugs.txt54 Errors found in floatx80_to_int32, rounding nearest_even:
60 Errors found in floatx80_to_int32, rounding to_zero:
67 Errors found in floatx80_to_int32, rounding down:
74 Errors found in floatx80_to_int32, rounding up:
89 Errors found in floatx80_to_int32, rounding nearest_even:
100 Errors found in floatx80_to_int32, rounding up:
126 Errors found in floatx80_to_int32, rounding nearest_even:
129 Errors found in floatx80_to_int32, rounding to_zero:
131 Errors found in floatx80_to_int32, rounding up:
155 Errors found in float32_mul, rounding nearest_even:
[all …]
/netbsd/src/games/hangman/
Dendgame.c53 if (Errors >= MAXERRS) in endgame()
54 Errors = MAXERRS + 2; in endgame()
58 if (Errors > MAXERRS) in endgame()
Dplaygame.c53 Errors = 0; in playgame()
57 while (Errors < MAXERRS && strchr(Known, '-') != NULL) { in playgame()
Dextern.c59 int Errors, Wordnum = 0; variable
Dprman.c53 for (i = 0; i < Errors; i++) in prman()
Dprdata.c67 (Average * (Wordnum - 1) + Errors) / Wordnum); in prdata()
Dhangman.h71 extern int Errors, Wordnum;
Dmain.c84 Average = (Average * (Wordnum - 1) + Errors) / Wordnum; in main()
Dgetguess.c87 Errors++; in getguess()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
Dshared_mutex175 // Errors not handled: EBUSY, EINVAL
182 // Errors not handled: EBUSY, EINVAL
196 // Errors not handled: EINVAL
205 // Errors not handled: EINVAL
214 // Errors not handled: EPERM, EBUSY, EINVAL
233 // Errors not handled: EINVAL
245 // Errors not handled: EINVAL
526 // Errors not handled: EINVAL
552 // Errors not handled: EINVAL
613 // Errors not handled: EINVAL
[all …]
/netbsd/src/external/bsd/openldap/dist/doc/guide/admin/
Dmaster.sdf101 # Common Errors
/netbsd/src/external/bsd/ntp/dist/
DNOTES.y2kfixes50 1) Errors were found in improper use of tm_year within struct tm,
/netbsd/src/external/bsd/libpcap/dist/
Dpcap-tc.c237 ULONG Errors; member
952 pPpiHeader->Dot3Field.Errors = tcHeader.Errors; in TcRead()
/netbsd/src/external/gpl3/gcc/dist/contrib/
Dupdate-copyright.py50 class Errors: class
462 self.errors = Errors()
/netbsd/src/external/bsd/ntp/dist/scripts/monitoring/
DREADME78 Errors are counted for:
/netbsd/src/sys/external/bsd/acpica/dist/tests/misc/
Dbadcode.asl14 * Compilation complete. 45 Errors, 28 Warnings, 11 Remarks, 14 Optimizations
/netbsd/src/external/gpl3/gcc/dist/gcc/doc/
Dstandards.texi78 Errors in the 1990 ISO C standard were corrected in two Technical
98 Errors in the 1999 ISO C standard were corrected in three Technical
/netbsd/src/external/ibm-public/postfix/dist/proto/
Dbounce39 # Errors in the template will be reported to the standard
/netbsd/src/external/gpl3/gdb/dist/gdb/doc/
Dannotate.texinfo77 * Errors:: Annotations for error messages.
603 @node Errors
604 @chapter Errors

123456