Searched defs:RichText (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DDNSCommon.c1254 mDNSexport mDNSBool LabelContainsSuffix(const domainlabel *const name, const mDNSBool RichText) argument
1258 if (RichText)
1280 mDNSexport mDNSu32 RemoveLabelSuffix(domainlabel *name, mDNSBool RichText) argument
1284 // Chop closing parentheses from RichText suffix
1285 if (RichText && name->c[0] >= 1 && name->c[name->c[0]] == ')') name->c[0]--;
1292 if (RichText)
1306 mDNSexport void AppendLabelSuffix(domainlabel *const name, mDNSu32 val, const mDNSBool RichText) argument
1309 if (RichText) chars = 4; // Shortest possible RichText suffix is 4 characters (" (2)")
1311 // Truncate trailing spaces from RichText name
1331 IncrementLabelSuffix(domainlabel *name, mDNSBool RichText) argument
[all...]

Completed in 61 milliseconds