Home
last modified time | relevance | path

Searched refs:found1 (Results 1 – 7 of 7) sorted by last modified time

/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dwschr.S54 je .found1 / yes
81 .found1: label
H A Dmemccpy.S53 je .found1 / yes
80 .found1: label
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dwschr.S53 je .found1 / yes
80 .found1: label
H A Dstrchr.S40 je .found1 / yes
65 .found1: label
H A Dmemccpy.S47 je .found1 / yes
74 .found1: label
/illumos-gate/usr/src/cmd/krb5/kadmin/dbutil/
H A Dutil.c146 char *found1; local
159 found1 = strstr(local_entry, token1);
161 if (must_be_first_character && (found1 != local_entry)) return(0);
163 if (found1 && (num_tokens == 1)) return(1);
165 if (found1 && (num_tokens > 1)) {
167 if (found2 && (found2 > found1) && (num_tokens == 2)) return(1);
170 if ((found2 > found1) && (num_tokens == 3)) {
172 if (found3 && (found3 > found2) && (found2 > found1)) return(1);
/illumos-gate/usr/src/cmd/allocate/
H A Dmkdevalloc.c967 goto found1; in docd()
972 found1: in docd()