Searched refs:c_tolower (Results 1 – 4 of 4) sorted by relevance
38 c1 = c_tolower (*p1); in c_strcasecmp()39 c2 = c_tolower (*p2); in c_strcasecmp()
38 c1 = c_tolower (*p1); in c_strncasecmp()39 c2 = c_tolower (*p2); in c_strncasecmp()
135 extern int c_tolower (int c) _GL_ATTRIBUTE_CONST;275 #undef c_tolower276 #define c_tolower(c) \ macro
320 c_tolower (int c) in c_tolower() function