Home | History | Annotate | Download | only in mDNSCore

Lines Matching refs:zeroPad

2855 	unsigned      zeroPad : 1;
2900 else if (c == '0') F.zeroPad = 1;
2926 if (F.leftJustify) F.zeroPad = 0;
2949 if (F.zeroPad)
2968 if (F.zeroPad) F.precision = F.fieldWidth;
3023 if (F.zeroPad)