Searched refs:to_upper (Results 1 – 1 of 1) sorted by relevance
56 static char *kstrdupcase(const char *str, gfp_t gfp, bool to_upper) in kstrdupcase() argument66 *ustr++ = to_upper ? toupper(*str++) : tolower(*str++); in kstrdupcase()