Searched refs:zeroPad (Results 1 - 2 of 2) sorted by relevance

/external/mdnsresponder/mDNSShared/
H A DDebugServices.c1194 unsigned zeroPad : 1; member in struct:DebugSNPrintF_format
1238 else if (c == '0') F.zeroPad = 1;
1264 if (F.leftJustify) F.zeroPad = 0;
1333 if (F.zeroPad)
/external/mdnsresponder/mDNSCore/
H A DDNSCommon.c2855 unsigned zeroPad : 1; member in struct:mDNSprintf_format
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)

Completed in 97 milliseconds