Searched refs:tolower_l (Results 1 – 8 of 8) sorted by relevance
50 const int c1 = tolower_l (*s1++, locale); in strcasecmp_l()51 const int c2 = tolower_l (*s2++, locale); in strcasecmp_l()
54 const int c1 = tolower_l (*s1++, locale); in strncasecmp_l()55 const int c2 = tolower_l (*s2++, locale); in strncasecmp_l()
18 tolower_l (int c, struct __locale_t *locale) in tolower_l() function
92 tolower_l.c
92 'tolower_l.c',
51 * tolower:: Translate characters to lowercase (tolower, tolower_l)
91 extern int tolower_l (int __c, locale_t __l);
2754 newlib/libc/ctype/tolower_l.c