Searched refs:redir_struct (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/shell/
H A Dhush.c227 struct redir_struct *pending_redirect;
235 struct redir_struct { struct
236 struct redir_struct *next; /* pointer to the next redirect in the list */
249 struct redir_struct *redirects; /* I/O redirections */
1268 struct redir_struct *redir;
2140 struct redir_struct *r, *rnext;
2756 struct redir_struct *redir = child->redirects;
2757 struct redir_struct *last_redir = NULL;
2759 /* Create a new redir_struct and drop it onto the end of the linked list */
2764 redir = xmalloc(sizeof(struct redir_struct));
[all...]
H A Dlash.c59 struct redir_struct { struct
73 struct redir_struct *redirects; /* I/O redirects */
555 struct redir_struct *redir = prog->redirects;

Completed in 100 milliseconds