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()
17 tolower_l (int c, struct __locale_t *locale) in tolower_l() function
94 tolower_l.c
94 'tolower_l.c',
51 * Function tolower:: Translate characters to lowercase (tolower, tolower_l)
109 int tolower_l (int c, locale_t l);216 __declare_extern_inline(int) tolower_l (int c, locale_t l) { (void) l; return tolower(c); } in tolower_l() function
2956 newlib/libc/ctype/tolower_l.c