Searched defs:tolower (Results 1 - 4 of 4) sorted by relevance

/haiku-fatelf/src/system/libroot/posix/locale/
H A Dctype.cpp25 #undef tolower macro
180 tolower(int c) function
/haiku-fatelf/headers/posix/
H A Dctype.h57 #define tolower(c) ((int)__ctype_tolower[(int)(c)]) macro
/haiku-fatelf/src/system/libroot/posix/glibc/ctype/
H A Dctype.h181 # define tolower(c) __tobody (c, tolower, __ctype_tolower, (c)) macro
/haiku-fatelf/headers/private/kernel/arch/sparc/
H A Dstand.h127 #define tolower(c) (isupper(c)?((c) - 'A' + 'a'):(c)) macro

Completed in 45 milliseconds