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

  /src/external/bsd/ntp/dist/ntpdc/
ntpdc.c 178 static char currenthost[LENHOSTNAME]; /* current host name */ variable
508 printf("Closing old host %s\n", currenthost);
512 strlcpy(currenthost, temphost, sizeof(currenthost));
587 warning("write to %s failed", currenthost);
691 currenthost);
696 currenthost);
1701 (void) fprintf(fp, "current host is %s\n", currenthost);
1716 "current host remains %s\n", currenthost);
1724 (void) fprintf(fp, "current host set to %s\n", currenthost);
    [all...]
  /src/external/bsd/ntp/dist/ntpq/
ntpq.c 362 char currenthost[LENHOSTNAME]; /* current host name */ variable
777 printf("Closing old host %s\n", currenthost);
781 strlcpy(currenthost, temphost, sizeof(currenthost));
912 warning("write to %s failed", currenthost);
1031 currenthost);
1037 currenthost);
1437 fprintf(stderr, "server=%s ", currenthost);
2534 currenthost);
2552 fprintf(fp, "current host set to %s\n", currenthost);
    [all...]

Completed in 23 milliseconds