Lines Matching refs:kp
297 char *kp, *sp, *ep; local
308 kp = string;
311 while (kp) {
316 for (ep = strchr(kp, (int) *septmp);
318 ep = strchr(kp, (int) *septmp));
335 for (sp = strchr(kp, (int) *septmp);
337 sp = strchr(kp, (int)*septmp)); /* Solaris Kerberos */
352 if (!(kret = krb5_string_to_enctype(kp, &ktype)) &&
393 kp = ep;
396 if (kp && *tseplist) {
398 while(*septmp && *kp) {
399 if(*septmp == *kp) {
401 kp++;
407 if (!*kp) kp = NULL;