Home
last modified time | relevance | path

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

/openbmc/u-boot/common/
H A Dcommand.c154 return env_complete("", maxv, cmdv, sizeof(env_complete_buf), in var_complete()
158 return env_complete(argv[1], maxv, cmdv, in var_complete()
173 return env_complete(argv[argc - 1], maxv, cmdv, sizeof(env_complete_buf), in dollar_complete()
/openbmc/u-boot/env/
H A Dcommon.c244 int env_complete(char *var, int maxv, char *cmdv[], int bufsz, char *buf, in env_complete() function
/openbmc/u-boot/include/
H A Dcommon.h251 int env_complete(char *var, int maxv, char *cmdv[], int maxsz, char *buf,