Searched refs:copylen (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dpassword.c50 int copylen; local
55 copylen = grub_strlen (password);
56 if (copylen >= GRUB_AUTH_MAX_PASSLEN)
57 copylen = GRUB_AUTH_MAX_PASSLEN - 1;
58 grub_memcpy (pass, password, copylen);
/osnet-11/usr/src/lib/libdscfg/common/
H A Dcfg_local.c423 int copylen; local
468 copylen = cfl->l_entry + cfl->l_size - p;
469 bcopy(p, q, copylen);
470 copylen = (cfl->l_nentry - i) * sizeof (int);
471 bcopy(&cfl->l_esiz[i], &cfl->l_esiz[i - 1], copylen);

Completed in 15 milliseconds