| /dragonfly/contrib/binutils-2.27/gold/ |
| HD | errors.cc | 39 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() 135 Errors::error_at_location(const Relocate_info<size, big_endian>* relinfo, in error_at_location() [all …]
|
| HD | errors.h | 43 class Errors 46 Errors(const char* program_name); 104 Errors(const Errors&); 105 Errors& operator=(const Errors&);
|
| HD | parameters.h | 30 class Errors; variable 58 set_errors(Errors* errors); 73 Errors* 191 Errors* errors_; 209 set_parameters_errors(Errors* errors);
|
| HD | parameters.cc | 75 Parameters::set_errors(Errors* errors) in set_errors() 286 set_parameters_errors(Errors* errors) in set_parameters_errors()
|
| HD | main.cc | 157 Errors errors(program_name); in main()
|
| /dragonfly/contrib/binutils-2.34/gold/ |
| HD | errors.cc | 39 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() 135 Errors::error_at_location(const Relocate_info<size, big_endian>* relinfo, in error_at_location() [all …]
|
| HD | errors.h | 44 class Errors 47 Errors(const char* program_name); 105 Errors(const Errors&); 106 Errors& operator=(const Errors&);
|
| HD | parameters.h | 30 class Errors; variable 58 set_errors(Errors* errors); 73 Errors* 191 Errors* errors_; 209 set_parameters_errors(Errors* errors);
|
| HD | parameters.cc | 75 Parameters::set_errors(Errors* errors) in set_errors() 286 set_parameters_errors(Errors* errors) in set_parameters_errors()
|
| HD | main.cc | 157 Errors errors(program_name); in main()
|
| /dragonfly/games/hangman/ |
| HD | endgame.c | 46 if (Errors >= MAXERRS) in endgame() 47 Errors = MAXERRS + 2; in endgame() 51 if (Errors > MAXERRS) in endgame()
|
| HD | playgame.c | 48 Errors = 0; in playgame() 51 while (Errors < MAXERRS && strchr(Known, '-') != NULL) { in playgame()
|
| HD | extern.c | 51 int Errors, Wordnum = 0; variable
|
| HD | prman.c | 45 for (i = 0; i < Errors; i++) in prman()
|
| HD | prdata.c | 54 (Average * (Wordnum - 1) + Errors) / Wordnum); in prdata()
|
| HD | main.c | 78 Average = (Average * (Wordnum - 1) + Errors) / Wordnum; in main()
|
| HD | hangman.h | 78 extern int Errors, Wordnum;
|
| HD | getguess.c | 100 Errors++; in getguess()
|
| /dragonfly/sys/netgraph7/deflate/ |
| HD | ng_deflate.c | 457 priv->stats.Errors++; in ng_deflate_compress() 483 priv->stats.Errors++; in ng_deflate_compress() 509 priv->stats.Errors++; in ng_deflate_compress() 542 priv->stats.Errors++; in ng_deflate_decompress() 570 priv->stats.Errors++; in ng_deflate_decompress() 593 priv->stats.Errors++; in ng_deflate_decompress() 625 priv->stats.Errors++; in ng_deflate_decompress() 646 priv->stats.Errors++; in ng_deflate_decompress()
|
| HD | ng_deflate.h | 62 uint64_t Errors; member
|
| /dragonfly/sys/netgraph7/ |
| HD | ng_pred1.c | 398 priv->stats.Errors++; in ng_pred1_compress() 442 priv->stats.Errors++; in ng_pred1_compress() 469 priv->stats.Errors++; in ng_pred1_decompress() 495 priv->stats.Errors++; in ng_pred1_decompress() 513 priv->stats.Errors++; in ng_pred1_decompress() 521 priv->stats.Errors++; in ng_pred1_decompress() 529 priv->stats.Errors++; in ng_pred1_decompress()
|
| HD | ng_pred1.h | 60 uint64_t Errors; member
|
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/include/std/ |
| D | shared_mutex | 85 // Errors not handled: EBUSY, EINVAL 92 // Errors not handled: EBUSY, EINVAL 106 // Errors not handled: EINVAL 115 // Errors not handled: EINVAL 124 // Errors not handled: EPERM, EBUSY, EINVAL 143 // Errors not handled: EINVAL 155 // Errors not handled: EINVAL 422 // Errors not handled: EINVAL 474 // Errors not handled: EINVAL
|
| /dragonfly/contrib/gcc-4.7/gcc/doc/ |
| HD | standards.texi | 76 Errors in the 1990 ISO C standard were corrected in two Technical 96 Errors in the 1999 ISO C standard were corrected in three Technical
|
| /dragonfly/sys/contrib/dev/acpica/tests/misc/ |
| HD | badcode.asl | 14 * Compilation complete. 45 Errors, 28 Warnings, 11 Remarks, 14 Optimizations
|