Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libc/time/
Dstrftime.c309 # define TOLOWER(c) tolower((int)(unsigned char)(c)) macro
321 # define TOLOWER(c) towlower((wint_t)(c)) macro
/picolibc-3.7.0-3.6.0/newlib/libc/tinystdio/
Dstdio_private.h633 #define TOLOWER(c) ((c) | ('a' - 'A')) macro