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

/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dexpand_hostname.c39 char **new_hostname)
41 *new_hostname = strdup (orig_hostname);
42 if (*new_hostname == NULL) {
47 strlwr (*new_hostname);
54 * new_hostname.
58 * @param new_hostname output hostname, caller must free hostname with
69 char **new_hostname)
75 return copy_hostname (context, orig_hostname, new_hostname);
82 return copy_hostname (context, orig_hostname, new_hostname);
85 *new_hostname
37 copy_hostname(krb5_context context, const char *orig_hostname, char **new_hostname) argument
67 krb5_expand_hostname(krb5_context context, const char *orig_hostname, char **new_hostname) argument
105 vanilla_hostname(krb5_context context, const char *orig_hostname, char **new_hostname, char ***realms) argument
144 krb5_expand_hostname_realms(krb5_context context, const char *orig_hostname, char **new_hostname, char ***realms) argument
[all...]
H A Dtest_hostname.c82 const char *new_hostname; member in struct:t

Completed in 62 milliseconds