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

/illumos-gate/usr/src/cmd/krb5/kadmin/dbutil/
H A Dutil.c148 char *found1; local
161 found1 = strstr(local_entry, token1);
163 if (must_be_first_character && (found1 != local_entry)) return(0);
165 if (found1 && (num_tokens == 1)) return(1);
167 if (found1 && (num_tokens > 1)) {
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 58 milliseconds