HomeSort by: relevance | last modified time | path
    Searched defs:chosts (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/ntp/dist/ntpdc/
ntpdc.c 214 static const char *chosts[MAXHOSTS]; variable
215 #define ADDHOST(cp) if (numhosts < MAXHOSTS) chosts[numhosts++] = (cp)
378 (void) openhost(chosts[0]);
385 if (openhost(chosts[ihost]))
388 printf ("--- %s ---\n",chosts[ihost]);
  /src/external/bsd/ntp/dist/ntpq/
ntpq.c 413 chost chosts[MAXHOSTS]; variable
417 chosts[numhosts].name = (cp); \
418 chosts[numhosts].fam = ai_fam_templ; \
636 if (openhost(chosts[ihost].name, chosts[ihost].fam)) {
652 (void) openhost(chosts[0].name, chosts[0].fam);

Completed in 28 milliseconds