Home
last modified time | relevance | path

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

/openbmc/u-boot/common/
H A Dcli_hush.c396 static int builtin_eval(struct child_prog *child);
510 {"eval", "Construct and run shell command", builtin_eval},
542 static int builtin_eval(struct child_prog *child) in builtin_eval() function