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

  /src/external/apache2/mDNSResponder/dist/mDNSShared/
DebugServices.c 1156 unsigned int fieldWidth;
1209 F.fieldWidth = (unsigned int)f;
1215 F.fieldWidth = (10 * F.fieldWidth) + (c - '0');
1291 F.precision = F.fieldWidth;
1542 if (i < F.fieldWidth && !F.leftJustify) // Pad on the left
1546 } while (i < --F.fieldWidth);
1554 for (; i < F.fieldWidth; i++) // Pad on the right
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
declaration.h 302 unsigned fieldWidth;
  /src/external/apache2/mDNSResponder/dist/mDNSCore/
DNSCommon.c 5712 unsigned int fieldWidth;
5764 F.fieldWidth = (unsigned int)f;
5770 F.fieldWidth = (10 * F.fieldWidth) + (c - '0');
5806 F.precision = F.fieldWidth;
5823 if (F.zeroPad) F.precision = F.fieldWidth;
5946 F.precision = F.fieldWidth;
6051 if (i < F.fieldWidth && !F.leftJustify) // Pad on the left
6055 } while (i < --F.fieldWidth);
6090 for (; i < F.fieldWidth; i++) // Pad on the righ
    [all...]
  /src/external/apache2/mDNSResponder/dist/Clients/dnssdutil/
dnssdutil.c     [all...]

Completed in 100 milliseconds