/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 | 85 void CRYPTO_get_alloc_counts(int *mcount, int *rcount, int *fcount) in CRYPTO_get_alloc_counts() argument 91 if (fcount != NULL) in CRYPTO_get_alloc_counts() 92 *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/crypto/openssl/doc/man3/ |
H A D | OPENSSL_malloc.pod | 64 void CRYPTO_get_alloc_counts(int *mcount, int *rcount, int *fcount); 140 called, into the values pointed to by B<mcount>, B<rcount>, and B<fcount>,
|
/freebsd/usr.sbin/newsyslog/ |
H A D | newsyslog.c | 2158 int c, errsav, fcount, zstatus; in do_zipwork() local 2225 fcount = 1; in do_zipwork() 2234 if (errsav != EAGAIN || fcount > 5) in do_zipwork() 2236 sleep(fcount * 12); in do_zipwork() 2237 fcount++; in do_zipwork()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | crypto.h | 379 void CRYPTO_get_alloc_counts(int *mcount, int *rcount, int *fcount);
|
H A D | crypto.h.in | 356 void CRYPTO_get_alloc_counts(int *mcount, int *rcount, int *fcount);
|
/freebsd/libexec/rtld-elf/ |
H A D | rtld.c | 2054 unsigned int SLPndx, hintndx, fndx, fcount; in gethints() local 2202 fcount = 0; in gethints() 2224 if (fcount > 0) { in gethints() 2228 fcount++; in gethints()
|
/freebsd/crypto/openssl/test/ |
H A D | sslapitest.c | 11192 int i, mcount, rcount, fcount; in setup_tests() 11196 CRYPTO_get_alloc_counts(&mcount, &rcount, &fcount); in setup_tests() 11198 mcount, rcount, fcount); in setup_tests()
|