Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/krb5/kadmin/dbutil/
H A Dutil.c151 char *local_entry; local
153 local_entry = chk_entry->princ->data[type].data;
159 found1 = strstr(local_entry, token1);
161 if (must_be_first_character && (found1 != local_entry)) return(0);
166 found2 = strstr(local_entry, token2);
171 found3 = strstr(local_entry, token3);