Home
last modified time | relevance | path

Searched hist:"62 a34a04e7259ea1562749de3b0e35e94386b37b" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/tools/env/
H A Dfw_env.c62a34a04e7259ea1562749de3b0e35e94386b37b Wed Oct 03 09:38:47 UTC 2012 Joe Hershberger <joe.hershberger@ni.com> tools/env: Remove unneeded complexity

The length included the name length, and then it was subtracted back
out on each use. Now we don't include it in the first place. Also
realloc as we process arguments and eliminate memset. Use memcpy
instead of manually copying each byte.

Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>