Home
last modified time | relevance | path

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

/freebsd-src/crypto/heimdal/lib/krb5/
H A Dcache.c190 char * exp_residual = NULL; in allocate_ccache() local
192 ret = _krb5_expand_path_tokens(context, residual, &exp_residual); in allocate_ccache()
196 residual = exp_residual; in allocate_ccache()
202 if (exp_residual) in allocate_ccache()
203 free(exp_residual); in allocate_ccache()
215 if (exp_residual) in allocate_ccache()
216 free(exp_residual); in allocate_ccache()