Home | History | Annotate | Download | only in mDNSShared

Lines Matching refs:separator

2046 	char					separator[ 8 ];
2066 // Set up the separator string. This is used to insert spaces on subsequent "lines" when not using newlines.
2068 s = separator;
2083 check( ( (size_t)( s - separator ) ) < sizeof( separator ) );
2273 "%s" // Separator (only if needed)
2276 "%s" // Separator
2282 ( src != start ) ? separator : "",
2295 "%s" // Separator (only if needed)
2298 "%s" // Separator
2304 ( src != start ) ? separator : "",
2320 "%s" // Separator (only if needed)
2323 "%s" // Separator
2329 ( src != start ) ? separator : "",
2342 "%s" // Separator (only if needed)
2345 "%s" // Separator
2351 ( src != start ) ? separator : "",