Lines Matching defs:check
318 checker check = NULL;
358 check = pick_checker(ti->format);
367 check = pick_checker(ti->format);
378 /* If check is set, we need to verify the contents of the token. */
379 for (i = 0; check != NULL && token[i] != '\0'; i++) {
380 if (!check(token[i])) {
397 checker check = NULL;
450 check = pick_checker(ti->format);
463 check = pick_checker(ti->format);
473 /* If check is set, we need to verify the contents of the token. */
474 for (i = 0; check != NULL && token[i] != '\0'; i++) {
475 if (!check(token[i])) {
1377 /* check if we got any errors from krb5_kt_next_entry */
2680 /* Don't blindly fail if the child fails, but check
2695 /* Let the code re-check the TGT times and fail if we
2710 "FAST TGT was renewed but is already expired, please check that "
2897 "Cannot check if saved ccache %s is valid\n",
2976 DEBUG(SSSDBG_CRIT_FAILURE, "Cannot check old ccache [%s]: [%d][%s]. " \