Lines Matching defs:truncated
397 mDNSBool truncated = mDNSfalse;
402 require_action_quiet(bufferLen > 1, exit, truncated = mDNStrue);
420 require_action_quiet(currentNWrites == normalBytesLenToPrint, exit, truncated = mDNStrue);
431 require_action_quiet((bufferLen - nWrites) >= 3, exit, truncated = mDNStrue);
437 require_action_quiet((bufferLen - nWrites) >= 5, exit, truncated = mDNStrue);
452 *outTruncated = truncated;
468 mDNSBool truncated = mDNSfalse;
470 for (const mDNSu8 *src = rdata, *const end = rdata + rdLen; src < end && !truncated; src += characterStringLen)
481 characterStringLen, addSeparator, &truncated);
485 const char statusCode = (malformed ? 'M' : (truncated ? 'T' : 'C'));
1313 // In some cases silently truncated oversized names to 63 bytes is acceptable, so the return result may be ignored.
1616 // Having truncated characters off the end of our string, also cut off any residual white space