Searched refs:parse_stream (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/common/ |
H A D | cli_hush.c | 479 static int parse_stream(o_string *dest, struct p_context *ctx, struct in_str *input0, int end_trigg… 2708 retcode = parse_stream(&result, &inner, input, subst_end); 2720 retcode = parse_stream(dest, ctx, &pipe_str, '\0'); 2757 rcode=parse_stream(dest,&sub,input,endch); 2945 return parse_stream(dest, ctx, &foo, '\0'); 2950 static int parse_stream(o_string *dest, struct p_context *ctx, function 3199 rcode = parse_stream(&temp, &ctx, inp,
|