• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/shell/

Lines Matching refs:o_string

305 } o_string;
307 /* used for initialization: o_string foo = NULL_O_STRING; */
465 /* o_string manipulation: */
466 static int b_check_space(o_string *o, int len);
467 static int b_addchr(o_string *o, int ch);
468 static void b_reset(o_string *o);
469 static int b_addqchr(o_string *o, int ch, int quote);
497 static int xglob(o_string *dest, int flags, glob_t *pglob);
503 static int done_word(o_string *dest, struct p_context *ctx);
508 static int redirect_opt_num(o_string *o);
510 static int process_command_subs(o_string *dest, struct p_context *ctx, struct in_str *input, const char *subst_end);
512 static int parse_group(o_string *dest, struct p_context *ctx, struct in_str *input, int ch);
514 static int handle_dollar(o_string *dest, struct p_context *ctx, struct in_str *input);
515 static int parse_stream(o_string *dest, struct p_context *ctx, struct in_str *input0, const char *end_trigger);
1027 static int b_check_space(o_string *o, int len)
1039 static int b_addchr(o_string *o, int ch)
1050 static void b_reset(o_string *o)
1058 static void b_free(o_string *o)
1069 static int b_addqchr(o_string *o, int ch, int quote)
2256 static int xglob(o_string *dest, int flags, glob_t *pglob)
2826 static int reserved_word(o_string *dest, struct p_context *ctx)
2906 static int done_word(o_string *dest, struct p_context *ctx)
3069 static int redirect_opt_num(o_string *o)
3125 static int process_command_subs(o_string *dest, struct p_context *ctx,
3129 o_string result = NULL_O_STRING;
3177 static int parse_group(o_string *dest, struct p_context *ctx,
3219 static int handle_dollar(o_string *dest, struct p_context *ctx, struct in_str *input)
3293 static int parse_stream(o_string *dest, struct p_context *ctx,
3514 o_string temp = NULL_O_STRING;