Searched refs:TOLOWER (Results 1 – 8 of 8) sorted by relevance
408 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()
222 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()
77 if (TOLOWER(*s) == 'x' && ((base | 16) == 16)) { in strtoi()
742 #define TOLOWER(c) ((c) | ('a' - 'A')) macro798 c = TOLOWER(c-1) + ('0' - 'a' + 11); in digit_to_val()
278 if (TOLOWER(i) == 'x' && (base == 0 || base == 16)) { in conv_int()
143 string(TOLOWER ${flag_trim} flag_lower)
308 # define TOLOWER(c) tolower((int)(unsigned char)(c)) macro320 # define TOLOWER(c) towlower((wint_t)(c)) macro1092 s[count++] = (*format == CQ('P') ? (CHAR) TOLOWER (ctloc[i]) in __strftime()
5381 (TOLOWER): Define for tolower conversion.