Home
last modified time | relevance | path

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

/picolibc-latest/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-latest/newlib/libc/ctype/
Dtolower_l.c17 tolower_l (int c, struct __locale_t *locale) in tolower_l() function
DCMakeLists.txt94 tolower_l.c
Dmeson.build94 'tolower_l.c',
Dctype.tex51 * Function tolower:: Translate characters to lowercase (tolower, tolower_l)
/picolibc-latest/newlib/libc/include/
Dctype.h109 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
/picolibc-latest/
DCOPYING.picolibc2956 newlib/libc/ctype/tolower_l.c