Searched refs:mylen (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/ipfilter/
H A Darc4random.c192 int mylen; local
205 mylen = length;
211 while ((mylen > 64) && (sizeof(pot) - inpot > sizeof(md5ctx.buf))) {
213 mylen -= 64;
/freebsd-13-stable/contrib/ncurses/ncurses/trace/
H A Dvisbuf.c260 static unsigned mylen; local
266 if (mylen < ++n) {
267 mylen = n + 80;
269 mybuf = typeRealloc(wchar_t, mylen, mybuf);
271 mybuf = typeMalloc(wchar_t, mylen);
/freebsd-13-stable/lib/libc/db/hash/
H A Dhash_bigkey.c453 int mylen, totlen; local
457 mylen = hashp->BSIZE - bp[1];
461 totlen = len + mylen;
485 collect_data(hashp, xbp, len + mylen, set)) < 1))
492 memmove(&hashp->tmp_buf[len], (bufp->page) + bp[1], mylen);
518 int mylen, totlen; local
523 mylen = hashp->BSIZE - bp[1];
526 totlen = len + mylen;
544 memmove(&hashp->tmp_key[len], (bufp->page) + bp[1], mylen);
/freebsd-13-stable/usr.sbin/ppp/
H A Dchap.c628 chap_Cmp(char *myans, int mylen, char *hisans, int hislen argument
636 if (mylen != hislen)
644 mylen = 24;
648 for (; mylen; off++, mylen--)
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Ddmu.c1017 uint64_t mylen = MIN(size, DMU_MAX_ACCESS / 2); local
1024 err = dmu_buf_hold_array_by_dnode(dn, offset, mylen,
/freebsd-13-stable/sys/kern/
H A Dkern_jail.c2484 size_t mylen; local
2488 mylen = (mypr == &prison0) ? 0 : strlen(mypr->pr_name) + 1;
2491 if (!strcmp(pr->pr_name + mylen, name)) {

Completed in 83 milliseconds