Searched refs:timelib_tolower (Results 1 – 1 of 1) sorted by relevance
243 #define timelib_tolower(c) (timelib_tolower_map[(unsigned char)(c)]) macro262 c1 = timelib_tolower(*(unsigned char *)s1++); in timelib_strcasecmp()263 c2 = timelib_tolower(*(unsigned char *)s2++); in timelib_strcasecmp()284 c1 = timelib_tolower(*(unsigned char *)s1++); in timelib_strncasecmp()285 c2 = timelib_tolower(*(unsigned char *)s2++); in timelib_strncasecmp()
Completed in 4 milliseconds