Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dcache.c199 ret = _krb5_expand_path_tokens(context, residual, filepath, &exp_residual); in allocate_ccache()
425 return _krb5_expand_path_tokens(context, str, filepath, res); in _krb5_expand_default_cc_name()
608 ret = _krb5_expand_path_tokens(context, p, filepath, &exp_p); in krb5_cc_set_default_name()
H A Dkrb5-private.h257 _krb5_expand_path_tokens (
H A Dexpand_path.c427 _krb5_expand_path_tokens(krb5_context context, in _krb5_expand_path_tokens() function
H A Dlibkrb5-exports.def.in771 _krb5_expand_path_tokens ;!
H A Dconfig_file.c487 ret = _krb5_expand_path_tokens(context, fname, 1, &exp_fname); in krb5_config_parse_file_multi()
H A Dacache.c130 if (_krb5_expand_path_tokens(context, lib, 0, &explib) == 0) { in init_ccapi()
H A Dfcache.c344 ret = _krb5_expand_path_tokens(context, file, 1, &exp_file); in fcc_gen_new()
H A Dpkinit.c2211 if (_krb5_expand_path_tokens(context, file, 1, &exp_file) == 0) { in _krb5_parse_moduli()
/netbsd-src/crypto/external/bsd/heimdal/include/
H A Dkrb5-private.h255 _krb5_expand_path_tokens (