#include <errno.h>#include "safe-ctype.h"

Go to the source code of this file.
Defines | |
| #define | ULONG_MAX ((unsigned long)(~0L)) |
| #define | LONG_MAX ((long)(ULONG_MAX >> 1)) |
| #define | LONG_MIN ((long)(~LONG_MAX)) |
Functions/Subroutines | |
| long | strtol (char *nptr, char **endptr, int base) const |
| #define LONG_MIN ((long)(~LONG_MAX)) |
| long strtol | ( | char * | nptr, | |
| char ** | endptr, | |||
| int | base | |||
| ) | const |
Definition at line 88 of file strtol.c.
References c, errno, ISALPHA, ISDIGIT, ISSPACE, ISUPPER, long, LONG_MAX, LONG_MIN, neg(), and s.
Referenced by _bfd_generic_read_ar_hdr_mag(), _bfd_xcoff_archive_p(), _bfd_xcoff_openr_next_archived_file(), _bfd_xcoff_read_ar_hdr(), _bfd_xcoff_slurp_armap(), _bfd_xcoff_stat_arch_elt(), _gocthex(), alpha_ecoff_get_elt_at_filepos(), alpha_ecoff_openr_next_archived_file(), arm_override_options(), ascii_c_const(), ascii_const(), ascii_edopts(), ascii_entry(), ascii_f90_derived_type(), ascii_f90_entry(), ascii_f90_misc_opts(), ascii_f90_object(), ascii_f90_opt_opts(), ascii_f90_scope_info(), ascii_geometry(), ascii_mach_char(), ascii_misc_opts(), ascii_object(), ascii_opt_opts(), ascii_usage(), c_common_decode_option(), catmsgfmt(), cc_get_token(), CGTARG_TN_And_Name_For_Asm_Constraint(), CGTARG_TN_For_Asm_Operand(), Create_TY_For_Tree(), demangle_identifier(), demangle_number(), DRA_Demangle(), DRA_Demangle_Arglist(), DRA_Info_Matches_Encoding(), DRA_Insert_Pragmas(), DRA_New_Clone_Sig(), DRA_Parse_Clone_Name(), DRA_Process_Commons(), filltype(), Find_Insertion_Point(), g_octhex(), get_extended_arelt_filename(), get_gcc_version(), insn_extract(), ipa_process_whirl_in_archive(), load_symbols(), make_a_section_from_file(), or32_extract(), override_options(), rs6000_override_options(), xcoff64_slurp_armap(), and xtensa_callback_required_dependence().
1.5.6