Home
last modified time | relevance | path

Searched refs:septmp (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/lib/krb5/kadm5/
H A Dstr_conv.c304 const char *septmp; local
315 septmp = tseplist;
316 for (ep = strchr(kp, (int) *septmp);
317 *(++septmp) && !ep;
318 ep = strchr(kp, (int) *septmp));
334 septmp = ksseplist;
335 for (sp = strchr(kp, (int) *septmp);
336 *(++septmp) && !sp;
337 sp = strchr(kp, (int)*septmp)); /* Solaris Kerberos */
397 septmp = tseplist;
[all …]