Searched defs:__ch (Results 1 – 2 of 2) sorted by relevance
81 __BIONIC_CTYPE_INLINE int _tolower(int __ch) { in _tolower()90 __BIONIC_CTYPE_INLINE int _toupper(int __ch) { in _toupper()98 __BIONIC_CTYPE_INLINE int __bionic_ctype_in_range(unsigned __lo, int __ch, unsigned __hi) { in __bionic_ctype_in_range()103 __BIONIC_CTYPE_INLINE int isalpha(int __ch) { in isalpha()108 __BIONIC_CTYPE_INLINE int isblank(int __ch) { in isblank()113 __BIONIC_CTYPE_INLINE int iscntrl(int __ch) { in iscntrl()118 __BIONIC_CTYPE_INLINE int isdigit(int __ch) { in isdigit()123 __BIONIC_CTYPE_INLINE int isgraph(int __ch) { in isgraph()128 __BIONIC_CTYPE_INLINE int islower(int __ch) { in islower()133 __BIONIC_CTYPE_INLINE int isprint(int __ch) { in isprint()[all …]
31 void* memset_explicit(void* __dst, int __ch, size_t __n) { in memset_explicit()