Lines Matching refs:alt
751 if (base == 8 && alt) \
794 if (base == 8 && alt) \
810 if (prec <= workend - string && number.word != 0 && alt && base == 8) \
820 if (number.word != 0 && alt && (base == 16 || base == 2)) \
840 if (number.word != 0 && alt && (base == 16 || base == 2)) \
871 if (number.word != 0 && alt && (base == 16 || base == 2)) \
904 alt = 1; \
953 if (alt) \
1291 int alt = 0; /* Alternate format. */ in vfprintf() local
1333 alt = 1; in vfprintf()
1543 .alt = alt, in vfprintf()
1826 int alt = specs[nspecs_done].info.alt; in printf_positional() local
2020 if (info->alt) in printf_unknown()