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

/bind-9.6-ESV-R11/lib/dns/
H A Dmasterdump.c159 #define N_SPACES 10 macro
160 static char spaces[N_SPACES+1] = " ";
248 if (n > N_SPACES)
249 n = N_SPACES;

Completed in 13 milliseconds