Home
last modified time | relevance | path

Searched refs:scount (Results 1 – 8 of 8) sorted by relevance

/freebsd/crypto/krb5/src/plugins/kdb/ldap/ldap_util/
H A Dkdb5_ldap_list.c158 int dcount = 0, scount = 0, copycount = 0; in list_modify_str_array() local
172 for (slist = sourcelist, scount = 0; *slist != NULL; in list_modify_str_array()
173 slist++, scount++) { in list_modify_str_array()
180 if ((dcount + scount) < MAX_LIST_ENTRIES) in list_modify_str_array()
181 copycount = scount; in list_modify_str_array()
221 int dcount = 0, scount = 0, copycount = 0; in list_modify_int_array() local
236 for (slist = sourcelist, scount = 0; *slist != END_OF_LIST; in list_modify_int_array()
237 slist++, scount++) in list_modify_int_array()
244 if ((dcount + scount) < MAX_LIST_ENTRIES) in list_modify_int_array()
245 copycount = scount; in list_modify_int_array()
/freebsd/crypto/krb5/src/kdc/
H A Dauthind.c82 size_t count, scount; in authind_extract() local
103 for (scount = 0; strings != NULL && strings[scount] != NULL; scount++); in authind_extract()
104 list = realloc(list, (count + scount + 1) * sizeof(*list)); in authind_extract()
112 memcpy(list + count, strings, scount * sizeof(*strings)); in authind_extract()
113 count += scount; in authind_extract()
/freebsd/crypto/krb5/src/lib/krb5/krb/
H A Dauthdata_dec.c264 size_t count, scount; in k5_authind_decode() local
278 for (scount = 0; strdata[scount] != NULL; scount++); in k5_authind_decode()
280 ai_list = realloc(ai_list, (count + scount + 1) * sizeof(*ai_list)); in k5_authind_decode()
288 memcpy(ai_list + count, strdata, scount * sizeof(*strdata)); in k5_authind_decode()
289 ai_list[count + scount] = NULL; in k5_authind_decode()
/freebsd/crypto/openssl/crypto/cms/
H A Dcms_smime.c314 int i, scount = 0, ret = 0; in CMS_verify() local
341 scount++; in CMS_verify()
344 if (scount != sk_CMS_SignerInfo_num(sinfos)) in CMS_verify()
345 scount += CMS_set1_signers_certs(cms, certs, flags); in CMS_verify()
347 if (scount != sk_CMS_SignerInfo_num(sinfos)) { in CMS_verify()
358 si_chains = OPENSSL_zalloc(scount * sizeof(si_chains[0])); in CMS_verify()
372 for (i = 0; i < scount; i++) { in CMS_verify()
385 for (i = 0; i < scount; i++) { in CMS_verify()
488 for (i = 0; i < scount; ++i) in CMS_verify()
/freebsd/contrib/ntp/kernel/sys/
H A Dbsd_audioirig.h84 u_short scount; /* sample count */ member
/freebsd/contrib/ntp/ntpd/
H A Drefclock_wwv.c1395 static int scount; /* seconds counter */ in wwv_endpoc() local
1420 scount++; in wwv_endpoc()
1469 FGATE || scount - zcount <= up->avgint)) { in wwv_endpoc()
1475 mcount = scount; in wwv_endpoc()
1511 mcount = scount; in wwv_endpoc()
1517 mcount = scount; in wwv_endpoc()
/freebsd/sys/dev/irdma/
H A Dirdma_uk.c1469 int scount = 1; in irdma_round_up_wq() local
1471 for (wqdepth--; scount <= 16; scount *= 2) in irdma_round_up_wq()
1472 wqdepth |= wqdepth >> scount; in irdma_round_up_wq()
/freebsd/contrib/ofed/libirdma/
H A Dirdma_uk.c1577 int scount = 1; in irdma_round_up_wq() local
1579 for (wqdepth--; scount <= 16; scount *= 2) in irdma_round_up_wq()
1580 wqdepth |= wqdepth >> scount; in irdma_round_up_wq()