Searched refs:toupper_l (Results 1 – 6 of 6) sorted by relevance
18 toupper_l (int c, struct __locale_t *locale) in toupper_l() function
96 toupper_l.c
96 'toupper_l.c',
52 * Function toupper:: Translate characters to uppercase (toupper, toupper_l)
110 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
2957 newlib/libc/ctype/toupper_l.c