Home
last modified time | relevance | path

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

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