Home
last modified time | relevance | path

Searched refs:parse_redir_right_fd (Results 1 – 1 of 1) sorted by relevance

/busybox-1.35.0/shell/
Dhush.c4298 #define parse_redir_right_fd(as_string, input) \ macro
4299 parse_redir_right_fd(input)
4301 static int parse_redir_right_fd(o_string *as_string, struct in_str *input) in parse_redir_right_fd() function
4349 dup_num = parse_redir_right_fd(&ctx->as_string, input); in parse_redirect()