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

/bind-9.6-ESV-R11/lib/isccc/
H A Dalist.c53 static char spaces[MAX_INDENT + 1] = variable
287 fprintf(stream, "%.*s%s => ", (int)indent, spaces,
295 fprintf(stream, "%.*s}", (int)indent, spaces);
302 fprintf(stream, "%.*s", (int)indent, spaces);
309 fprintf(stream, "%.*s)", (int)indent, spaces);
/bind-9.6-ESV-R11/contrib/zkt/
H A Ddki.c131 while ( (c = getc (fp)) != EOF && isspace (c) ) /* skip spaces */
767 int spaces; local
773 spaces = 22 - (strlen (dkp->name) + 3);
774 len += fprintf (fp, "%*s", spaces > 0 ? spaces : 0 , " ");
776 if ( spaces < 0 )
/bind-9.6-ESV-R11/lib/dns/
H A Dvalidator.c3846 static const char spaces[] = " *"; local
3851 if ((unsigned int) depth >= sizeof spaces)
3852 depth = sizeof spaces - 1;
3862 "%.*svalidating @%p: %s %s: %s", depth, spaces,
3866 "%.*svalidator @%p: %s", depth, spaces,
H A Dmasterdump.c83 * very large, the tabs and spaces needed to reach it will not fit.
160 static char spaces[N_SPACES+1] = " "; variable
196 * Output tabs and spaces to go from column '*current' to
250 memmove(p, spaces, n);

Completed in 25 milliseconds