Home
last modified time | relevance | path

Searched refs:_toupper (Results 1 – 5 of 5) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/include/
A Dctype.h226 extern int _toupper(int __c) __THROW;
287 # define _toupper(c) ((int) (__UCLIBC_CTYPE_TOUPPER)[(int) (c)])
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/bits/
A DuClibc_ctype.h109 #define _toupper(c) ((c) ^ 0x20) macro
/l4re-core-master/uclibc/lib/contrib/uclibc/docs/
A Dwchar_and_locale.txt86 _tolower(c), _toupper(c)
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/wctype/
A D_wctype.c669 return (desc == _CTYPE_tolower) ? _tolower(wc) : _toupper(wc); in libc_hidden_def()
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/Configs/
A DConfig.in751 _longjmp, _setjmp, _tolower, _toupper, ftw, getitimer,

Completed in 8 milliseconds