HomeSort by: relevance | last modified time | path
    Searched defs:leftJustify (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/mDNSResponder/dist/mDNSShared/
DebugServices.c 1148 unsigned leftJustify : 1;
1197 if (c == '-') F.leftJustify = 1;
1208 if (f < 0) { f = -f; F.leftJustify = 1; }
1227 if (F.leftJustify) F.zeroPad = 0;
1542 if (i < F.fieldWidth && !F.leftJustify) // Pad on the left
  /src/external/apache2/mDNSResponder/dist/mDNSCore/
DNSCommon.c 5704 unsigned leftJustify : 1;
5752 if (c == '-') F.leftJustify = 1;
5763 if (f < 0) { f = -f; F.leftJustify = 1; }
5782 if (F.leftJustify) F.zeroPad = 0;
6051 if (i < F.fieldWidth && !F.leftJustify) // Pad on the left

Completed in 41 milliseconds