Searched refs:isupper (Results 1 – 9 of 9) sorted by relevance
73 int isupper(int c) in isupper() function87 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()
2478 ((args->global && isupper(type)) || in print_kern_sym_cb()
74 if (!isxdigit(*desc) || isupper(*desc)) in blacklist_vet_description()
368 if (isupper(c)) { in permitted_event_name()
1101 if (!isupper(*c)) in iscsi_initiatorname_tolower()