Searched refs:SD_TOUPPER (Results 1 – 1 of 1) sorted by relevance
439 #define SD_TOUPPER(C) (((C) >= 'a' && (C) <= 'z') ? (C) - 'a' + 'A' : (C)) macro4029 (SD_TOUPPER(*p1) != SD_TOUPPER(*p2))) { in sd_blank_cmp()4033 (SD_TOUPPER(*p1) == SD_TOUPPER(*p2))) { in sd_blank_cmp()