Home
last modified time | relevance | path

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

/netbsd/external/bsd/ntp/dist/ntpd/
H A Dntp_crypto.c158 static char *host_filename = NULL; /* host file name */ variable
3952 if (host_filename != NULL) in crypto_setup()
3953 strlcpy(hostname, host_filename, sizeof(hostname)); in crypto_setup()
4097 if (NULL != host_filename) in crypto_config()
4098 free(host_filename); in crypto_config()
4099 host_filename = estrdup(cp); in crypto_config()