#include <string.h>#include <cif.h>#include <errno.h>

Go to the source code of this file.
Defines | |
| #define | CIF_VERSION 3 |
Functions/Subroutines | |
| char * | Cif_Errstring (int status) |
Variables | |
| static char | USMID [] = "@(#) libcif/ciferrstr.c 30.2 07/26/96 07:19:13" |
| static char * | strings [] |
| static char * | unknown = "Unknown CIF status code" |
| #define CIF_VERSION 3 |
Definition at line 50 of file ciferrstr.c.
| char* Cif_Errstring | ( | int | status | ) |
Definition at line 83 of file ciferrstr.c.
References CIF_MAXERROR, CIF_SYSERR, err_str, errno, ok(), strerror(), strings, and unknown.
Referenced by Cif_Make_Cifconv(), Cif_Make_Lines(), cif_next_entry(), copy_units(), print_buffered_messages(), print_header_records(), print_include_records(), print_records(), and sortfile().
char* strings[] [static] |
Initial value:
{
"",
"The file is not a CIF format file",
"The maximum number of CIF files are already open",
"The CIF descriptor is not attached to an open CIF file",
"No more memory can be acquired",
"The end of a CIF file has been encountered",
"An internal error in the CIF interface routines has occurred",
"The requested CIF function cannot be performed",
"The CIF file contains invalid data",
"",
"The CIF version specified to Cif_Open is greater than allowed",
"The CIF version encountered in the file is greater than allowed",
"The CIF version specified to Cif_Open is less than allowed",
"libcif.a does not match the cif.h file compiled into this application",
}
Definition at line 61 of file ciferrstr.c.
Referenced by _bfd_coff_internal_syment_name(), _bfd_coff_link_input_bfd(), _bfd_coff_read_string_table(), _bfd_xcoff_canonicalize_dynamic_symtab(), aout_get_external_symbols(), aout_link_add_symbols(), aout_link_check_ar_symbols(), aout_link_write_symbols(), Cif_Errstring(), dump_backtrace(), make_a_section_from_file(), new_symbol_string(), pdp11_aout_link_input_section(), slurp_symbol_table(), versados_scan(), xcoff_link_add_dynamic_symbols(), xcoff_link_check_dynamic_ar_symbols(), xcoff_link_input_bfd(), and yylexstring().
Definition at line 77 of file ciferrstr.c.
char USMID[] = "@(#) libcif/ciferrstr.c 30.2 07/26/96 07:19:13" [static] |
Definition at line 41 of file ciferrstr.c.
1.5.6