Searched refs:found1 (Results 1 - 7 of 7) 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);
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dstrchr.s40 je .found1 / yes
65 .found1:
H A Dmemccpy.s47 je .found1 / yes
74 .found1:
H A Dwschr.s53 je .found1 / yes
80 .found1:
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dmemccpy.s53 je .found1 / yes
80 .found1:
H A Dwschr.s54 je .found1 / yes
81 .found1:
/illumos-gate/usr/src/cmd/allocate/
H A Dmkdevalloc.c967 goto found1;
972 found1:

Completed in 49 milliseconds