Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/common/
H A Dcli_hush.c414 static int b_check_space(o_string *o, int len);
868 static int b_check_space(o_string *o, int len) in b_check_space() function
887 if (b_check_space(o, 1)) return B_NOSPAC; in b_addchr()