Home
last modified time | relevance | path

Searched refs:__C_islower (Results 1 – 2 of 2) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/bits/
A DuClibc_ctype.h73 #define __C_islower(c) \ macro
92 #define __C_toupper(c) (__C_islower(c) ? ((c) ^ 0x20) : (c))
186 # define islower(c) __C_islower(c)
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/wctype/
A D_wctype.c541 return __C_islower((unsigned)wc); in iswctype()

Completed in 3 milliseconds