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

/netgear-R7000-V1.0.7.12_1.2.5/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
1269 for (redir = prog->redirects; redir; redir = redir->next) {
1810 /* Like bash, explicit redirects override pipes,
2161 for (r = child->redirects; r; r = rnext) {
2175 child->redirects = NULL;
2755 struct redir_struct *redir = child->redirects;
2769 child->redirects = redir;
2975 && child->redirects == NULL
2992 /*child->redirects = NULL;*/
3061 * needs to handle all the following classes of redirects
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dhttp.c96 int port, use_proxy, err, location_changed = 0, redirects = 0; local
167 if (redirects++ >= MAX_REDIRECTS)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dhttp.c153 int port, use_proxy, err, location_changed = 0, redirects = 0, attempts = 0; local
227 if (redirects++ >= MAX_REDIRECTS)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/doc/
H A Dapi-ip6-flowlabels.tex239 \item {\bf ``Indirect''.} Kernel redirects requests to user level daemon

Completed in 145 milliseconds