Home
last modified time | relevance | path

Searched refs:RichText (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DDNSCommon.h232 extern mDNSBool LabelContainsSuffix(const domainlabel *const name, const mDNSBool RichText);
233 extern mDNSu32 RemoveLabelSuffix(domainlabel *name, mDNSBool RichText);
234 extern void AppendLabelSuffix(domainlabel *name, mDNSu32 val, mDNSBool RichText);
H A DDNSCommon.c1036 mDNSexport mDNSBool LabelContainsSuffix(const domainlabel *const name, const mDNSBool RichText) in LabelContainsSuffix() argument
1040 if (RichText) in LabelContainsSuffix()
1062 mDNSexport mDNSu32 RemoveLabelSuffix(domainlabel *name, mDNSBool RichText) in RemoveLabelSuffix() argument
1067 if (RichText && name->c[0] >= 1 && name->c[name->c[0]] == ')') name->c[0]--; in RemoveLabelSuffix()
1074 if (RichText) in RemoveLabelSuffix()
1088 mDNSexport void AppendLabelSuffix(domainlabel *name, mDNSu32 val, mDNSBool RichText) in AppendLabelSuffix() argument
1091 if (RichText) chars = 4; // Shortest possible RichText suffix is 4 characters (" (2)") in AppendLabelSuffix()
1094 if (RichText) while (name->c[name->c[0]] == ' ') name->c[0]--; in AppendLabelSuffix()
1100 if (RichText) { name->c[++name->c[0]] = ' '; name->c[++name->c[0]] = '('; } in AppendLabelSuffix()
1110 if (RichText) name->c[++name->c[0]] = ')'; in AppendLabelSuffix()
[all …]
H A DmDNSEmbeddedAPI.h2539 extern void IncrementLabelSuffix(domainlabel *name, mDNSBool RichText);