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

/external/mdnsresponder/mDNSShared/
H A DDebugServices.c1192 unsigned leftJustify : 1; member in struct:DebugSNPrintF_format
1234 if (c == '-') F.leftJustify = 1;
1245 if (f < 0) { f = -f; F.leftJustify = 1; }
1264 if (F.leftJustify) F.zeroPad = 0;
1586 if (i < F.fieldWidth && !F.leftJustify) // Pad on the left
/external/mdnsresponder/mDNSCore/
H A DDNSCommon.c2853 unsigned leftJustify : 1; member in struct:mDNSprintf_format
2896 if (c == '-') F.leftJustify = 1;
2907 if (f < 0) { f = -f; F.leftJustify = 1; }
2926 if (F.leftJustify) F.zeroPad = 0;
3114 if (i < F.fieldWidth && !F.leftJustify) // Pad on the left

Completed in 199 milliseconds