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

/illumos-gate/usr/src/cmd/krb5/kadmin/dbutil/
H A Dutil.c152 char *found3; local
173 found3 = strstr(local_entry, token3);
174 if (found3 && (found3 > found2) && (found2 > found1)) return(1);

Completed in 45 milliseconds