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