#include <stdio.h>#include "config.h"#include "libiberty.h"

Go to the source code of this file.
Defines | |
| #define | ERRSTR_FMT "undocumented error #%d" |
Functions/Subroutines | |
| char *strerror | PARAMS ((int)) |
| char * | xstrerror (int errnum) |
Variables | |
| static char | xstrerror_buf [sizeof ERRSTR_FMT+20] |
| #define ERRSTR_FMT "undocumented error #%d" |
| char* strerror PARAMS | ( | (int) | ) |
| char* xstrerror | ( | int | errnum | ) |
Definition at line 45 of file xstrerror.c.
Referenced by bfd_errmsg(), chain_open(), cpp_errno(), create_file(), dosum(), edit_file(), fatal_perror(), find_file(), gen_aux_info_file(), initialize(), internal_fix(), load_file(), load_file_data(), main(), perror_with_name(), pex_child_error(), pexecute(), pp_base_format(), pp_base_format_text(), process(), process_aux_info_file(), process_command(), rename_c_file(), safe_write(), start_fixer(), and VPARAMS().
char xstrerror_buf[sizeof ERRSTR_FMT+20] [static] |
1.5.6