Lines Matching defs:check
290 checker check = NULL;
330 check = pick_checker(ti->format);
339 check = pick_checker(ti->format);
350 /* If check is set, we need to verify the contents of the token. */
351 for (i = 0; check != NULL && token[i] != '\0'; i++) {
352 if (!check(token[i])) {
369 checker check = NULL;
422 check = pick_checker(ti->format);
435 check = pick_checker(ti->format);
445 /* If check is set, we need to verify the contents of the token. */
446 for (i = 0; check != NULL && token[i] != '\0'; i++) {
447 if (!check(token[i])) {
1152 /* check if we got any errors from krb5_kt_next_entry */
2177 /* Don't blindly fail if the child fails, but check
2192 /* Let the code re-check the TGT times and fail if we
2207 "FAST TGT was renewed but is already expired, please check that "
2394 "Cannot check if saved ccache %s is valid\n",
2473 DEBUG(SSSDBG_CRIT_FAILURE, "Cannot check old ccache [%s]: [%d][%s]. " \