Home
last modified time | relevance | path

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

/freebsd-9-stable/crypto/heimdal/lib/krb5/
Dexpand_hostname.c40 const char *orig_hostname, in copy_hostname() argument
43 *new_hostname = strdup (orig_hostname); in copy_hostname()
59 const char *orig_hostname, in krb5_expand_hostname() argument
66 return copy_hostname (context, orig_hostname, new_hostname); in krb5_expand_hostname()
71 error = getaddrinfo (orig_hostname, NULL, &hints, &ai); in krb5_expand_hostname()
73 return copy_hostname (context, orig_hostname, new_hostname); in krb5_expand_hostname()
87 return copy_hostname (context, orig_hostname, new_hostname); in krb5_expand_hostname()
96 const char *orig_hostname, in vanilla_hostname() argument
102 ret = copy_hostname (context, orig_hostname, new_hostname); in vanilla_hostname()
122 const char *orig_hostname, in krb5_expand_hostname_realms() argument
[all …]
Dtest_hostname.c83 const char *orig_hostname; in test_expand_hostname() member
91 errors += expand_hostname(context, tests[i].orig_hostname); in test_expand_hostname()