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

/osnet-11/usr/src/lib/libcommputil/common/
H A Dcommp_util.c86 boolean_t num_found = B_FALSE; local
92 num_found = B_TRUE;
98 if (!num_found || (begin != end))
109 boolean_t num_found = B_FALSE; local
115 num_found = B_TRUE;
121 if (!num_found || (begin != end))
132 boolean_t num_found = B_FALSE; local
138 num_found = B_TRUE;
144 if (!num_found || (begin != end))
155 boolean_t num_found local
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/normal/
H A Dcompletion.c38 static int num_found; variable
60 num_found++;
62 switch (num_found)
83 print_func (completion, type, num_found - 1);
305 num_found = 1;
402 num_found = 0;
461 if (num_found > 1)
496 if (num_found == 1)
/osnet-11/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaMechManager.c139 CK_ULONG num_found = 0; local
189 num_found++;
191 if (list && *listsize >= num_found) {
192 list[num_found - 1] = mechlist[i].type;
198 if (num_found > *listsize)
201 *listsize = num_found;
229 unsigned long index, num_found = 0; local
258 num_found++;
259 (mech_support_info->supporting_slots)[num_found - 1]
266 if (num_found
[all...]
/osnet-11/usr/src/lib/libsip/common/
H A Dsip_parse_generic.c46 boolean_t num_found = B_FALSE; local
52 if (num_found)
57 num_found = B_TRUE;
63 if (!num_found)
/osnet-11/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c2004 int i, num_found = 0; local
2081 num_found++;
2092 num_found++;
2112 num_found++;

Completed in 42 milliseconds