Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/
H A Dnvedit.c695 for (i = 0; env_get_char(i) != '\0'; i = nxt + 1) { in env_get_f()
698 for (nxt = i; (c = env_get_char(nxt)) != '\0'; ++nxt) { in env_get_f()
711 c = env_get_char(val++); in env_get_f()
780 while (*s1 == env_get_char(i2++)) in envmatch()
784 if (*s1 == '\0' && env_get_char(i2-1) == '=') in envmatch()
/openbmc/u-boot/include/
H A Denvironment.h290 int env_get_char(int index);
/openbmc/u-boot/env/
H A Denv.c169 int env_get_char(int index) in env_get_char() function