Home
last modified time | relevance | path

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

/external/u-boot/common/
Dcli_hush.c474 static char *make_string(char **inp, int *nonnull);
548 str = make_string(child->argv + 1); in builtin_eval()
1636 str = make_string(child->argv + i,
3632 static char *make_string(char **inp, int *nonnull) function