Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/env/
H A Denv.su
H A Denv.c72 int env_get_char(int index) in env_get_char() function
/OK3568_Linux_fs/u-boot/spl/env/
H A Denv.su
/OK3568_Linux_fs/u-boot/cmd/
H A Dnvedit.c1043 for (i = 0; env_get_char(i) != '\0'; i = nxt + 1) { in env_get_f()
1046 for (nxt = i; env_get_char(nxt) != '\0'; ++nxt) { in env_get_f()
1057 *buf = env_get_char(val++); in env_get_f()
1127 while (*s1 == env_get_char(i2++)) in envmatch()
1131 if (*s1 == '\0' && env_get_char(i2-1) == '=') in envmatch()
/OK3568_Linux_fs/u-boot/include/
H A Denvironment.h336 int env_get_char(int index);
/OK3568_Linux_fs/u-boot/
H A DSystem.map
H A Du-boot.sym
H A Du-boot.map
/OK3568_Linux_fs/u-boot/spl/
H A Du-boot-spl.map