Searched refs:isupper (Results 1 – 11 of 11) sorted by relevance
70 int isupper(int c) in isupper() function84 return islower(c) || isupper(c); in isalpha()
34 #define isupper(c) ((__ismask(c)&(_U)) != 0) macro51 if (isupper(c)) in __tolower()
34 #define isupper(c) ((__ismask(c)&(_U)) != 0) macro52 if (isupper(c)) in __tolower()
18 return isupper(type) ? STB_GLOBAL : STB_LOCAL; in kallsyms2elf_binding()
18 && isupper(sym[caml_prefix_len]); in ocaml_is_mangled()
2341 ((args->global && isupper(type)) || in kern_sym_match()
62 if (isupper(*pn)) in hash_name()
73 if (!isxdigit(*desc) || isupper(*desc)) in blacklist_vet_description()
78 if (val < 0 || (strict && isupper(c))) in ft_parse_wwn()
421 !isupper(elm->rxbuf[hexlen]) && '<' != elm->rxbuf[hexlen] && in can327_parse_frame()
1095 if (!isupper(*c)) in iscsi_initiatorname_tolower()