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 D | cache.c | 199 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 D | krb5-private.h | 257 _krb5_expand_path_tokens (
|
H A D | expand_path.c | 427 _krb5_expand_path_tokens(krb5_context context, in _krb5_expand_path_tokens() function
|
H A D | libkrb5-exports.def.in | 771 _krb5_expand_path_tokens ;!
|
H A D | config_file.c | 487 ret = _krb5_expand_path_tokens(context, fname, 1, &exp_fname); in krb5_config_parse_file_multi()
|
H A D | acache.c | 130 if (_krb5_expand_path_tokens(context, lib, 0, &explib) == 0) { in init_ccapi()
|
H A D | fcache.c | 344 ret = _krb5_expand_path_tokens(context, file, 1, &exp_file); in fcc_gen_new()
|
H A D | pkinit.c | 2211 if (_krb5_expand_path_tokens(context, file, 1, &exp_file) == 0) { in _krb5_parse_moduli()
|
/netbsd-src/crypto/external/bsd/heimdal/include/ |
H A D | krb5-private.h | 255 _krb5_expand_path_tokens (
|