Searched refs:o_string (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/common/ |
H A D | cli_hush.c | 321 } o_string; typedef 413 static int b_check_space(o_string *o, int len); 414 static int b_addchr(o_string *o, int ch); 415 static void b_reset(o_string *o); 416 static int b_addqchr(o_string *o, int ch, int quote); 418 static int b_adduint(o_string *o, unsigned int i); 454 static int xglob(o_string *dest, int flags, glob_t *pglob); 463 static int done_word(o_string *dest, struct p_context *ctx); 469 static int redirect_opt_num(o_string *o); 470 static int process_command_subs(o_string *dest, struct p_context *ctx, struct in_str *input, int su… [all …]
|