Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/ntp/ntpdc/
Dntpdc.c406 char temphost[LENHOSTNAME]; in openhost() local
497 strlcpy(temphost, stoa(&addr), sizeof(temphost)); in openhost()
499 strlcpy(temphost, ai->ai_canonname, sizeof(temphost)); in openhost()
502 printf("Opening host %s\n", temphost); in openhost()
510 strlcpy(currenthost, temphost, sizeof(currenthost)); in openhost()
/freebsd-12-stable/contrib/ntp/ntpq/
Dntpq.c674 char temphost[LENHOSTNAME]; in openhost() local
760 strlcpy(temphost, stoa(&addr), sizeof(temphost)); in openhost()
763 strlcpy(temphost, ai->ai_canonname, sizeof(temphost)); in openhost()
769 temphost, in openhost()
783 strlcpy(currenthost, temphost, sizeof(currenthost)); in openhost()