Home
last modified time | relevance | path

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

/external/u-boot/common/
Dcli_hush.c416 static int b_addqchr(o_string *o, int ch, int quote);
911 static int b_addqchr(o_string *o, int ch, int quote) in b_addqchr() function
2929 b_addqchr(dest,'$',dest->quote);
2977 b_addqchr(dest, ch, dest->quote);
3005 b_addqchr(dest, ch, dest->quote);
3013 b_addqchr(dest, '\\', dest->quote);
3014 b_addqchr(dest, b_getch(input), dest->quote);