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

/macosx-10.10/mDNSResponder-561.1.1/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
/macosx-10.10/mDNSResponder-561.1.1/mDNSCore/
H A DDNSCommon.c4019 unsigned leftJustify : 1; member in struct:mDNSprintf_format
4062 if (c == '-') F.leftJustify = 1;
4073 if (f < 0) { f = -f; F.leftJustify = 1; }
4092 if (F.leftJustify) F.zeroPad = 0;
4280 if (i < F.fieldWidth && !F.leftJustify) // Pad on the left

Completed in 95 milliseconds