Searched refs:encode_string (Results 1 – 1 of 1) sorted by relevance
/busybox-1.35.0/shell/ |
D | hush.c | 5294 #define encode_string(as_string, dest, input, dquote_end) \ macro 5295 encode_string(dest, input, dquote_end) 5298 static int encode_string(o_string *as_string, in encode_string() function 5850 if (!encode_string(&ctx.as_string, &ctx.word, input, '"')) in parse_stream() 6178 encode_string(NULL, &dest, &input, EOF); in encode_then_expand_string()
|