Home
last modified time | relevance | path

Searched refs:_toupper (Results 1 – 3 of 3) sorted by relevance

/picolibc-latest/newlib/libc/include/
Dctype.h91 #define _toupper(__c) ((__c) - ('a' - 'A')) macro
/picolibc-latest/newlib/libm/test/
Dtest_is.c1948 static int def__toupper (int i) { return _toupper(i); } in def__toupper()
2007 #undef _toupper
/picolibc-latest/newlib/
DChangeLog-20156296 * libc/include/ctype.h (_tolower, _toupper, isalpha, isupper)
6659 * libc/ctype/Makefile.am: Remove _tolower.c and _toupper.c
6664 * libc/ctype/_toupper.c: Remove file.
6683 (_toupper): Ditto.
24890 * libc/include/ctype.h (_tolower, _toupper): Moved inside
24892 * libc/ctype/Makefile.in (OFILES): Added _tolower.o and _toupper.o
24894 * 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