Searched refs:toupper (Results 1 – 5 of 5) sorted by relevance
89 toupper=92 toupper='185 sed -e "$sed_prep" $src | $awk "$toupper"'
162 number = toupper(value[++cnt]) - '0'; in ConvertValueToCFTypeRef()166 tmp = toupper(value[++cnt]) - '0'; in ConvertValueToCFTypeRef()
227 *cp++ = toupper(*dev++); in tomacro()
801 *str = toupper(*str); in allCaps()
905 #define toupper(c) ((c) - 0x20 * (((c) >= 'a') && ((c) <= 'z'))) macro941 *++p = upper ? toupper(c) : c; in ksprintn()