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

/illumos-gate/usr/src/cmd/krb5/kadmin/dbutil/
H A Dutil.c150 char *found2; local
168 found2 = strstr(local_entry, token2);
169 if (found2 && (found2 > found1) && (num_tokens == 2)) return(1);
172 if ((found2 > found1) && (num_tokens == 3)) {
174 if (found3 && (found3 > found2) && (found2 > found1)) return(1);

Completed in 44 milliseconds