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

/freebsd-13-stable/contrib/ntp/ntpdc/
H A Dntpdc.c406 char temphost[LENHOSTNAME]; local
478 strlcpy(temphost, stoa(&addr), sizeof(temphost));
480 strlcpy(temphost, ai->ai_canonname, sizeof(temphost));
483 printf("Opening host %s\n", temphost);
491 strlcpy(currenthost, temphost, sizeof(currenthost));
/freebsd-13-stable/contrib/ntp/ntpq/
H A Dntpq.c660 char temphost[LENHOSTNAME]; local
727 strlcpy(temphost, stoa(&addr), sizeof(temphost));
730 strlcpy(temphost, ai->ai_canonname, sizeof(temphost));
736 temphost,
750 strlcpy(currenthost, temphost, sizeof(currenthost));

Completed in 49 milliseconds