OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:N_SPACES
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mpl/bind/dist/lib/dns/
masterdump.c
231
#define
N_SPACES
10
232
static char spaces[
N_SPACES
+ 1] = " ";
326
if (n >
N_SPACES
) {
327
n =
N_SPACES
;
/src/external/mpl/dhcp/bind/dist/lib/dns/
masterdump.c
249
#define
N_SPACES
10
250
static char spaces[
N_SPACES
+ 1] = " ";
345
if (n >
N_SPACES
) {
346
n =
N_SPACES
;
Completed in 27 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026