Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/krb5/kadmin/dbutil/
H A Dutil.c153 char *local_entry; local
155 local_entry = chk_entry->princ->data[type].data;
161 found1 = strstr(local_entry, token1);
163 if (must_be_first_character && (found1 != local_entry)) return(0);
168 found2 = strstr(local_entry, token2);
173 found3 = strstr(local_entry, token3);