check_ccache
expired = check_ccache(cache);
st = status_only ? check_ccache(cache) : show_ccache(cache);
exit(status_only ? check_ccache(cache) : show_ccache(cache));
static int check_ccache(krb5_ccache);