Home
last modified time | relevance | path

Searched refs:IS_LOWER (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/bsd/less/dist/
H A Dless.h144 #undef IS_LOWER
152 #define IS_LOWER(c) iswlower(c) macro
158 #define IS_LOWER(c) islower((unsigned char) (c)) macro
163 #define IS_LOWER(c) ASCII_IS_LOWER(c) macro
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Dcp-demangle.c213 #define IS_LOWER(c) ((c) >= 'a' && (c) <= 'z') macro
1249 && (IS_LOWER (d_peek_next_char (di)) in cplus_demangle_mangled_name()
1578 || IS_LOWER (peek) in d_prefix()
1639 else if (IS_LOWER (peek)) in d_unqualified_name()
3322 || IS_LOWER (peek) in d_unresolved_name()
3887 if (*pend == '.' && (IS_LOWER (pend[1]) || IS_DIGIT (pend[1]) in d_clone_suffix()
3891 while (IS_LOWER (*pend) || IS_DIGIT (*pend) || *pend == '_') in d_clone_suffix()
5518 if (IS_LOWER (op->name[0])) in d_print_comp_inner()
H A DChangeLog5079 * cp-demangle.c (IS_UPPER, IS_LOWER): Define.
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/
H A Dcp-demangle.c213 #define IS_LOWER(c) ((c) >= 'a' && (c) <= 'z') macro
1245 && (IS_LOWER (d_peek_next_char (di)) in cplus_demangle_mangled_name()
1572 || IS_LOWER (peek) in d_prefix()
1633 else if (IS_LOWER (peek)) in d_unqualified_name()
3813 if (*pend == '.' && (IS_LOWER (pend[1]) || pend[1] == '_')) in d_clone_suffix()
3816 while (IS_LOWER (*pend) || *pend == '_') in d_clone_suffix()
5384 if (IS_LOWER (op->name[0])) in d_print_comp_inner()
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A Dcp-demangle.c213 #define IS_LOWER(c) ((c) >= 'a' && (c) <= 'z') macro
1257 && (IS_LOWER (d_peek_next_char (di)) in cplus_demangle_mangled_name()
1671 else if (IS_LOWER (peek)) in d_unqualified_name()
3349 || IS_LOWER (peek) in d_unresolved_name()
3914 if (*pend == '.' && (IS_LOWER (pend[1]) || IS_DIGIT (pend[1]) in d_clone_suffix()
3918 while (IS_LOWER (*pend) || IS_DIGIT (*pend) || *pend == '_') in d_clone_suffix()
5587 if (IS_LOWER (op->name[0])) in d_print_comp_inner()
H A DChangeLog5160 * cp-demangle.c (IS_UPPER, IS_LOWER): Define.
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Dcp-demangle.c213 #define IS_LOWER(c) ((c) >= 'a' && (c) <= 'z') macro
1296 && (IS_LOWER (d_peek_next_char (di)) in cplus_demangle_mangled_name()
1745 else if (IS_LOWER (peek)) in d_unqualified_name()
3450 || IS_LOWER (peek) in d_unresolved_name()
4103 if (*pend == '.' && (IS_LOWER (pend[1]) || IS_DIGIT (pend[1]) in d_clone_suffix()
4107 while (IS_LOWER (*pend) || IS_DIGIT (*pend) || *pend == '_') in d_clone_suffix()
5831 if (IS_LOWER (op->name[0])) in d_print_comp_inner()
H A DChangeLog5570 * cp-demangle.c (IS_UPPER, IS_LOWER): Define.