Searched refs:MZ_TOLOWER (Results 1 – 1 of 1) sorted by relevance
2186 #define MZ_TOLOWER(c) ((((c) >= 'A') && ((c) <= 'Z')) ? ((c) - 'A' + 'a') : (c)) macro2356 if ((l = MZ_TOLOWER(*pL)) != (r = MZ_TOLOWER(*pR))) in mz_zip_reader_filename_less()2694 if (MZ_TOLOWER(pA[i]) != MZ_TOLOWER(pB[i])) in mz_zip_reader_string_equal()2708 if ((l = MZ_TOLOWER(*pL)) != (r = MZ_TOLOWER(*pR))) in mz_zip_reader_filename_compare()