Home
last modified time | relevance | path

Searched refs:tolower_l (Results 1 – 8 of 8) sorted by relevance

/picolibc-3.5.0-3.4.0/newlib/libc/string/
Dstrcasecmp_l.c50 const int c1 = tolower_l (*s1++, locale); in strcasecmp_l()
51 const int c2 = tolower_l (*s2++, locale); in strcasecmp_l()
Dstrncasecmp_l.c54 const int c1 = tolower_l (*s1++, locale); in strncasecmp_l()
55 const int c2 = tolower_l (*s2++, locale); in strncasecmp_l()
/picolibc-3.5.0-3.4.0/newlib/libc/ctype/
Dtolower_l.c18 tolower_l (int c, struct __locale_t *locale) in tolower_l() function
DCMakeLists.txt92 tolower_l.c
Dmeson.build92 'tolower_l.c',
Dctype.tex51 * tolower:: Translate characters to lowercase (tolower, tolower_l)
/picolibc-3.5.0-3.4.0/newlib/libc/include/
Dctype.h91 extern int tolower_l (int __c, locale_t __l);
/picolibc-3.5.0-3.4.0/
DCOPYING.picolibc2754 newlib/libc/ctype/tolower_l.c