Searched refs:MZ_TOLOWER (Results 1 – 1 of 1) sorted by relevance
3102 #define MZ_TOLOWER(c) ((((c) >= 'A') && ((c) <= 'Z')) ? ((c) - 'A' + 'a') : (c)) macro3424 if ((l = MZ_TOLOWER(*pL)) != (r = MZ_TOLOWER(*pR))) in mz_zip_reader_filename_less()4241 if (MZ_TOLOWER(pA[i]) != MZ_TOLOWER(pB[i])) in mz_zip_string_equal()4255 if ((l = MZ_TOLOWER(*pL)) != (r = MZ_TOLOWER(*pR))) in mz_zip_filename_compare()