Home
last modified time | relevance | path

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

/picolibc-3.5.0-3.4.0/newlib/libc/tinystdio/
Dscanf_private.h55 #define TOLOWER(c) ((c) | CASE_CONVERT) macro
/picolibc-3.5.0-3.4.0/newlib/libc/time/
Dstrftime.c309 # define TOLOWER(c) tolower((int)(unsigned char)(c)) macro
321 # define TOLOWER(c) towlower((wint_t)(c)) macro