OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:orig_hostname
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/bsd/heimdal/dist/lib/krb5/
test_hostname.c
83
const char *
orig_hostname
;
member in struct:t
91
errors += expand_hostname(context, tests[i].
orig_hostname
);
principal.c
1797
const char *
orig_hostname
= NULL;
local
1816
orig_hostname
= krb5_principal_get_comp_string(context, in_princ, 1);
1822
port = strchr(
orig_hostname
, ':');
1824
hostname_sans_port = strndup(
orig_hostname
, port -
orig_hostname
);
1827
orig_hostname
= hostname_sans_port;
1831
rule->type,
orig_hostname
);
1834
for (cp = strchr(
orig_hostname
, '.'); cp && *cp; cp = strchr(cp + 1, '.'))
1843
!is_domain_suffix(
orig_hostname
, rule->match_domain))
1858
if (asprintf(&tmp_hostname, "%s.%s",
orig_hostname
,
[
all
...]
Completed in 23 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026