Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libc/include/
Dctype.h97 #define _tolower(__c) ((__c) + ('a' - 'A')) macro
/picolibc-3.7.0-3.6.0/newlib/libm/test/
Dtest_is.c1947 int def__tolower (int i) { return _tolower(i); } in def__tolower()
2005 #undef _tolower
/picolibc-3.7.0-3.6.0/newlib/
DChangeLog-20156296 * libc/include/ctype.h (_tolower, _toupper, isalpha, isupper)
6659 * libc/ctype/Makefile.am: Remove _tolower.c and _toupper.c
6663 * 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 inside
24892 * libc/ctype/Makefile.in (OFILES): Added _tolower.o and _toupper.o
24893 * 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