Searched refs:ISUPPER (Results 1 – 25 of 26) sorted by relevance
12
94 c -= ISUPPER(c) ? 'A' - 10 : 'a' - 10; in strtoul()
99 c -= ISUPPER(c) ? 'A' - 10 : 'a' - 10; in strtoull()
144 c -= ISUPPER(c) ? 'A' - 10 : 'a' - 10; in strtol()
152 c -= ISUPPER(c) ? 'A' - 10 : 'a' - 10; in strtoll()
239 # define ISUPPER(c) (ISASCII (c) && isupper (c)) macro3248 && (ISUPPER (ch) || ISLOWER (ch))) in PREFIX()3293 || (is_upper && ISUPPER (ch)) in PREFIX()3297 && (ISUPPER (ch) || ISLOWER (ch))) in PREFIX()7941 preg->translate[i] = ISUPPER (i) ? TOLOWER (i) : i;
600 @deffnx Extension ISUPPER (@var{c})
4846 uppercase ctype macros. Don't test ISUPPER(c)/ISLOWER(c)
86 if (ISUPPER (xdigit)) in read_hex()
621 (gld960_set_output_arch): Use ISUPPER/TOLOWER instead of629 (ldfile_add_arch): Use ISUPPER/TOLOWER instead of
99 #define ISUPPER(c) _sch_test(c, _sch_isupper) macro
78 : ((name[0] == ':' || ISUPPER (name[0])) \
678 if (ISUPPER (*s)) in machine_ip()
188 else if (ISUPPER (c)) in md_begin()196 if (ISUPPER (c) || ISLOWER (c) || ISDIGIT (c)) in md_begin()
1915 if (ISUPPER ((unsigned char) *s2)) in mmix_assemble_return_nonzero()
5984 else if (ISUPPER (c)) in md_begin()
3222 ISUPPER (*s) || ISLOWER (*s) || (*s >= '0' && *s <= '3'); in pa_ip()
2604 else if (ISUPPER (c)) in md_begin()
122 if (key && ISUPPER (key[0])) in rclex_translatekeyword()
297 else if (ISUPPER (d)) in parse_number()
408 (parse_number): Use ISDIGIT/ISUPPER/ISLOWER instead of
1008 (VMS_Case_Hack_Symbol): Use ISUPPER/ISLOWER/TOUPPER/TOLOWER1012 (machine_ip): Use ISALPHA/ISALNUM/ISUPPER/TOLOWER instead of1050 (pa_ip): Use ISUPPER/ISLOWER/TOLOWER instead of1065 (md_begin): Use ISDIGIT/ISLOWER/ISUPPER/TOLOWER/ISALPHA1077 (assemble_two_insns): Use ISSPACE/ISALNUM/ISUPPER/TOLOWER1087 (mri_assemble): Use ISUPPER/TOLOWER instead of isupper/tolower.1094 (get_cnd): Use ISDIGIT/ISUPPER/TOLOWER instead of1096 (get_bf_offset_expression): Use ISALPHA/ISUPPER/TOLOWER1098 (hexval): Use ISDIGIT/ISLOWER/ISUPPER instead of1151 (md_begin): Use ISLOWER/ISDIGIT/ISUPPER/TOLOWER/ISLOWER/[all …]
865 else if (ISUPPER (in->ptr[src])) in macro_expand_body()
5456 else if (ISUPPER (c)) in next_char_of_string()
7127 * config/tc-mmix.h (md_parse_name): Use ISUPPER, not isupper.
4981 if (ISUPPER (c)) in som_set_reloc_info()