tkfile            111 source4/heimdal/lib/krb5/v4_glue.c get_krb4_cc_name(const char *tkfile, char **cc)
tkfile            115 source4/heimdal/lib/krb5/v4_glue.c     if(tkfile == NULL) {
tkfile            126 source4/heimdal/lib/krb5/v4_glue.c 	*cc = strdup(tkfile);
tkfile            141 source4/heimdal/lib/krb5/v4_glue.c write_v4_cc(krb5_context context, const char *tkfile,
tkfile            150 source4/heimdal/lib/krb5/v4_glue.c     ret = get_krb4_cc_name(tkfile, &path);
tkfile            237 source4/heimdal/lib/krb5/v4_glue.c 		   const char *tkfile,
tkfile            278 source4/heimdal/lib/krb5/v4_glue.c     ret = write_v4_cc(context, tkfile, sp, append);
tkfile            291 source4/heimdal/lib/krb5/v4_glue.c _krb5_krb_dest_tkt(krb5_context context, const char *tkfile)
tkfile            296 source4/heimdal/lib/krb5/v4_glue.c     ret = get_krb4_cc_name(tkfile, &path);