Searched refs:_toupper (Results 1 – 3 of 3) sorted by relevance
91 #define _toupper(__c) ((__c) - ('a' - 'A')) macro
1948 static int def__toupper (int i) { return _toupper(i); } in def__toupper()2007 #undef _toupper
6296 * libc/include/ctype.h (_tolower, _toupper, isalpha, isupper)6659 * libc/ctype/Makefile.am: Remove _tolower.c and _toupper.c6664 * libc/ctype/_toupper.c: Remove file.6683 (_toupper): Ditto.24890 * libc/include/ctype.h (_tolower, _toupper): Moved inside24892 * libc/ctype/Makefile.in (OFILES): Added _tolower.o and _toupper.o24894 * libc/ctype/_toupper.c: New file.24896 * libc/ctype/toupper.c (_toupper): Moved to _toupper.c.27710 isxdigit, toascii, tolower, toupper, _tolower, _toupper in macro