Searched refs:isupper (Results 1 – 6 of 6) sorted by relevance
32 #define isupper(c) ((__ismask(c)&(_U)) != 0) macro40 if (isupper(c)) in __tolower()
17 return isupper(type) ? STB_GLOBAL : STB_LOCAL; in kallsyms2elf_type()
212 #undef isupper240 #define isupper(x) (sane_istest(x,GIT_ALPHA) && !(x & 0x20)) macro
365 #define ACPI_IS_UPPER(i) isupper((int) (i))
95 if (val < 0 || (strict && isupper(c))) in ft_parse_wwn()
1002 if (!isupper(*c)) in iscsi_initiatorname_tolower()