Searched refs:_tolower (Results 1 – 3 of 3) sorted by relevance
97 #define _tolower(__c) ((__c) + ('a' - 'A')) macro
1947 int def__tolower (int i) { return _tolower(i); } in def__tolower()2005 #undef _tolower
6296 * libc/include/ctype.h (_tolower, _toupper, isalpha, isupper)6659 * libc/ctype/Makefile.am: Remove _tolower.c and _toupper.c6663 * libc/ctype/_tolower.c: Remove file.6682 * libc/include/ctype.h (_tolower): Define as macro per POSIX.24890 * libc/include/ctype.h (_tolower, _toupper): Moved inside24892 * libc/ctype/Makefile.in (OFILES): Added _tolower.o and _toupper.o24893 * libc/ctype/_tolower.c: New file.24895 * libc/ctype/tolower.c (_tolower): Moved to _tolower.c.27710 isxdigit, toascii, tolower, toupper, _tolower, _toupper in macro