Home
last modified time | relevance | path

Searched refs:lenarg (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/cmd/
H A Dbinop.c92 char *oparg, *lenarg, *src1arg, *src2arg, *destarg; in do_binop() local
99 lenarg = argv[2]; in do_binop()
112 len = simple_strtoul(lenarg, NULL, 10); in do_binop()