Home
last modified time | relevance | path

Searched refs:__C_toupper (Results 1 – 3 of 3) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/bits/
A DuClibc_ctype.h92 #define __C_toupper(c) (__C_islower(c) ? ((c) ^ 0x20) : (c)) macro
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/ctype/
A Dctype.c325 return __C_toupper(c);
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/wctype/
A D_wctype.c366 ? __C_toupper((unsigned)wc) in libc_hidden_def()

Completed in 6 milliseconds