Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/lib/krb5/os/
H A Dktdefname.c51 ret = k5_expand_path_tokens(context, str, name_out); in kt_default_name()
55 return k5_expand_path_tokens(context, DEFKTNAME, name_out); in kt_default_name()
72 ret = k5_expand_path_tokens(context, str, name_out); in k5_kt_client_default_name()
76 return k5_expand_path_tokens(context, DEFCKTNAME, name_out); in k5_kt_client_default_name()
H A Dccdefname.c230 (void)k5_expand_path_tokens(context, DEFCCNAME, in get_from_os()
312 (void)k5_expand_path_tokens(context, profstr, &os_ctx->default_ccname); in krb5_cc_default_name()
H A Dos-proto.h222 krb5_error_code k5_expand_path_tokens(krb5_context context,
H A Dexpand_path.c430 k5_expand_path_tokens(krb5_context context, const char *path_in, in k5_expand_path_tokens() function
/freebsd/crypto/krb5/src/lib/krb5/rcache/
H A Drc_dfl.c64 ret = k5_expand_path_tokens(context, "%{LOCAL_APPDATA}\\krb5.rcache2", in open_file()
H A Drc_base.c57 ret = k5_expand_path_tokens(context, profstr, &rcname); in k5_rc_default()
/freebsd/krb5/lib/krb5/
H A Dversion.map344 k5_expand_path_tokens;
/freebsd/crypto/krb5/src/lib/krb5/
H A Dlibkrb5.exports131 k5_expand_path_tokens
/freebsd/crypto/krb5/src/lib/krb5/krb/
H A Dinit_ctx.c276 retval = k5_expand_path_tokens(ctx, plugin_dir, &ctx->plugin_base_dir); in krb5_init_context_profile()