Searched refs:spaces (Results 1 - 3 of 3) sorted by relevance

/bind-9.11.3/lib/isccc/
H A Dalist.c45 static char spaces[MAX_INDENT + 1] = variable
279 fprintf(stream, "%.*s%s => ", (int)indent, spaces,
287 fprintf(stream, "%.*s}", (int)indent, spaces);
294 fprintf(stream, "%.*s", (int)indent, spaces);
301 fprintf(stream, "%.*s)", (int)indent, spaces);
/bind-9.11.3/lib/dns/
H A Dvalidator.c3940 static const char spaces[] = " *"; local
3945 if ((unsigned int) depth >= sizeof spaces)
3946 depth = sizeof spaces - 1;
3956 "%.*svalidating %s/%s: %s", depth, spaces,
3960 "%.*svalidator @%p: %s", depth, spaces,
H A Dmasterdump.c75 * very large, the tabs and spaces needed to reach it will not fit.
208 static char spaces[N_SPACES+1] = " "; variable
245 * Output tabs and spaces to go from column '*current' to
299 memmove(p, spaces, n);

Completed in 78 milliseconds