Home
last modified time | relevance | path

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

/external/u-boot/common/
Dcli_hush.c413 static int b_check_space(o_string *o, int len);
867 static int b_check_space(o_string *o, int len) in b_check_space() function
886 if (b_check_space(o, 1)) return B_NOSPAC; in b_addchr()