Home
last modified time | relevance | path

Searched refs:toupper_l (Results 1 – 6 of 6) sorted by relevance

/picolibc-latest/newlib/libc/ctype/
Dtoupper_l.c18 toupper_l (int c, struct __locale_t *locale) in toupper_l() function
DCMakeLists.txt96 toupper_l.c
Dmeson.build96 'toupper_l.c',
Dctype.tex52 * Function toupper:: Translate characters to uppercase (toupper, toupper_l)
/picolibc-latest/newlib/libc/include/
Dctype.h110 int toupper_l (int c, locale_t l);
217 __declare_extern_inline(int) toupper_l (int c, locale_t l) { (void) l; return toupper(c); } in toupper_l() function
/picolibc-latest/
DCOPYING.picolibc2957 newlib/libc/ctype/toupper_l.c