Home
last modified time | relevance | path

Searched refs:TOLOWER (Results 1 – 8 of 8) sorted by relevance

/picolibc-latest/newlib/libc/tinystdio/
Dvfprintf.c408 if ((TOLOWER(c) >= 'e' && TOLOWER(c) <= 'g') in skip_to_arg()
410 || TOLOWER(c) == 'a' in skip_to_arg()
680 if ((TOLOWER(c) >= 'e' && TOLOWER(c) <= 'g') in vfprintf()
682 || TOLOWER(c) == 'a' in vfprintf()
695 case_convert = TOLOWER(c) - c; in vfprintf()
696 c = TOLOWER(c); in vfprintf()
1191 } else if (TOLOWER(c) == 'x') { in vfprintf()
1194 } else if (TOLOWER(c) == 'b') { in vfprintf()
Dconv_flt.c222 switch (TOLOWER (i)) { in conv_flt()
238 if (TOLOWER(i) == c) in conv_flt()
311 if ((flags & FL_FHEX) && (c = TOLOWER(i) - 'a') <= 5) in conv_flt()
346 } else if (TOLOWER(i) == 'x' && (flags & FL_ANY) && UF_IS_ZERO(uint)) { in conv_flt()
367 if (TOLOWER(i) == exp_match) in conv_flt()
Dstrtoi.h77 if (TOLOWER(*s) == 'x' && ((base | 16) == 16)) { in strtoi()
Dstdio_private.h742 #define TOLOWER(c) ((c) | ('a' - 'A')) macro
798 c = TOLOWER(c-1) + ('0' - 'a' + 11); in digit_to_val()
Dvfscanf.c278 if (TOLOWER(i) == 'x' && (base == 0 || base == 16)) { in conv_int()
/picolibc-latest/cmake/
Dpicolibc.cmake143 string(TOLOWER ${flag_trim} flag_lower)
/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
1092 s[count++] = (*format == CQ('P') ? (CHAR) TOLOWER (ctloc[i]) in __strftime()
/picolibc-latest/newlib/
DChangeLog-20155381 (TOLOWER): Define for tolower conversion.