| /freebsd/crypto/krb5/src/util/profile/ |
| H A D | prof_init.c | 561 int32_t fcount, slen; in profile_ser_externalize() local 571 fcount = 0; in profile_ser_externalize() 573 fcount++; in profile_ser_externalize() 575 pack_int32(fcount, &bp, &remain); in profile_ser_externalize() 614 int32_t fcount, tmp; in profile_ser_internalize() local 619 fcount = 0; in profile_ser_internalize() 631 (void) unpack_int32(&fcount, &bp, &remain); in profile_ser_internalize() 634 flist = (profile_filespec_t *) malloc(sizeof(profile_filespec_t) * (size_t) (fcount + 1)); in profile_ser_internalize() 638 memset(flist, 0, sizeof(char *) * (size_t) (fcount+1)); in profile_ser_internalize() 639 for (i=0; i<fcount; i++) { in profile_ser_internalize() [all …]
|
| /freebsd/bin/rm/ |
| H A D | rm.c | 453 int fcount = 0; in check2() local 464 ++fcount; in check2() 476 if (fcount == 1) in check2() 478 else if (fcount > 1) in check2() 479 fprintf(stderr, " and %d files", fcount); in check2() 480 } else if (dcount + fcount > 3) { in check2() 481 fprintf(stderr, "remove %d files", dcount + fcount); in check2()
|
| /freebsd/stand/libsa/ |
| H A D | zalloc.c | 310 int fcount = 0; in zallocstats() local 324 ++fcount; in zallocstats() 333 abytes, fcount, hbytes); in zallocstats()
|
| /freebsd/crypto/openssl/crypto/ |
| H A D | mem.c | 88 void CRYPTO_get_alloc_counts(int *mcount, int *rcount, int *fcount) in CRYPTO_get_alloc_counts() argument 94 if (fcount != NULL) in CRYPTO_get_alloc_counts() 95 *fcount = LOAD(free_count); in CRYPTO_get_alloc_counts()
|
| /freebsd/sys/netpfil/ipfw/ |
| H A D | dn_sched_fq_codel.c | 215 fq_codel_classify_flow(struct mbuf *m, uint16_t fcount, struct fq_codel_si *si) in fq_codel_classify_flow() argument 252 hash = jenkins_hash(tuple, 41, HASHINIT) % fcount; in fq_codel_classify_flow() 278 hash = jenkins_hash(tuple, 17, HASHINIT) % fcount; in fq_codel_classify_flow()
|
| H A D | dn_sched_fq_pie.c | 790 fq_pie_classify_flow(struct mbuf *m, uint16_t fcount, struct fq_pie_si *si) in fq_pie_classify_flow() argument 827 hash = jenkins_hash(tuple, 41, HASHINIT) % fcount; in fq_pie_classify_flow() 853 hash = jenkins_hash(tuple, 17, HASHINIT) % fcount; in fq_pie_classify_flow()
|
| /freebsd/usr.sbin/newsyslog/ |
| H A D | newsyslog.c | 2144 int c, errsav, fcount, zstatus; in do_zipwork() local 2211 fcount = 1; in do_zipwork() 2220 if (errsav != EAGAIN || fcount > 5) in do_zipwork() 2222 sleep(fcount * 12); in do_zipwork() 2223 fcount++; in do_zipwork()
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | OPENSSL_malloc.pod | 68 void CRYPTO_get_alloc_counts(int *mcount, int *rcount, int *fcount); 168 called, into the values pointed to by B<mcount>, B<rcount>, and B<fcount>,
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | crypto.h | 404 void CRYPTO_get_alloc_counts(int *mcount, int *rcount, int *fcount);
|
| H A D | crypto.h.in | 381 void CRYPTO_get_alloc_counts(int *mcount, int *rcount, int *fcount);
|
| /freebsd/libexec/rtld-elf/ |
| H A D | rtld.c | 2109 unsigned int SLPndx, hintndx, fndx, fcount; in gethints() local 2263 fcount = 0; in gethints() 2285 if (fcount > 0) { in gethints() 2289 fcount++; in gethints()
|
| /freebsd/crypto/openssl/test/ |
| H A D | sslapitest.c | 13588 int i, mcount, rcount, fcount; in setup_tests() 13592 CRYPTO_get_alloc_counts(&mcount, &rcount, &fcount); in setup_tests() 13594 mcount, rcount, fcount); in setup_tests()
|