Home
last modified time | relevance | path

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

/picolibc-3.5.0-3.4.0/newlib/libc/include/
Dctype.h75 #define _toupper(__c) ((unsigned char)(__c) - 'a' + 'A') macro
/picolibc-3.5.0-3.4.0/newlib/libm/test/
Dtest_is.c1948 int def__toupper (int i) { return _toupper(i); } in def__toupper()
2006 #undef _toupper
/picolibc-3.5.0-3.4.0/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