Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dhush_doc.txt5 Command parsing results in a list of "pipe" structures.
10 struct pipe fields:
13 struct child_prog progs[] - array of commands in pipe
14 smallint followup - how this pipe is related to next: is it
15 "pipe; pipe", "pipe & pipe" "pipe && pipe",
16 "pipe || pipe"?
18 Blocks of commands { pipe; pipe; } and (pipe; pipe) are represented
19 as one pipe struct with one progs[0] element which is a "group" -
27 pipe 0 res_word=NONE followup=SEQ prog[0] 'echo' 'Hello'
28 pipe 1 res_word=NONE followup=SEQ
[all …]
Dhush.c667 struct pipe *group;
701 struct pipe { struct
702 struct pipe *next; argument
729 struct pipe *list_head;
731 struct pipe *pipe; member
794 struct pipe *body;
886 struct pipe *job_list;
2175 struct pipe *job; in check_and_run_traps()
3568 static void free_pipe_list(struct pipe *pi);
3571 static struct pipe *free_pipe(struct pipe *pi) in free_pipe()
[all …]
Dash_remove_unnecessary_code_in_backquote_expansion.patch66 - * we fork off a subprocess and get the output of the command via a pipe.
69 + * get the output of the command via a pipe. Should be called with
DREADME.job73 pipe([4, 5]) /* oops seems I lost another pipe() in editing... */
215 pipe([4, 5]) = 0
Dash.c5484 if (pipe(pip) < 0) in openhere()
6604 if (pipe(pip) < 0)
9674 if (pipe(pip) < 0) { in evalpipe()
/busybox-1.35.0/shell/hush_test/hush-misc/
Decho_write_error.right1 hush: write error: Broken pipe
/busybox-1.35.0/shell/ash_test/ash-misc/
Decho_write_error.right1 ash: write error: Broken pipe
/busybox-1.35.0/testsuite/
Dmakedevs.device_table.txt25 # p Fifo (named pipe)
/busybox-1.35.0/libbb/
Dxfuncs_printf.c229 if (pipe(filedes)) in xpipe()
/busybox-1.35.0/scripts/kconfig/
Dmconf.c485 if (pipe(pipefd)) in exec_conf()
/busybox-1.35.0/examples/var_service/
DREADME_distro_proposal.txt135 to log service. Stops/restarts of either of them do not sever the pipe
/busybox-1.35.0/
DTODO137 data then it either went out to the network or it's in cache or a pipe
/busybox-1.35.0/include/
Dlibbb.h679 #define piped_pair(pair) pipe(&((pair).rd))