Searched refs:_krb5_expand_path_tokens (Results 1 – 8 of 8) sorted by relevance
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | cache.c | 192 ret = _krb5_expand_path_tokens(context, residual, &exp_residual); in allocate_ccache() 413 return _krb5_expand_path_tokens(context, str, res); in _krb5_expand_default_cc_name() 562 ret = _krb5_expand_path_tokens(context, p, &exp_p); in krb5_cc_set_default_name()
|
H A D | krb5-private.h | 219 _krb5_expand_path_tokens (
|
H A D | expand_path.c | 402 _krb5_expand_path_tokens(krb5_context context, in _krb5_expand_path_tokens() function
|
H A D | plugin.c | 244 if (_krb5_expand_path_tokens(context, *di, &dir)) in load_plugins()
|
H A D | config_file.c | 486 ret = _krb5_expand_path_tokens(context, fname, &exp_fname); in krb5_config_parse_file_multi()
|
H A D | fcache.c | 331 ret = _krb5_expand_path_tokens(context, file, &exp_file); in fcc_gen_new()
|
H A D | acache.c | 128 if (_krb5_expand_path_tokens(context, lib, &explib) == 0) { in init_ccapi()
|
H A D | pkinit.c | 2326 if (_krb5_expand_path_tokens(context, file, &exp_file) == 0) { in _krb5_parse_moduli()
|