Searched refs:ustr (Results 1 – 2 of 2) sorted by relevance
267 char *ret, *ustr; in kstruprdup() local269 ustr = ret = kmalloc(strlen(str) + 1, gfp); in kstruprdup()275 *ustr++ = toupper(*str++); in kstruprdup()277 *ustr = 0; in kstruprdup()
58 char *ret, *ustr; in kstrdupcase() local60 ustr = ret = kmalloc(strlen(str) + 1, gfp); in kstrdupcase()66 *ustr++ = to_upper ? toupper(*str++) : tolower(*str++); in kstrdupcase()68 *ustr = 0; in kstrdupcase()