osprey/libiberty/safe-ctype.c File Reference

#include "ansidecl.h"
#include <safe-ctype.h>
#include <stdio.h>

Include dependency graph for safe-ctype.c:

Go to the source code of this file.

Defines

#define bl   _sch_isblank
#define cn   _sch_iscntrl
#define di   _sch_isdigit
#define is   _sch_isidst
#define lo   _sch_islower
#define nv   _sch_isnvsp
#define pn   _sch_ispunct
#define pr   _sch_isprint
#define sp   _sch_isspace
#define up   _sch_isupper
#define vs   _sch_isvsp
#define xd   _sch_isxdigit
#define L   (const unsigned short) (lo|is |pr)
#define XL   (const unsigned short) (lo|is|xd|pr)
#define U   (const unsigned short) (up|is |pr)
#define XU   (const unsigned short) (up|is|xd|pr)
#define D   (const unsigned short) (di |xd|pr)
#define P   (const unsigned short) (pn |pr)
#define _   (const unsigned short) (pn|is |pr)
#define C   (const unsigned short) ( cn)
#define Z   (const unsigned short) (nv |cn)
#define M   (const unsigned short) (nv|sp |cn)
#define V   (const unsigned short) (vs|sp |cn)
#define T   (const unsigned short) (nv|sp|bl|cn)
#define S   (const unsigned short) (nv|sp|bl|pr)


Define Documentation

#define _   (const unsigned short) (pn|is |pr)

Definition at line 61 of file safe-ctype.c.

#define bl   _sch_isblank

#define C   (const unsigned short) ( cn)

Definition at line 63 of file safe-ctype.c.

#define cn   _sch_iscntrl

#define D   (const unsigned short) (di |xd|pr)

Definition at line 59 of file safe-ctype.c.

#define di   _sch_isdigit

#define is   _sch_isidst

#define L   (const unsigned short) (lo|is |pr)

Definition at line 55 of file safe-ctype.c.

#define lo   _sch_islower

Definition at line 131 of file safe-ctype.c.

Referenced by _bfd_ecoff_bfd_final_link(), _bfd_elf_eh_frame_section_offset(), _bfd_mips_elf_final_link(), _Unwind_IteratePhdrCallback(), alpha_ecoff_get_relocated_section_contents(), alpha_expand_prologue(), alpha_output_mi_thunk_osf(), arm_reload_in_hi(), arm_reload_out_hi(), binary_search_mixed_encoding_fdes(), binary_search_single_encoding_fdes(), binary_search_unencoded_fdes(), build_enumerator(), build_range_check(), c_q_add(), c_q_sub(), c_qtenscale(), CACHE_REGION::CACHE_REGION(), DEPV_COMPUTE::Compute(), DEPV_COMPUTE::Copy_Call_To_Work(), create_simple_focus_bits(), DEFUN(), elf_link_sort_relocs(), elfNN_ia64_choose_gp(), emit_case_bit_tests(), error_if_numeric_overflow(), expand_absneg_bit(), expand_builtin_signbit(), expand_copysign_absneg(), expand_copysign_bit(), ffewhere_track(), ffewhere_track_kill(), find_fde_for_dso(), fold_builtin_bitop(), fold_builtin_int_roundingfn(), fold_builtin_lround(), fold_div_compare(), function_arg(), gen_ffssi2(), ia64_expand_load_address(), CACHE_REGION::Intersect_Region(), ix86_build_signbit_mask(), ix86_expand_branch(), legitimate_reload_constant_p(), lookup_field_1(), lookup_fnfields_1(), lower_bit_field_id(), lower_bound_in_type(), m68hc11_expand_compare_and_branch(), native_interpret_int(), one_utf16_to_utf8(), one_utf8_to_utf16(), opd_entry_value(), DaVinci::Parse_Event(), pj_output_rval(), ppc64_elf_get_synthetic_symtab(), CACHE_REGION::Region_Size(), sign_bit_p(), simplify_immed_subreg(), store_constructor(), try_combine(), ucn_valid_in_identifier(), upper_bound_in_type(), and WN_get_const_val().

#define M   (const unsigned short) (nv|sp |cn)

Definition at line 65 of file safe-ctype.c.

#define nv   _sch_isnvsp

Definition at line 132 of file safe-ctype.c.

Referenced by MIR_Hoistable_Ref().

#define P   (const unsigned short) (pn |pr)

Definition at line 60 of file safe-ctype.c.

#define pn   _sch_ispunct

#define pr   _sch_isprint

#define S   (const unsigned short) (nv|sp|bl|pr)

Definition at line 68 of file safe-ctype.c.

#define sp   _sch_isspace

Definition at line 49 of file safe-ctype.c.

#define T   (const unsigned short) (nv|sp|bl|cn)

Definition at line 67 of file safe-ctype.c.

#define U   (const unsigned short) (up|is |pr)

Definition at line 57 of file safe-ctype.c.

#define up   _sch_isupper

#define V   (const unsigned short) (vs|sp |cn)

Definition at line 66 of file safe-ctype.c.

#define vs   _sch_isvsp

Definition at line 137 of file safe-ctype.c.

Referenced by Vintrinsic_Fission().

#define xd   _sch_isxdigit

Definition at line 138 of file safe-ctype.c.

Referenced by ar_convert_str_to_float(), and main().

#define XL   (const unsigned short) (lo|is|xd|pr)

Definition at line 56 of file safe-ctype.c.

#define XU   (const unsigned short) (up|is|xd|pr)

Definition at line 144 of file safe-ctype.c.

#define Z   (const unsigned short) (nv |cn)

Definition at line 64 of file safe-ctype.c.


Generated on Wed Apr 8 15:03:36 2009 for Open64 by  doxygen 1.5.6