Home
last modified time | relevance | path

Searched defs:tolower_l (Results 1 – 2 of 2) sorted by relevance

/picolibc-latest/newlib/libc/ctype/
Dtolower_l.c17 tolower_l (int c, struct __locale_t *locale) in tolower_l() function
/picolibc-latest/newlib/libc/include/
Dctype.h216 __declare_extern_inline(int) tolower_l (int c, locale_t l) { (void) l; return tolower(c); } in tolower_l() function