OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MAXHOSTS
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/ntp/dist/ntpdc/
ntpdc.c
167
#define
MAXHOSTS
200 /* maximum hosts on cmd line */
214
static const char *chosts[
MAXHOSTS
];
215
#define ADDHOST(cp) if (numhosts <
MAXHOSTS
) chosts[numhosts++] = (cp)
/src/external/bsd/ntp/dist/ntpq/
ntpq.c
348
#define
MAXHOSTS
200 /* maximum hosts on cmd line */
413
chost chosts[
MAXHOSTS
];
416
if (numhosts <
MAXHOSTS
) { \
Completed in 18 milliseconds
Indexes created Fri Mar 20 00:23:26 UTC 2026