Searched refs:toupper (Results 1 – 10 of 10) sorted by relevance
155 property[0] = toupper(property[0]); in Properties()158 property[0] = toupper(property[0]); in Properties()
414 if (toupper(p_str1[i]) != toupper(p_str2[i])) in hw_strncmp()674 *(p_name+i) = toupper(*(p_name+i)); in hw_config_cback()
411 *p=toupper(*p); in SMCPropYacc()
450 (*type) = toupper(ptr[i]); in get_ps_type()452 (*sub_type) = toupper(ptr[i]); in get_ps_type()
1071 : ((islower(n1) ? (toupper(n1)) : n1) - 'A' + 10); in dhd_membytes()1073 : ((islower(n2) ? (toupper(n2)) : n2) - 'A' + 10); in dhd_membytes()
240 toupper(){ function
1987 property[0] = toupper(property[0]); in insertDefaults()1992 property[0] = toupper(property[0]); in insertDefaults()
2796 return static_cast<char>(toupper(static_cast<unsigned char>(ch)));