HomeSort by: relevance | last modified time | path
    Searched refs:leftJustify (Results 1 - 4 of 4) 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/gpl3/gcc.old/dist/libphobos/src/std/
meta.d 1442 import std.string : leftJustify, center, rightJustify;
1444 leftJustify, center, rightJustify);
  /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
  /src/external/apache2/mDNSResponder/dist/Clients/dnssdutil/
dnssdutil.c     [all...]

Completed in 113 milliseconds