Searched refs:isupper (Results 1 – 8 of 8) sorted by relevance
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()
2271 ((args->global && isupper(type)) || in kern_sym_match()
47 if (!isxdigit(*desc) || isupper(*desc)) in blacklist_vet_description()
78 if (val < 0 || (strict && isupper(c))) in ft_parse_wwn()
1045 if (!isupper(*c)) in iscsi_initiatorname_tolower()
Completed in 18 milliseconds