Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/krb5/
H A Dexpand_hostname.c39 char **new_hostname) in copy_hostname() argument
41 *new_hostname = strdup (orig_hostname); in copy_hostname()
42 if (*new_hostname == NULL) { in copy_hostname()
47 strlwr (*new_hostname); in copy_hostname()
69 char **new_hostname) in krb5_expand_hostname() argument
75 return copy_hostname (context, orig_hostname, new_hostname); in krb5_expand_hostname()
82 return copy_hostname (context, orig_hostname, new_hostname); in krb5_expand_hostname()
85 *new_hostname = strdup (a->ai_canonname); in krb5_expand_hostname()
87 if (*new_hostname == NULL) { in krb5_expand_hostname()
97 return copy_hostname (context, orig_hostname, new_hostname); in krb5_expand_hostname()
[all …]
H A Dtest_hostname.c82 const char *new_hostname; in test_expand_hostname() member