Searched defs:check (Results 1 - 1 of 1) sorted by relevance

/sssd-io/src/providers/krb5/
H A Dkrb5_child.c318 checker check = NULL; local
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; local
450 check = pick_checker(ti->format);
463 check = pick_checker(ti->format);
473 /* If check i
[all...]

Completed in 24 milliseconds