Searched refs:_tolower (Results 1 - 6 of 6) sorted by relevance

/haiku-fatelf/src/system/libroot/posix/glibc/ctype/
H A Dctype.h128 __exctype (_tolower); variable
189 # define _tolower(c) ((int) __ctype_tolower[(int) (c)]) macro
/haiku-fatelf/headers/posix/
H A Dctype.h59 #define _tolower(c) tolower(c) macro
/haiku-fatelf/src/bin/diffutils/src/
H A Dsystem.h267 # ifndef _tolower
268 # define _tolower(c) tolower (c) macro
270 # define TOLOWER(c) (CTYPE_DOMAIN (c) && isupper (c) ? _tolower (c) : (c))
/haiku-fatelf/src/system/libroot/posix/glibc/stdio-common/
H A Dprintf_fp.c801 if (_tolower (info->spec) == 'e')
/haiku-fatelf/src/bin/diffutils/lib/
H A Dregex.c255 # ifdef _tolower
256 # define TOLOWER(c) _tolower(c)
/haiku-fatelf/src/bin/gdb/libiberty/
H A Dregex.c245 # ifdef _tolower
246 # define TOLOWER(c) _tolower(c)

Completed in 187 milliseconds