Home
last modified time | relevance | path

Searched defs:TOLOWER (Results 1 – 2 of 2) sorted by relevance

/picolibc-latest/newlib/libc/time/
Dstrftime.c308 # define TOLOWER(c) tolower((int)(unsigned char)(c)) macro
320 # define TOLOWER(c) towlower((wint_t)(c)) macro
/picolibc-latest/newlib/libc/tinystdio/
Dstdio_private.h742 #define TOLOWER(c) ((c) | ('a' - 'A')) macro