Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/bsd/heimdal/dist/lib/krb5/
Dprincipal.c1802 char *hostname_sans_port = NULL; in apply_name_canon_rule() local
1824 hostname_sans_port = strndup(orig_hostname, port - orig_hostname); in apply_name_canon_rule()
1825 if (hostname_sans_port == NULL) in apply_name_canon_rule()
1827 orig_hostname = hostname_sans_port; in apply_name_canon_rule()
1959 free(hostname_sans_port); in apply_name_canon_rule()