Searched refs:redirects (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/shell/
H A Dlash.c73 struct redir_struct *redirects; /* I/O redirects */ member in struct:child_prog
128 * work with pipes and redirects; 'unset foo | whatever' will not work) */
458 if (cmd->progs[i].redirects)
459 free(cmd->progs[i].redirects);
555 struct redir_struct *redir = prog->redirects;
926 prog->redirects = NULL;
984 case '>': /* redirects */
987 prog->redirects = xrealloc(prog->redirects,
[all...]
H A Dhush.c249 struct redir_struct *redirects; /* I/O redirections */ member in struct:child_prog
1270 for (redir = prog->redirects; redir; redir = redir->next) {
1811 /* Like bash, explicit redirects override pipes,
2162 for (r = child->redirects; r; r = rnext) {
2176 child->redirects = NULL;
2756 struct redir_struct *redir = child->redirects;
2770 child->redirects = redir;
2976 && child->redirects == NULL
2993 /*child->redirects = NULL;*/
3062 * needs to handle all the following classes of redirects
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dhttp.c61 int port, use_proxy, err, location_changed = 0, redirects = 0; local
104 if (redirects++ >= MAX_REDIRECTS)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dapi-ip6-flowlabels.tex239 \item {\bf ``Indirect''.} Kernel redirects requests to user level daemon

Completed in 45 milliseconds